Home AMX Forum AMXForums Archive Threads AMX Hardware
Options

NX1200 IOs stuck high

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]

Comments

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file