Page 1 of 1

Remoting Folsom / Barco Matrix

PostPosted: Fri Apr 01, 2011 4:54 pm
by Daniel Kaminski
In Order to remote a Folsom Matrix Pro you have to create a TCP Connection.
Default Port is 23.

Commands are send like this:

TCPSend,1,RTEMP 1 2[CR]
WDWait,0.1
TCPSend,1,TAKE 1[CR]

This routes Inout 2 to Output 1
You need to add a Wait time, because if you send the commands too fast they will not be processed by the matrix.

To recall a PRESET you have to send:
TCPSend,1,RPRST 3 1[CR]

This recalls Preset 3. The 1 behind the 3 is important, otherwise the preset will not be taken.

Other important Commands are:

PRST 1 - saves preset 1 from current routing
FPLOCK 1 and FPLOCK 0 - Locks the Front Panel

Daniel