Sony PJ Talk Protocol

Moderator: Moderator Group

Sony PJ Talk Protocol

Postby AlexWHughes » Fri Oct 26, 2012 5:21 am

Hello,

I was just wondering if anyone has managed to get Widget manager to talk to sony projectors over PJtalk. I've read a bit about the way it sends data but I really don't want to reinvent the wheel if I don't have to.

:x
AlexWHughes
 

Re: Sony PJ Talk Protocol

Postby Christopher Fluegel » Fri Oct 26, 2012 9:53 am

Hi Alex,

maybe you find something in the manual of the projector that you can talk to it via TCP commands over ethernet?
Christopher Fluegel
Technical Support, coolux GmbH
Christopher Fluegel
 
Posts: 112
Joined: Mon Feb 23, 2009 1:03 am
Location: Cologne, Germany

Re: Sony PJ Talk Protocol

Postby AlexWHughes » Fri Oct 26, 2012 1:06 pm

Best I can find is this

http://ec1.images-amazon.com/media/i3d/ ... 015642.pdf


But I can't make head nor tail of how to actually implement it.
AlexWHughes
 

Re: Sony PJ Talk Protocol

Postby Dennis Kuypers » Fri Oct 26, 2012 3:44 pm

Hi Alex,

I looked at the PJCP specifications and unfortunately Sony does not explain it very good. It is not clear how the checksum is supposed to work.
Nevertheless you can try the following: In Widget designer, create a new connection to the projector at port 53484

This should switch the projector input to S-Video.
Code: Select all
TCPSend,1,[h01 h00 ha9 h00 h01 h00 h00 h01 h01 h9a]

If it does not work, try
Code: Select all
TCPSend,1,[h01 h00 ha9 h00 h01 h00 h00 h01 h00 h9a]

Note that the projector might disconnect you after 60 seconds.

Here is the explanation of the package
HEADER h01 h00
START ha9 (always ha9)
ITEM NUMBER h00 h01 (00 01 means input)
COMMAND h00 (00 means set command)
DATA h00 h01 (00 01 means S-Video)
CHECKSUM h?? (this is the item in question)
END h9a (always h9a)


best regards
Dennis
Dennis Kuypers
(former Product Developer, Software)
Dennis Kuypers
coolux Germany
 
Posts: 771
Joined: Thu Jul 05, 2012 12:18 pm

Re: Sony PJ Talk Protocol

Postby AlexWHughes » Sun Oct 28, 2012 7:21 am

Thanks for your help Dennis. Do you have any example files for projector control?
AlexWHughes
 

Re: Sony PJ Talk Protocol

Postby Dennis Kuypers » Mon Oct 29, 2012 9:37 am

Hi Alex,
you can create a project by yourself real quick. To get help on how to set up a TCP connection, please refer to the manual (http://manual.coolux.de/#tcp_wdconnm.htm). After that, you only need to create a CustomScript Button and add one of the scripts i provided. That's it :)

Best Regards
Dennis
Dennis Kuypers
(former Product Developer, Software)
Dennis Kuypers
coolux Germany
 
Posts: 771
Joined: Thu Jul 05, 2012 12:18 pm

Re: Sony PJ Talk Protocol

Postby AlexWHughes » Fri Nov 09, 2012 3:22 am

I am still having issues with this. I can't get the S-video command or work out what the power on/off command would be.

Any suggestions

Found some more documentation
http://www.kavena.se/fileadmin/uploads/ ... otocol.pdf
AlexWHughes
 

Re: Sony PJ Talk Protocol

Postby Markus Zeppenfeld » Fri Nov 09, 2012 10:07 am

Hi Alex,

unfortunately we cannot provide you any more detail on the necessary commands.
We can lead you how to establish a connection from the WD side, but we do not know the commands for each single projector. Maybe some other users in here have more experience with this special one.

Sorry for the moment!
Markus
Markus Zeppenfeld
Senior Product Manager, Pandoras Box

"Have you tried turning it off and on again?" (from "The IT Crowd" / channel 4)
Markus Zeppenfeld
 
Posts: 824
Joined: Wed Mar 02, 2011 10:12 am
Location: Cologne - Germany

Re: Sony PJ Talk Protocol

Postby AlexWHughes » Sat Nov 10, 2012 10:42 am

I managed to get the S-video command to work but I still can't work out what the command for input 2 or the power on/off command would be.
AlexWHughes
 

Re: Sony PJ Talk Protocol

Postby Linton9 » Mon Nov 12, 2012 2:11 am

ON:
Code: Select all
TCPSend,1,[h01 h00 hA9 h17 h2F h00 h00 h00 h3F h9A]


OFF:
Code: Select all
TCPSend,1,[h01 h00 hA9 h17 h2E h00 h00 h00 h3F h9A]
Lynden Gare
GTV Channel 9
Melbourne, Australia
Linton9
 
Posts: 223
Joined: Sun Sep 06, 2009 9:12 am
Location: Melbourne, Australia

Re: Sony PJ Talk Protocol

Postby AlexWHughes » Mon Nov 12, 2012 2:23 am

Linton9 wrote:ON:
Code: Select all
TCPSend,1,[h01 h00 hA9 h17 h2F h00 h00 h00 h3F h9A]


OFF:
Code: Select all
TCPSend,1,[h01 h00 hA9 h17 h2E h00 h00 h00 h3F h9A]


Thanks Lynden. How did you arrive at those numbers :mrgreen:
AlexWHughes
 

Re: Sony PJ Talk Protocol

Postby Linton9 » Mon Nov 12, 2012 2:49 am

Working backwards from what you worked out... and with the help of Dennis' earlier post...

HEADER h01 h00
START ha9 (always ha9)
ITEM NUMBER h00 h01 (00 01 means input)
COMMAND h17 (Sets 15 bit category - According the the protocol manual, the ON/OFF command is in the 15 bit category [table 4])
DATA h2E (h2E means ON, h2F means OFF)
CHECKSUM h00 h00 h00 h3F (you'll have to explain this one to me)
END h9a (always h9a)
Lynden Gare
GTV Channel 9
Melbourne, Australia
Linton9
 
Posts: 223
Joined: Sun Sep 06, 2009 9:12 am
Location: Melbourne, Australia


Return to Widget Designer V4.7

Who is online

Users browsing this forum: No registered users and 27 guests

cron