Air Canada
08-17-2010, 12:59 PM
hi... got a quick question as I can't get my speed brake arm indicator to light up in my MIP ..
I have a TQ by FSC and everything is working on the TQ.. My TQ is not running through SIOC it has it's own I/O card and I connect the USB to my computer and run their drivers to connunicate with FSX..
my MIP is running with SIOC and opencockpts cards..
When I arm the speed brake lever, I can see the green bar in FSX showing up that the speed brake is armed and I also see the in the cockpit view in fsx the speed brake arm indicator lit up..
but on my MIP is it not lighing up ..
here is my script for the speed brake and the connection.
Var 0040, name Spoiler_Arm, Link FSUIPC_IN, Offset $626F, Length 2 // Speed Brake Armed
{
&SPD_Bk_Armed = &Spoiler_Arm
}
Var 0041, name SPD_Bk_Armed, Link IOCARD_OUT, Output 13 // Speed Brake Armed LED
Any ideas why the led won't light up n my MIP..
BTW... I am using the default FSX 737-800. I have a registered ver of FSUIPC 4.60 and WIDEFS. SIOC 3.4 ..
thanks.
I have a TQ by FSC and everything is working on the TQ.. My TQ is not running through SIOC it has it's own I/O card and I connect the USB to my computer and run their drivers to connunicate with FSX..
my MIP is running with SIOC and opencockpts cards..
When I arm the speed brake lever, I can see the green bar in FSX showing up that the speed brake is armed and I also see the in the cockpit view in fsx the speed brake arm indicator lit up..
but on my MIP is it not lighing up ..
here is my script for the speed brake and the connection.
Var 0040, name Spoiler_Arm, Link FSUIPC_IN, Offset $626F, Length 2 // Speed Brake Armed
{
&SPD_Bk_Armed = &Spoiler_Arm
}
Var 0041, name SPD_Bk_Armed, Link IOCARD_OUT, Output 13 // Speed Brake Armed LED
Any ideas why the led won't light up n my MIP..
BTW... I am using the default FSX 737-800. I have a registered ver of FSUIPC 4.60 and WIDEFS. SIOC 3.4 ..
thanks.