PDA

View Full Version : Controls and Offset 3110



luker22
06-03-2014, 09:35 AM
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

CocnutAir
06-13-2014, 05:50 PM
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