rt72
02-07-2008, 11:39 PM
Hi all,
I've been trying to work this out, however I've hit a frustration point and wondering if anyone can take a quick look and see if anything is wrong here.
I've got a USBOutput card:
Registers as device 45
Connection is good using output test software
I'm trying to simply get a bulb to illuminate when changing the state of the pitot heat from off to on.
The file compiles OK and my SIOC.INI file has the card listed appropriately and loads this .ssi file on SIOC start.
Any help would be greatly appreciated!
------------------
// Pitot Heat Test Code //
Var 7, Link IOCARD_OUT, Output 0, device 45
Var 8, Link FSUIPC_IN, Offset $029C, Length 1
{
IF V8=1
{
V7=1
}
ELSE
{
V7=0
}
}
-------------------------
I've been trying to work this out, however I've hit a frustration point and wondering if anyone can take a quick look and see if anything is wrong here.
I've got a USBOutput card:
Registers as device 45
Connection is good using output test software
I'm trying to simply get a bulb to illuminate when changing the state of the pitot heat from off to on.
The file compiles OK and my SIOC.INI file has the card listed appropriately and loads this .ssi file on SIOC start.
Any help would be greatly appreciated!
------------------
// Pitot Heat Test Code //
Var 7, Link IOCARD_OUT, Output 0, device 45
Var 8, Link FSUIPC_IN, Offset $029C, Length 1
{
IF V8=1
{
V7=1
}
ELSE
{
V7=0
}
}
-------------------------