Page 1 of 1

Barco PDS-902 an WD

PostPosted: Mon Oct 17, 2016 11:05 am
by Daniel Kaminski
Controlling a BARCO PDS-902

There are 3 open Port which you can use to controll the PDS-902

Port 23, needs user name and password. (U: user, P: (ohne))
Port 3000: same as 23 but without user name and password
Port 9876: same as 3000

If you do not know the command, just logon via telnet. There is a command called "help" that shows all available commands.

Usefull commands (assuming your connection ID is 1)

Selecting an Input into Preview:
Code: Select all
TCPSEND,1,ISEL -i5[CR LF]



Switching the input into Program
Code: Select all
TCPSEND,1,TAKE[CR LF]


You can check in the TCP Connection with Test for answers.
THE PDS-902 will answer with -e 0 if the command succedded and another error code if it failed.

Please check the manual for more commands.

Re: Barco PDS-902 an WD

PostPosted: Mon Nov 28, 2016 8:56 pm
by Dave Thompson
Thanks Daniel. This helped.