Results 1 to 2 of 2
  1. #1
    25+ Posting Member
    Join Date
    Apr 2007
    Location
    Australia
    Posts
    33
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Controls and Offset 3110

    Hi fellow builders,

    i'd is like to send an FSX control when I toggle a switch on my Phidgets 8/8/8 board. From the FSUIPC documents it seems you need to use offset 3110 and pass in the control number (eg. 65726)

    how ow would I go about doing this using an 8/8/8 Phidget and FS2Phidgets? The variable ini file I'm using does not include this functionality and I'm not sure how to set it....

    Any help would be appreciated

    Many Thanks
    Luke

  2. #2
    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

    Re: Controls and Offset 3110

    To control the fuel cross feed Offset OAF8 will do the trick.
    Off value is 0 and on value is 14.
    FsVariable settings below worked for me.

    [FUEL_CROSS_FEED]
    Offset=0AF8
    Length=2
    FSType=Digital
    OffValue=0
    OnValue=14
    Multiplier=1
    Divisor=1
    WriteOnly=False
    Internal=False