NX1200 IOs stuck high
gcolosino
Posts: 3
in AMX Hardware
Has anyone had any issues where an NX master's IO remain high after receiving a pulse command? It is staying on even after sending it an OFF command. Code is as follows;
stack_var integer nloop
Pulse [dvMaster_IO,1]
Wait 10
Pulse [dvMaster_IO,1]
Sys_Started=1
For (nloop=1;nloop<=12;nloop++)
{
SEND_STRING dvBose,"'SA"#Rm',ITOA(nloop),'">2=0',13"
Roomstat[nloop].Recording=1
Roomstat[nloop].Paused=0
}
Off [dvMaster_IO,1]
stack_var integer nloop
Pulse [dvMaster_IO,1]
Wait 10
Pulse [dvMaster_IO,1]
Sys_Started=1
For (nloop=1;nloop<=12;nloop++)
{
SEND_STRING dvBose,"'SA"#Rm',ITOA(nloop),'">2=0',13"
Roomstat[nloop].Recording=1
Roomstat[nloop].Paused=0
}
Off [dvMaster_IO,1]
0
Comments
Did you configure the IO's at all?
Look up SET INPUT in the AMX PI