Light Test not working on MIP
Posted: Sat Apr 08, 2017 1:25 am
I noticed the Light Test does not illuminate the LEDs on the MIP or the 6-pack annunciators. They MCP lights are illuminated as required.
I opened IOCP Console and noticed 2 things: (1) EL_STATE = 15, which is correct and (2) the MIP_LT is set to 0 for some reason. I don't see it executing any of the scripts to set the MIP led = 1.
I also don't understand the use of VAR for CPT_LIGHTS.
It looks to me that this test will never turn the lights on but then i don't know why the MCP lights work.
Var 0261, name LIGHTS_TEST, Link IOCARD_SW, Device 31, Input 26, Type I
{
IF &LIGHTS_TEST = 1
{
&CPT_LIGHTS = 0 <- shouldn't this be where the MIP lights are turned on?
}
ELSE
{
&CPT_LIGHTS = 1
IF &EL_STATE = 0
{
I opened IOCP Console and noticed 2 things: (1) EL_STATE = 15, which is correct and (2) the MIP_LT is set to 0 for some reason. I don't see it executing any of the scripts to set the MIP led = 1.
I also don't understand the use of VAR for CPT_LIGHTS.
It looks to me that this test will never turn the lights on but then i don't know why the MCP lights work.
Var 0261, name LIGHTS_TEST, Link IOCARD_SW, Device 31, Input 26, Type I
{
IF &LIGHTS_TEST = 1
{
&CPT_LIGHTS = 0 <- shouldn't this be where the MIP lights are turned on?
}
ELSE
{
&CPT_LIGHTS = 1
IF &EL_STATE = 0
{