ON PROJETOR
set myFile to (POSIX path of (path to temporary items)) & "curl_downloaded_file.xml"
do shell script "curl -L " & "http://admin1:pana...@192.168.0.3/cgi-bin/sd95.cgi?cm=0200a13d0103" & " -o " & myFile
OFF PROJETOR
set myFile to (POSIX path of (path to temporary items)) & "curl_downloaded_file.xml"
do shell script "curl -L " & "http://admin1:pana...@192.168.0.3/cgi-bin/sd95.cgi?cm=0200a13d0203" & " -o " & myFile
OPEN LENS
set myFile to (POSIX path of (path to temporary items)) & "curl_downloaded_file.xml"
do shell script "curl -L " & "http://admin1:pana...@192.168.0.3/cgi-bin/sd95.cgi?cm=0200a1910203" & " -o " & myFile
CLOSE LENS
set myFile to (POSIX path of (path to temporary items)) & "curl_downloaded_file.xml"
do shell script "curl -L " & "http://admin1:pana...@192.168.0.3/cgi-bin/sd95.cgi?cm=0200a1910103" & " -o " & myFile
IMPORTANT:
IN THE SCRIPT PLACE THE PROJECTOR'S IP AND PASSWORD IF THERE IS.
NORMALLY THE PANASONIC STANDARD PASSWORD IS: ADMIN1
COPY THE SCRIPT AND PLACE IN THE SCRIPT CUE OF THE QLAB.
CristopherUse Script Cue:
ON PROJETOR
set myFile to (POSIX path of (path to temporary items)) & "curl_downloaded_file.xml"
do shell script "curl -L " & "http://admin1:panasonic@192.168.0.3/cgi-bin/sd95.cgi?cm=0200a13d0103" & " -o " & myFile
OFF PROJETOR
set myFile to (POSIX path of (path to temporary items)) & "curl_downloaded_file.xml"
do shell script "curl -L " & "http://admin1:panasonic@192.168.0.3/cgi-bin/sd95.cgi?cm=0200a13d0203" & " -o " & myFile
OPEN LENS
set myFile to (POSIX path of (path to temporary items)) & "curl_downloaded_file.xml"
do shell script "curl -L " & "http://admin1:panasonic@192.168.0.3/cgi-bin/sd95.cgi?cm=0200a1910203" & " -o " & myFile
CLOSE LENS
set myFile to (POSIX path of (path to temporary items)) & "curl_downloaded_file.xml"
do shell script "curl -L " & "http://admin1:panasonic@192.168.0.3/cgi-bin/sd95.cgi?cm=0200a1910103" & " -o " & myFile
I don't think there is any reason it shouldn't work with all OSs.
You can try other OSs by installing them on an extrrnal drive and using that to boot with before committing to updating your primary drive.
Mic
On Thursday, September 21, 2017 at 11:52:29 PM UTC+1, coax...@gmail.com wrote:
> Hi I'm using this exact curl script to turn on/off a Panasonic projector. It works perfectly. I have 115 of cat5e cable running to the projector from our A/V cart. But is it true that this script only works with older OSs? I'm still on Yosemite and I'm worry about updating the OS for fear that it might mess things up.
>
>
>
> On Tuesday, September 19, 2017 at 7:53:09 AM UTC-7, Gunther J. Kibelkstis wrote:
> Cristopher
> Use Script Cue:
>
>
>
>
>
>
> ON PROJETOR
>
>
>
>
> set myFile to (POSIX path of (path to temporary items)) & "curl_downloaded_file.xml"
>
> do shell script "curl -L " & "http://admin1:panasonic@192.168.0.3/cgi-bin/sd95.cgi?cm=0200a13d0103" & " -o " & myFile
>
>
>
>
> OFF PROJETOR
>
>
>
>
> set myFile to (POSIX path of (path to temporary items)) & "curl_downloaded_file.xml"
>
> do shell script "curl -L " & "http://admin1:panasonic@192.168.0.3/cgi-bin/sd95.cgi?cm=0200a13d0203" & " -o " & myFile
>
>
>
>
> OPEN LENS
>
>
>
>
> set myFile to (POSIX path of (path to temporary items)) & "curl_downloaded_file.xml"
>
> do shell script "curl -L " & "http://admin1:panasonic@192.168.0.3/cgi-bin/sd95.cgi?cm=0200a1910203" & " -o " & myFile
>
>
>
>
> CLOSE LENS
>
>
>
>
> set myFile to (POSIX path of (path to temporary items)) & "curl_downloaded_file.xml"
>
> do shell script "curl -L " & "http://admin1:panasonic@192.168.0.3/cgi-bin/sd95.cgi?cm=0200a1910103" & " -o " & myFile