ekezz
12-26-2005, 07:46 AM
Kindly requesting some help
This is where I got so far
In the Phidgets.txt I assigned
8830 DI00 autobrake 0
8830 DI01 autobrake 2
8830 DI02 autobrake 3
8830 DI03 autobrake 4
8830 DI04 autobrake 5
The green test leds on the phidget board light up when I select the position so the connections seem to be ok.
In the Logic I added:
fsAutoBrake = AutoBrake
if AutoBrake = 2 then
fsAutoBrake = 2
else
fsAutobrake = 1
endif
Obviously this is only to see if I can get the brakes to work.
But I do not see any message on the EICAS?
In the CTRL-A I can see that fsAutoBrake [2] so the value is assigned.
What am I missing here?
Kester Meijer
http://www.ifsbi.org - for cockpit builders information
http://fly.ekezz.com - to see my cockpit construction
This is where I got so far
In the Phidgets.txt I assigned
8830 DI00 autobrake 0
8830 DI01 autobrake 2
8830 DI02 autobrake 3
8830 DI03 autobrake 4
8830 DI04 autobrake 5
The green test leds on the phidget board light up when I select the position so the connections seem to be ok.
In the Logic I added:
fsAutoBrake = AutoBrake
if AutoBrake = 2 then
fsAutoBrake = 2
else
fsAutobrake = 1
endif
Obviously this is only to see if I can get the brakes to work.
But I do not see any message on the EICAS?
In the CTRL-A I can see that fsAutoBrake [2] so the value is assigned.
What am I missing here?
Kester Meijer
http://www.ifsbi.org - for cockpit builders information
http://fly.ekezz.com - to see my cockpit construction