What device do Enova video swiching SEND_COMMANDS go to?
travis
Posts: 180
I'm programming for a DVX-2100HD that I don't have access to yet.
What D:P:S do I send commands like CI and CL to? I'm having a hard time understanding the programming PDF.
SEND_COMMAND <DEV>, "'CI<input>O<output>'"
What D:P:S do I send commands like CI and CL to? I'm having a hard time understanding the programming PDF.
SEND_COMMAND <DEV>, "'CI<input>O<output>'"
0
Comments
i.e.
Send_Command 5001:2:1, "cmd";
or
Send_Command 5002:2:2, "cmd";
Send BCS Commands to port 2 of the Enova DGX
I am pretty sure it is the same for the DVX.
You'll get commands as feedback, on 5002:1:1, e.g.
SWITCH-LVIDEOI2O3
for the level event too. i didn't notice that.
kind of annoyed at this switching ports thing
Send_Command 5002:2:1,'CLVIDEOI2O3'
compared to
Send_Command 5002:2:1,'CL1I2O3'
This issue does not apply to the DVX-2150/2155/3150/3155 series.
Roger McLean
Swinburne University
firmware 3.0: http://www.amx.com//assets/manuals/NetLinxControllers.WebConsole-ProgrammingGuide.FMv3.pdf
firmware 4.0: http://www.amx.com//assets/manuals/NetLinxControllers.WebConsole-ProgrammingGuide.FMv4.pdf