Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: Go Flight

  1. #11
    1000+ Poster - Fantastic Contributor Bob Reed's Avatar
    Join Date
    Oct 2005
    Location
    Holley, New York U.S.A.
    Posts
    1,776
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Hi guys. With the advice and help given here by Thomas and Peter, I have this working now. Thanks guys!
    Bob Reed

  2. #12
    150+ Forum Groupie
    Join Date
    Sep 2007
    Location
    Northern Italy
    Posts
    160
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Thumbs up OK now !

    Hello Peter,
    just to let you know that installing the last GF modules, released last july, did the job.
    Without a precise reason, I went on thinking that it was enough to keep FSUIPC updated ...
    Thanks !
    Happy landings and always three greens !!

    Eu

  3. #13
    300+ Forum Addict
    Join Date
    Jan 2007
    Posts
    496
    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 eudoniga View Post
    Hello Peter,
    just to let you know that installing the last GF modules, released last july, did the job.
    Good! glad that's sorted!

    Pete

  4. #14
    150+ Forum Groupie
    Join Date
    Sep 2007
    Location
    Northern Italy
    Posts
    160
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Boeing Er ... just one last thing ...

    What's the way - if any - to drive the Systems from a GF T8/P8/RP48 by poking directly all PM Offsets (as in sysvars.txt) and not just those of the MCP, CDU and GC listed on the FSUIPC advanced user's guide ?
    Happy landings and always three greens !!

    Eu

  5. #15
    300+ Forum Addict
    Join Date
    Jan 2007
    Posts
    496
    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 eudoniga View Post
    What's the way - if any - to drive the Systems from a GF T8/P8/RP48 by poking directly all PM Offsets (as in sysvars.txt) and not just those of the MCP, CDU and GC listed on the FSUIPC advanced user's guide ?
    You can set any offset, whether whole Bytes, Words (2-bytes), Dwords (4-bytes) or Doubles (64-bit floating point) using the appropriate "Offset XXXX Set" control. It is documented, and I think there are even examples in the User Guide.

    You can clear and set individual bits using a mask as parameter and the "Offset XXXX Setbits" or "Offset XXXX Clrbits" controls.

    Regards

    Pete

  6. #16
    150+ Forum Groupie
    Join Date
    Sep 2007
    Location
    Northern Italy
    Posts
    160
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Cool ehm ehm ...

    What will I say, mr. Dowson ...

    THANK YOU for being still SO patient with all those who don't read the docs THOROUGHLY enough !!!

    Happy landings and always three greens !!

    Eu

  7. #17
    150+ Forum Groupie
    Join Date
    Sep 2007
    Location
    Northern Italy
    Posts
    160
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Red face Painful admission ...

    ... but I don't get to switch on and off the single bits (talking about button programming via FSUIPC user interface).

    For setting bytes, I specify the hex code as the first parameter, and then the desired value (0, 1, 2 ...) in the other input box, and it works.

    For single bits, I tried using Offset Byte Setbit (or Clrbit or ToggleBit), with the offset hex code (taken from PM sysvar.txt listing) as the first parameter and ... how about the second one (which, I guess, is the one related to the bit to be set/cleared/toggled) ?

    Is it a mask that must be input ? In which format ?

    This time I previously went to fetch the documentation, but reading top of page 35 of FSUIPC Advanced User Guide wasn't clear enough for a poor, untechnical, soul like mine ... alas !!!

    Sorry, mr. Dowson ...

    Happy landings and always three greens !!

    Eu

  8. #18
    150+ Forum Groupie
    Join Date
    Dec 2006
    Location
    Ireland
    Posts
    255
    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 eudoniga View Post
    ... but I don't get to switch on and off the single bits (talking about button programming via FSUIPC user interface).

    For setting bytes, I specify the hex code as the first parameter, and then the desired value (0, 1, 2 ...) in the other input box, and it works.

    For single bits, I tried using Offset Byte Setbit (or Clrbit or ToggleBit), with the offset hex code (taken from PM sysvar.txt listing) as the first parameter and ... how about the second one (which, I guess, is the one related to the bit to be set/cleared/toggled) ?

    Is it a mask that must be input ? In which format ?

    This time I previously went to fetch the documentation, but reading top of page 35 of FSUIPC Advanced User Guide wasn't clear enough for a poor, untechnical, soul like mine ... alas !!!

    Sorry, mr. Dowson ...

    Hi

    The second number is just the value of the Bit, e.g.
    Bit 0 = 1
    Bit 1 = 2
    Bit 2 = 4
    Bit 3 = 8
    Bit 4 = 16
    Bit 5 = 32
    Bit 6 = 64
    Bit 7 = 128

    So if you read in sysvar.txt
    5628 .0 Batt1
    5628 .1 Batt2
    5678 .4 APUBleed

    you use in FSUIPC for Byte SetBit / ClrBit
    1/ Batt1
    Offset 5628 and value 1

    2/ Batt2
    Offset 5628 and value 2

    3/ APUBleed
    Offset 5678 and value 16
    Regards
    Thomas

  9. #19
    150+ Forum Groupie
    Join Date
    Sep 2007
    Location
    Northern Italy
    Posts
    160
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Thanks Thomas !!!

    I get it now !!!

    This means that - using the intermediate values - you can set/clear/toggle more than one bit at a time ?

    Happy landings and always three greens !!

    Eu

  10. #20
    150+ Forum Groupie
    Join Date
    Dec 2006
    Location
    Ireland
    Posts
    255
    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 eudoniga View Post
    I get it now !!!

    This means that - using the intermediate values - you can set/clear/toggle more than one bit at a time ?

    I never tried it, but I would say yes.
    I think if you like to switch e.g. Batt1 and Batt2 to ON or OFF at the same time, you use value 3.
    But easy try it to see what happens.
    Regards
    Thomas

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Flight Route Temporarily Changes During Flight
    By autocadplease in forum PM General Q & A
    Replies: 2
    Last Post: 02-02-2008, 01:46 PM