We were just asked to service an all-GDC multiplex which in every auditorium uses MiT's IMC-2e to send (Ethernet) commands to Lutron's QSE-CI-NWK-E, which in turn trigger lighting scene changes in the auditoriums.
It works, but only if you wait ~2 minutes between commands from the MiT unit.
The Lutron device is controlled via Telnet, and requires login.
Every command on the IMC-2e starts with nwk\r\n to clear the login prompt, then the actual command.
It seems like what is happening is that the socket that's opened with the Lutron device isn't being closed after each command, and the 2 minute wait is the session timing out, at which point, new commands can be sent.
The venue has been operating fine with this by ensuring that every SPL has at least 2 minutes of content between lighting macros.
That's insane to me.
Does anyone have any ideas or know any undocumented tricks?
It works, but only if you wait ~2 minutes between commands from the MiT unit.
The Lutron device is controlled via Telnet, and requires login.
Every command on the IMC-2e starts with nwk\r\n to clear the login prompt, then the actual command.
It seems like what is happening is that the socket that's opened with the Lutron device isn't being closed after each command, and the 2 minute wait is the session timing out, at which point, new commands can be sent.
The venue has been operating fine with this by ensuring that every SPL has at least 2 minutes of content between lighting macros.
That's insane to me.
Does anyone have any ideas or know any undocumented tricks?
Comment