Page 1 of 1

Shutter On Off Q-Series Projector over TCP

PostPosted: Sat Feb 25, 2017 4:29 pm
by Raphaelkurig
Hello Guys,
i try to Control several Christies Q-Series Projector Shutters in a Show, where we have a lot of Backprojections.
I tried several Ports (23 and 9715) and several Nodes like TCPsend and TCP Send Hex, i also tried the TCP Projector Control but no success.

I tried the Hex Codes from this PDF Page 21: https://www.christiedigital.com/Support ... -GUIDE.pdf
I even put an [CR] on the end of the message, still not knowing what it means ;-).

But then i tried Wireshark and recorded only the Shuttering via IExplorer.

If someone more professional in reading TCP or HTTP Protocols could help me please in this case would be awesome. I zipped the .pcapng File and atteched it.

Thanks in advance.

Raphael

Shutter_QSeries Beamer.pcapng.zip

Re: Shutter On Off Q-Series Projector over TCP

PostPosted: Sun Feb 26, 2017 4:03 am
by justyn roy
Hi,

The port you'll want to connect to is 4352

The commands you need to use:

Power
Code: Select all
%1POWR 1 [CR]
%1POWR 0 [CR]



Shutter
Code: Select all
%1AVMT 30[CR]
%1AVMT 31[CR]



You need to log into the projector first and disable all of the security for PJ Link commands.

You'll also want to turn off the "Power Save" feature.
If this feature is on, when the projector is off, the network adaptor in the projector is also turned off and you won't be able to turn it back on using PJ Link commands.


Please let me know if this helps,

J

Re: Shutter On Off Q-Series Projector over TCP

PostPosted: Mon Feb 27, 2017 5:27 pm
by Raphaelkurig
Thank you very much, i´ll test it this week and let you know.

Cheers, Raphael

Re: Shutter On Off Q-Series Projector over TCP

PostPosted: Fri Mar 03, 2017 10:32 am
by Raphaelkurig
Didn't work out with the TCPSend,ID,Value; should I use another one? How important are the spaces?