Enrique G
unread,Jun 21, 2023, 6:23:59 AM6/21/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to QLab
Hello folks. I’m asking for your help in this question.
We were using Projector Manager for a long time and is great… with Intel machines. But with our new Mac Studio with M1, we found have some crashes, and now we want to use PJ Link with script or some other application.
With Epson projectors, we use this script to Power on and Power Off projectors, and works fine.
tell application id "com.figure53.QLab.5" to tell front workspace
set theIp to "10.10.1.44"
set theMessage to "POWR 1"
do shell script "echo \"%1" & theMessage & "\\r\" | nc " & theIp & " 4352"
end tell
We tried a similar script to mute and unmute projector, but it doesn’t work
tell application id "com.figure53.QLab.5" to tell front workspace
set theIp to "10.10.1.44"
set theMessage to “AVMT 1"
do shell script "echo \"%1" & theMessage & "\\r\" | nc " & theIp & " 4352"
end tell
Do you know how to mute or unmute a projector using PJ Link with a similar script? Or some application similar to Projector Manager?
Best