Hi
you can use a script cue
I used this script to control the shutter
tell application "Terminal" to activate
tell application "Terminal"
do script "telnet 192.168.100.100 4352" in window 1
do script "%1AVMT 30" in window 1
do script "EXIT" in window 1
delay 0.2
tell application "Terminal" to quit
end tell
This script will use Terminal app to send a PJLINK message to the VP's IP address, via port 4352
Settings :
VP's IP (here 192.168.100.100)
PJLINK message (here %1AVMT 30)
%1AVMT 30 - Open Shutter
%1AVMT 31 - Close Shutter
%1POWR 1 - Power On
%1POWR 0 - Power Off
%1INPT 11 - Switch to RGB Input (peut changer selon les modèles)
%1INPT 12 - RGB 2
%1INPT 21 - Video 1
%1INPT 21 - S-Video 1
%1INPT 31 - DVI
more info on this thread :
https://groups.google.com/forum/#!topic/qlab/INxta94f3NE