qlab
This is an old revision of the document!
vp remote
pjlink
Christie
Merci from Popo at the theatre de Nice
SHUTTER Christie Serie G, GS
do shell script "echo \"(shu0)\" | nc -w 0 201.0.0.2 3002"
do shell script "echo \"(shu1)\" | nc -w 0 201.0.0.2 3002"
SHUTTER Christie Serie Q
do shell script "echo \"\\xBE\\xEF\\x03\\x06\\x00\\x63\\x92\\x01\\x00\\x05\\x24\\x01\\x00\\r\" | nc -w 0 192.168.1.254 23"
do shell script "echo \"\\xBE\\xEF\\x03\\x06\\x00\\xF3\\x93\\x01\\x00\\x05\\x24\\x00\\x00\\r\" | nc -w 0 192.168.1.254 23"
Panasonic
set powerOff to "/cgi-bin/power_off.cgi" set shutterClose to "/cgi-bin/proj_ctl.cgi?key=shutter_on&lang=e&osd=on" set shutterOpen to "/cgi-bin/proj_ctl.cgi?key=shutter_off&lang=e&osd=on" #Do not change anything above this line! set theServer to "192.168.0.8" -- set this to the ip address of the projector set theUsername to "user1" -- set this to the username for the projector set thePassword to "panasonic" --set this to the password for the projector set theCommand to shutterClose --set the command required, option are, powerOn, powerOff, shutterClose, shutterOpen #Do not change anything below this line set theProtocol to "http" -- vs https set theUserPass to theUsername & ":" & thePassword -- your Indigo remote access username/password set theURL to theProtocol & "://" & theUserPass & "@" & theServer & theCommand set theFinalURL to "\"" & theURL & "\"" try with timeout of 1 second do shell script "/usr/bin/curl" & " " & "--connect-timeout" & " " & "1" & " " & theFinalURL end timeout end try
powerOn to "/cgi-bin/power_on.cgi" set powerOff to "/cgi-bin/power_off.cgi" set shutterClose to "/cgi-bin/proj_ctl.cgi?key=shutter_on&lang=e&osd=on" set shutterOpen to "/cgi-bin/proj_ctl.cgi?key=shutter_off&lang=e&osd=on" #Do not change anything above this line! set theServer to "192.168.0.8" -- set this to the ip address of the projector set theUsername to "user1" -- set this to the username for the projector set thePassword to "panasonic" --set this to the password for the projector set theCommand to shutterOpen --set the command required, option are, powerOn, powerOff, shutterClose, shutterOpen #Do not change anything below this line set theProtocol to "http" -- vs https set theUserPass to theUsername & ":" & thePassword -- your Indigo remote access username/password set theURL to theProtocol & "://" & theUserPass & "@" & theServer & theCommand set theFinalURL to "\"" & theURL & "\"" try with timeout of 1 second do shell script "/usr/bin/curl" & " " & "--connect-timeout" & " " & "1" & " " & theFinalURL end timeout end try
qlab.1730399372.txt.gz · Last modified: by ssm2017
