On Fri, Jan 29, 2016 at 8:06 AM Gregg Bellon eres...@gmail.com wrote:
Anyone have a script compiled to control shutters on a Christie M Series projector?
Hi Gregg,
The Christie's take TCP commands, so it's a simple one-line script to send those from QLab. To close the shutter, you’ll want a script cue with the following:
do shell script “echo \”(shu1)\” | nc -w 0 192.168.0.8 3002”
and then to open it:
do shell script “echo \”(shu0)\” | nc -w 0 192.168.0.8 3002”
-Andy
—
Andy Lang
@SoundGuyAndy
sup...@figure53.com
%1AVMT 31$0D
Last month was my first time using OSC (controlled a Gallileo speaker router). Would I put this string in an OSC command, since that sends to an IP address? Or would I use an AppleScript like you mentioned? I've been voraciously reading up and trying different Applescripts, but something like this is still a bit new to me. And I don't know what the most reliable method is, if both work.
Before last month, all of my network commands were via midi - which either I never fully debugged or network midi is subject to packet loss and I should have been using OSC, because sometimes I had issues.
Cheers!
-brian
On Tue, Feb 2, 2016 at 1:08 PM Gregg Bellon eres...@gmail.com wrote:
Thanks, Andy. My only question: In the IP address, is the "... 3002" the port?
Correct; that script is using nc to send a TCP message to port 3002.
On Thu, Feb 4, 2016 at 10:52 AM Matt Evans evansthe...@gmail.com wrote:
Im looking for exactly the same
See my previous reply to Gregg.
Yes, you need a passcode. I forgot what it is, but once you enter it and save it in your browser you're all set. Open the browser/run a script before the show, and you won't get bothered by it taking focus later on. (Or if it still does, script QLab to reclaim focus afterwards...but I think running it and leaving the browser open in back is better/clean enough.)
When I did it I used static IP addresses on four projectors. Worked like a charm.