[Fix 11.9.6] Cue Control

General topics regarding SCS
Post Reply
ScottT
Posts: 6
Joined: Fri Oct 07, 2022 12:22 pm

[Fix 11.9.6] Cue Control

Post by ScottT » Mon Oct 10, 2022 10:38 am

I am trying out SCS in demo mode connecting it to LightFactory as a localhost ie on the same computer. I have managed to get communications working both ways EXCEPT scsGoTo("x") /ctrl/goto , s x and /cue/go ,s x What I see in the test network control panel is that these commands are received but are marked as an "unknown command".
Are the GoTo commands working correctly, and could there be an issue with the OSC format that I am using?

Mike Daniell
Site Admin
Posts: 3629
Joined: Sun Jul 24, 2005 8:58 am
Location: Brisbane, Queensland, Australia. TZ:GMT+10
Contact:

Re: Cue Control

Post by Mike Daniell » Mon Oct 10, 2022 1:24 pm

The command scsGoTo("x") being rejected as an unknown command is a bug. I have now fixed that for the next release, which I expect to issue shortly.

Note that OSC commands are not pure text - they need embedded nulls to align message parts to word boundaries. I don't know if LF sends OSC commands, so I suggest you use the SCS ASCII commands where available.
Mike Daniell
Show Cue Systems Pty Ltd
mike@showcuesystems.com
Image

ScottT
Posts: 6
Joined: Fri Oct 07, 2022 12:22 pm

Re: Cue Control

Post by ScottT » Mon Oct 17, 2022 7:40 am

Thank you, Mike, for this clarification.

Post Reply