User Tools

Site Tools


qlab

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
qlab [2024/10/31 19:29] – [pjlink] ssm2017qlab [2024/11/19 20:56] (current) – [Panasonic] ssm2017
Line 6: Line 6:
   * [[https://superuser.com/questions/1698849/sending-pjlink-commands-with-netcat]]   * [[https://superuser.com/questions/1698849/sending-pjlink-commands-with-netcat]]
  
 +<sxh>
 +echo -en "%1AVMT 30\r"|nc -n4 -w 1 172.16.100.22 4352 | tr '\r' '\n'
 +</sxh>
 +<sxh>
 +echo -en "%1AVMT 31\r"|nc -n4 -w 1 172.16.100.22 4352 | tr '\r' '\n'
 +</sxh>
 +<sxh>
 +set theIPofTheFuckingProjector to "192.168.1.100"
 +do shell script "echo \"%1AVMT ?\\r\" | nc -w 0 " & theIPofTheFuckingProjector & " 4352"
 +do shell script "echo \"%1AVMT 30\\r\" | nc -w 1 " & theIPofTheFuckingProjector & " 4352"
 +</sxh>
 +==== ProjectorManager ====
 +<sxh>
 +tell application "ProjectorManager"
 + AvMute 0
 +end tell
 +</sxh>
 +<sxh>
 +tell application "ProjectorManager"
 + AvUnMute 0
 +end tell
 +</sxh>
 ==== Christie ==== ==== Christie ====
-Merci from Popo at the theatre de Nice+Merci to Guillaume at the theatre of the Nice
 === SHUTTER Christie Serie G, GS === === SHUTTER Christie Serie G, GS ===
 <sxh> <sxh>
Line 24: Line 46:
 </sxh> </sxh>
 ==== Panasonic ==== ==== Panasonic ====
 +=== Tnn ===
 <sxh> <sxh>
 set powerOff to "/cgi-bin/power_off.cgi" set powerOff to "/cgi-bin/power_off.cgi"
Line 81: Line 104:
  end timeout  end timeout
 end try end try
 +</sxh>
 +
 +=== SebMas ===
 +open
 +<sxh>
 +do shell script "curl -L " & "http://admin1:panasonic@192.168.1.8/cgi-bin/sd95.cgi?cm=0200a1910203"
 +</sxh>
 +close
 +<sxh>
 +do shell script "curl -L " & "http://admin1:panasonic@192.168.1.8/cgi-bin/sd95.cgi?cm=0200a1910103"
 +</sxh>
 +==== barco ====
 +
 +source : https://groups.google.com/g/qlab/c/Do_TWCj7E5E
 +<sxh bash>
 +do shell script "curl -X POST -m 1 -H \"Content-Type: application/json\" -d '{\"jsonrpc\": \"2.0\", \"method\": \"property.set\", \"params\": {\"property\": \"optics.shutter.target\", \"value\": \"Open\"}}' 192.168.88.13:9090"
 </sxh> </sxh>
qlab.1730399372.txt.gz · Last modified: by ssm2017