Page 1 of 1

Barco 3G Matrix Pro II

PostPosted: Sun Aug 18, 2013 4:04 pm
by Daniel Kaminski
Hi everybody,

after having a hard time trying to remote a Barco / Nevion 32x32 3G / SDI Matrix here are my learnings:

Firmware: 2.6.0 was not working correctly, looked like the Command Set has changed.
after downgrade to 2.5.1 we got it working.

WD
create TCP Connection als Client to Matrix-IP with Port 4381

To login into the matrix in order to send any command:
TCPSend,1,login admin password[LF][LF][CR]

TCPSend,1,x l1 2 30[LF][LF][CR]
Will route Layer 1 input 3 to output 31

Inputs are from 0..31, but labeled at the back as 1..32
Outputs are from 0..31, but labeled at the back as 1..32

I hope this helps and saves someone a lot of time.

Daniel