anf92jc
12-16-2004, 10:09 PM
Certian values do not work when used with an Output component such as
AUTOPILOT_MASTER_SWITCH
STALL_WARNING
The FS Value changes correctly, but the Phidget value never = True?
What's up with this?
JC
alandyer
12-16-2004, 10:58 PM
JC,
Just tried it out :(
Was bug that slipped in when I added thresholds for outputs.
Will fix that for next release.
Here is a workaround that will get you flying.
Edit INI file for your card.
Will be something like:
PhidgetInterfaceKit191.ini
in Program Files\FS2Phidget\ folder, if you installed to default folder.
Add "Smin" and "SMax" to affected Output sections.
As in example below.
[Output 0]
FSID=AUTOPILOT_MASTER_SWITCH
Enabled=True
Invert=False
SMin=1 <---------Add this line
SMax=1 <---------Add this line
Let me know if this worked for you.
Regards,
Alan.
anf92jc
12-17-2004, 02:10 AM
Works great now!
Thanks for the help. Great addition to Phidgets.
I'll fly Coconut Airlines anytime ;)