How to control a DGX3200
mconaway2009
Posts: 5
Ok this is my first post , and also first time working with the DGX line. So far i like it.
I am trying to find a way to control the switcher from my master? Can anyone point me in the right direction? I assume BCS via rs-232 is not the only way? Can i do it IP?
I am trying to find a way to control the switcher from my master? Can anyone point me in the right direction? I assume BCS via rs-232 is not the only way? Can i do it IP?
0
Comments
You can use a BCS tunnel over IP but that has in my experience been troublesome (while working with the pre-DGX100 platform) as the device can only handle one connection at a time (for example having a terminal session active can stop the BCS tunnel from accepting your connection for switcher control.
What has been more reliable is having a lightweight program on the DGX that opens a server connection listening to connections from your master that then pipes the BCS commands to the local switcher device.
And don't forget that as you have a NX master on board, you can still use M2M to access the switcher device over ICSP.
That's what I usually do. Set the DGX's internal controller to be system 2. Then, from your outboard controller, send_command 5002:2:2,'CL0blahblah' til the cows come home. Works like a champ.