Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    Our new friend needs to reach 10 posts to get to the next flight level
    Join Date
    Feb 2009
    Location
    Amsterdam
    Posts
    5
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Disabling the power to the servo by software ?

    Hello all,

    My autothrottle works fine. The only problem I have now is that it always works - can not disengage the servos so it will move freely again by the pilot.
    I saw all the posts here about using the 0/0/4 relay card and understand the idea of this implementation.

    I was just wondering - When I double click on the Ph icon (the Phidgets driver) and then the AdvancedServo Phidgets card, I noticed it was possible to click or unclick the engage option (using FS2Phidgets version 4.3.8 - last version?).
    When the servo is disengaged, it is possible to move the throttle freely.

    I am asking myself why does one have to use the Phidgets 0/0/4 interface card, if its possible to give a software command to engage/disengage the servos???

    I guess your answer will probably be - there's no such option in FS2Phidgets. But then again - is it really impossible to do that automatically via FS2Phidgets? That FS2Phidgets looks at a specific logical variable (coming from FSUIPC for example) and that the value TRUE or FALSE will determine if the specific servo will be powered or unpowered?
    If this option is not available in FS2Phidgets - how much work will it be to add this feature to FS2Phidgets?

    I was wondering since I am coming from the software side of computers - and if the simple Ph driver can engage/disengage the power to the servo, any software can - am I wrong?

    Thanks in advance for your ideas about that thought,

    Eyal

  2. #12
    Our new friend needs to reach 10 posts to get to the next flight level
    Join Date
    Feb 2009
    Location
    Amsterdam
    Posts
    5
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Disabling the power to the servo by software ?

    What I actually mean to ask is:

    Would it be possible for FS2Phidgets to simply call the function

    CPhidgetAdvancedServo_setEngaged

    Which is found in the Phidgets21 package (see phidgets21.h in C:\Program Files\Phidgets\)

    Whether it calls this function with a TRUE or FALSE in the engagedState parameter is up to the decision logical variable, that has to be possible to define through the user interface in FS2Phidgets (my impression until now is that it is still impossible to do this via the user interface of FS2Phidgets).

    Is it lots of work to add this feature to the user interface and the implementation of FS2Pidgets.

    Thanks again,

    Eyal

  3. #13
    builder
    Join Date
    Jan 2007
    Location
    Texas
    Posts
    582
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Eyal,

    Would take a about weekend of my time.

    I have lost track of the number of times I have given up my weekends and never heard back from a builder or had to send a number of "Did update work?" emails to evoke a response.

    Give me a good reason why I sould give up another of my weekends?

    Regards,
    Alan.

  4. #14
    Our new friend needs to reach 10 posts to get to the next flight level
    Join Date
    Feb 2009
    Location
    Amsterdam
    Posts
    5
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Reason to give up another weekend :-)

    Hi Alan,

    Thank you very much for your reply.
    Well, there might be some good reasons for giving up another weekend:

    1) I promise to let you know if the update worked out.
    2) I think this small change can make many builders quite
    happy (if this will work, the state-of-the-art
    FS2Phidgets will be even more versatile).
    In my opinion this servo engage/disengage problem
    really cries out for an elegant software solution.
    3) I'll be more than thankful ?

    Curiously waiting for your reply,

    Eyal Halm

  5. #15
    150+ Forum Groupie Melnato's Avatar
    Join Date
    Jun 2007
    Location
    Melbourne, Australia
    Posts
    191
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Id like to take this opportunity to thank Alan for his work on FS2Phidegets.
    We(people with TQ'S) would be history if it wasnt for this marvelous software.
    I'm sure Ive thanked Alan in the past, but if I haven't for a while....then...THANK YOU!

    Any chance of a Xplane2Phidgets?

    Nat

  6. #16
    Our new friend needs to reach 10 posts to get to the next flight level
    Join Date
    Feb 2009
    Location
    Amsterdam
    Posts
    5
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Many thanks

    I agree,

    This is indeed a very fine piece of software Alan!
    You did a very good job!

    Many thanks in the meantime,

    Eyal

  7. #17
    builder
    Join Date
    Jan 2007
    Location
    Texas
    Posts
    582
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Eyal,

    The folks at Phidgets have added some nice properties to servos.
    The acceleration and speed properties, when fully utilized should make servo operation a lot smoother.
    I already use the Engaged property, you highlighted, to disengage servos when the fs2phidget program terminates.
    I may currently also disengage when the servo is "idle" to prevent servo overheating. Been a while since I looked at that code.
    But disengage-engage functionality driven by user definable rules is on the cards. (see below).
    You are now officially an alpha tester. We'll do servos and autopilots first.

    Currently I am reworking the FS2Phidget program to move away from the current clumsy circuit and logic variable implementation to a more intuitive interface where a user will be able to construct simple circuit "schematics" using a combination of real devices (phidgets) and virtual devices (electrical, hydraulic or pneumatic) that function like their real-world counterparts in a graphical real-time interactive representation.
    Also, exploring X-Plane integration.

    Next week is my daughter's 21st birthday and my Mom is visiting for a few week's from Africa, and I am currently working away from home.

    How soon do you need upgrade? I would like to suggest that I have something in, say, 3-4 weeks? Will that work for you?

    Ek kan Hollands goed verstaan.
    Ek gee nie om nie as jy wil jou huis taal gebruik in die toekoms.

    Groete,
    Alan
    Last edited by CocnutAir; 03-13-2009 at 12:21 AM.

  8. Thanks Philb737, Melnato thanked for this post
  9. #18
    Our new friend needs to reach 10 posts to get to the next flight level
    Join Date
    Feb 2009
    Location
    Amsterdam
    Posts
    5
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Hi Alan,

    Again thanks for your reply and the extra info.

    But disengage-engage functionality driven by user definable rules is on the cards. (see below).
    Do you mean the Phidgets 0/0/4 should be used for that?

    You are now officially an alpha tester. We'll do servos and autopilots first.
    I am more than glad to be defined as an alpha tester

    Currently I am reworking the FS2Phidget program to move away from the current clumsy circuit and logic variable implementation to a more intuitive interface where a user will be able to construct simple circuit "schematics" using a combination of real devices (phidgets) and virtual devices (electrical, hydraulic or pneumatic) that function like their real-world counterparts in a graphical real-time interactive representation.
    Also, exploring X-Plane integration.
    Sounds really innovative! I wonder how this interface will look like...
    Next week is my daughter's 21st birthday and my Mom is visiting for a few week's from Africa, and I am currently working away from home.
    Greetings for you daughter's birthday!
    How soon do you need upgrade? I would like to suggest that I have something in, say, 3-4 weeks? Will that work for you?
    Well, the sooner the better but of course your family matters will go first
    I also read somewhere that it is possible to download the source code somewhere on the site but couldn't find it.
    The best solution will be if you can add the "user defined engage-disengage feature" to the software, so that all other 737TQ builders can enjoy that feature - but if you can tell me where I can download the code / you send it to me - maybe I can look into it as well (as a temporary solution).

    Ek kan Hollands goed verstaan.
    Ek gee nie om nie as jy wil jou huis taal gebruik in die toekoms.
    Grappig, is dat afrikaans trouwens? Woont je moeder in Zuid-Afrika? Wat een toeval
    Goed - we kunnen gewoon in het Engels verder - helemaal geen probleem - maar wel grappig dat je nederlands kan!

    So thanks Alan for your reply,

    Looking forward for your next one,

    Groetjes,

    Eyal

  10. #19
    builder
    Join Date
    Jan 2007
    Location
    Texas
    Posts
    582
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Quote Originally Posted by eehalm View Post
    Hi Alan,

    Again thanks for your reply and the extra info.


    Do you mean the Phidgets 0/0/4 should be used for that?
    Eyal
    Your choice.

    Quote Originally Posted by eehalm View Post
    I am more than glad to be defined as an alpha tester
    You're also an end-user providing input to the design and functionality.

    Quote Originally Posted by eehalm View Post
    Sounds really innovative! I wonder how this interface will look like...
    Will send you a screen shot. Shoot me an email to alan@coconutair.com

    Quote Originally Posted by eehalm View Post
    Greetings for you daughter's birthday!

    Well, the sooner the better but of course your family matters will go first
    I also read somewhere that it is possible to download the source code somewhere on the site but couldn't find it.
    The best solution will be if you can add the "user defined engage-disengage feature" to the software, so that all other 737TQ builders can enjoy that feature - but if you can tell me where I can download the code / you send it to me - maybe I can look into it as well (as a temporary solution).
    I don't use that code base any longer, and no, you may not have my current version. I hear what you're saying - my family may be important but you still want it now. You're pushing it, bud. Here is the deal - I have not seen my 82 year old mother in 3 years - you will get software when I am good and ready. Take it or leave it.

    Quote Originally Posted by eehalm View Post
    Grappig, is dat afrikaans trouwens? Woont je moeder in Zuid-Afrika? Wat een toeval
    Ja
    Quote Originally Posted by eehalm View Post
    Goed - we kunnen gewoon in het Engels verder - helemaal geen probleem - maar wel grappig dat je nederlands kan!

    So thanks Alan for your reply,

    Looking forward for your next one,

    Groetjes,

    Regards,
    Alan.
    Last edited by CocnutAir; 03-13-2009 at 11:32 PM.

  11. #20
    300+ Forum Addict



    Join Date
    Mar 2009
    Location
    Usa
    Posts
    388
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Quote Originally Posted by Alan Dyer View Post
    Ek kan Hollands goed verstaan.
    Ek gee nie om nie as jy wil jou huis taal gebruik in die toekoms.
    Ooh, jy's ook 'n Jaapie van oorsprong! Dis baie snaaks!




    Okay back to english

Page 2 of 2 FirstFirst 12

Similar Threads

  1. AutoPilot Disconnect
    By ADW in forum OpenCockpits General Discussion
    Replies: 2
    Last Post: 01-11-2010, 08:17 AM
  2. Autothrottles
    By firstinflight in forum Phidgets & Cockpit Simulator Builder
    Replies: 11
    Last Post: 03-20-2009, 11:08 PM
  3. AT Disconnect in FCU
    By brianwilliamson in forum PM Airbus FCU
    Replies: 0
    Last Post: 08-24-2008, 01:16 AM
  4. Autothrottles - DC or Servo?
    By imported_redman in forum FS2Phidget Users
    Replies: 1
    Last Post: 08-31-2006, 06:29 AM
  5. B747-400 Autothrottles :what do I need ?
    By Gerard in forum Phidgets & Cockpit Simulator Builder
    Replies: 7
    Last Post: 01-21-2005, 10:53 PM