qlab
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| qlab [2024/10/31 17:19] – created ssm2017 | qlab [2024/11/19 20:56] (current) – [Panasonic] ssm2017 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ==== pjlink ==== | ==== pjlink ==== | ||
| - | https:// | + | * [[https:// |
| + | * [[https:// | ||
| + | * [[https:// | ||
| - | https://superuser.com/questions/1698849/sending-pjlink-commands-with-netcat | + | < |
| + | echo -en " | ||
| + | </ | ||
| + | < | ||
| + | echo -en " | ||
| + | </ | ||
| + | < | ||
| + | set theIPofTheFuckingProjector to " | ||
| + | do shell script "echo \" | ||
| + | do shell script "echo \" | ||
| + | </ | ||
| + | ==== ProjectorManager ==== | ||
| + | < | ||
| + | tell application " | ||
| + | AvMute 0 | ||
| + | end tell | ||
| + | </ | ||
| + | < | ||
| + | tell application " | ||
| + | AvUnMute 0 | ||
| + | end tell | ||
| + | </ | ||
| + | ==== Christie ==== | ||
| + | Merci to Guillaume at the theatre of the Nice | ||
| + | === SHUTTER Christie Serie G, GS === | ||
| + | < | ||
| + | do shell script "echo \" | ||
| + | </ | ||
| + | < | ||
| + | do shell script "echo \" | ||
| + | </ | ||
| + | |||
| + | === SHUTTER Christie Serie Q === | ||
| + | < | ||
| + | do shell script "echo \" | ||
| + | </ | ||
| + | < | ||
| + | do shell script "echo \" | ||
| + | </ | ||
| + | ==== Panasonic ==== | ||
| + | === Tnn === | ||
| + | < | ||
| + | set powerOff to "/ | ||
| + | set shutterClose to "/ | ||
| + | set shutterOpen to "/ | ||
| + | |||
| + | |||
| + | #Do not change anything above this line! | ||
| + | |||
| + | |||
| + | set theServer to " | ||
| + | set theUsername to " | ||
| + | set thePassword to " | ||
| + | set theCommand to shutterClose --set the command required, option are, powerOn, powerOff, shutterClose, | ||
| + | |||
| + | |||
| + | #Do not change anything below this line | ||
| + | |||
| + | |||
| + | set theProtocol to " | ||
| + | set theUserPass to theUsername & ":" & thePassword -- your Indigo remote access username/password | ||
| + | set theURL to theProtocol & "://" & theUserPass & " | ||
| + | set theFinalURL to " | ||
| + | try | ||
| + | with timeout of 1 second | ||
| + | do shell script "/ | ||
| + | end timeout | ||
| + | end try | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | powerOn to "/ | ||
| + | set powerOff to "/cgi-bin/power_off.cgi" | ||
| + | set shutterClose to "/cgi-bin/ | ||
| + | set shutterOpen to "/cgi-bin/ | ||
| + | |||
| + | |||
| + | #Do not change anything above this line! | ||
| + | |||
| + | |||
| + | set theServer to " | ||
| + | set theUsername to " | ||
| + | set thePassword to " | ||
| + | set theCommand to shutterOpen --set the command required, option are, powerOn, powerOff, shutterClose, | ||
| + | |||
| + | |||
| + | #Do not change anything below this line | ||
| + | |||
| + | |||
| + | set theProtocol to " | ||
| + | set theUserPass to theUsername & ":" | ||
| + | set theURL to theProtocol & "://" | ||
| + | set theFinalURL to " | ||
| + | try | ||
| + | with timeout of 1 second | ||
| + | do shell script "/ | ||
| + | end timeout | ||
| + | end try | ||
| + | </ | ||
| + | |||
| + | === SebMas === | ||
| + | open | ||
| + | < | ||
| + | do shell script "curl -L " & " | ||
| + | </ | ||
| + | close | ||
| + | < | ||
| + | do shell script "curl -L " & " | ||
| + | </ | ||
| + | ==== barco ==== | ||
| + | |||
| + | source : https:// | ||
| + | <sxh bash> | ||
| + | do shell script "curl -X POST -m 1 -H \" | ||
| + | </ | ||
qlab.1730391578.txt.gz · Last modified: by ssm2017
