Page 1 of 1

Where can I find Command Codes?

Posted: 23 Sep 2024, 18:22
by GiovanniG
Hi, I need to drive Freestyler from Node Red, in particular I want to change cues and override buttons, I read I need to send a byte ASCII like FSOC002255 by TCP/IP on port 3332 I supposem but I can't find the list of code commands, where can I find it?

I've also read there is a request command code to read captions, what is that exactly?
Thank you for help

PS: in this page there are no codes:
https://www.freestylersupport.com/wiki/ ... l_commands

Re: Where can I find Command Codes?

Posted: 23 Sep 2024, 23:17
by djSupport
I'm not at my computer I've just turned it off as I'm going bed, check the freestyler installation folder I'm pretty sure it's in there as a PDF file

Re: Where can I find Command Codes?

Posted: 24 Sep 2024, 11:45
by GiovanniG
Thank you dear friend, I've found it and it's described properly :)

Re: Where can I find Command Codes?

Posted: 24 Sep 2024, 14:28
by djSupport
No problem

Re: Where can I find Command Codes?

Posted: 26 Sep 2024, 06:09
by KingThiq
For future reference the commands (that I could find) are:

-sequence= the filename of the sequence (folders not supported) e.g –sequence=myAwsomeSequence
do not add the .chb file extension as its not required.

-slot= select the cue slot to load a sequence into 0-19 e.g –slot=0

-options= send optional options for the sequence, sum the option numbers together to supply multiple options e.g Loop Sequence and react to sound would be –options=34
0 : DEFAULT
1 : Release All
2: Loop sequence
4: Reverse
8: Random
16: Restore values
32: React to sound
64: React to tap
128: Disable Fades

-start= start the sequence at the specified slot 0-19 e.g –start=4

-stop= stop the sequence at the specified slot 0-19 e.g –stop=10

-code= code from the send message documentation e.g toggle blackout –code=2

-value = codes in green can specify a value 0-255 e.g –code=304 –value=128

Re: Where can I find Command Codes?

Posted: 26 Sep 2024, 15:31
by GiovanniG
Thank you dear friend for these important infos, sorry I haven't understood how to use them,
how can I send these commands? can you please write some wxamples what the TCP packet should contain?
Thank you!