Extron Switcher Problem
jswilson
Posts: 17
I have an Extron Crosspoint Plus 12x8 hooked up to an NI-3000, and I cannot seem to get the communcations between the two working. I've gotten the code down to just sending the string "1*1&" which should just switch input 1 video to output 1, and the response I get from the Extron is "g6", which I cannot find to mean anything in the SIS. Anyone have any ideas? I am setting the baud in an online data event using send_command (SEND_COMMAND dvPC_SWT, 'SET BAUD 9600,N,8,1) and then I used send_string to send the string "1*1&" to the device. Like I said, I see it getting sent in the Netlinx Diagnostics window, but the response I get back is incorrect.
Thanks very much for any help!
Thanks very much for any help!
0
Comments
You're right, it seems like I must not be setting it up correctly since the response is garbage. I'm going to keep going through the code.
Thanks!
try sending through terminal window in Netlinx Studio.
Try sending from Diagnostics window in Netlinx Studio.
Extron switcher are like the easiest to program
I tried through the terminal. I typed:
send_command 5001:4:1, 'SET BAUD 9600,N,8,1'
send_string 5001:4:1, '1*1&'
And I viewed the same output on the Netlinx Diagnostics window as before (I received "g6" back from the extron)
I also tried sending the command from Netlinx Diagnostics with the same results.
Try using the other level characters !, $, %, in place of the &, and see what happens.
I have had issues controlling some of the Extron matrix switchers with older firmware.
One case, the switcher (being RGBHV) would not respond to the "&".
I had to actually use the "%" and treat it like an AV switcher.
Thanks for all the responses, though, this board is always speedy and helpful!
told you so
Extron is changing their command format. Some of their new equipment requires a return and a line feed at the end of the command! ( "'1*1!',$0D,$0A" )