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
Where can I find Command Codes?
-
- Possibly Becoming Qualified FS User
- Posts: 44
- Joined: July 4th, 2022, 4:10 pm
- djSupport
- Hosts the Freestyler Forum and is an Admin!
- Posts: 1908
- Joined: July 9th, 2007, 6:57 pm
- FreeStyler Version: Forum la
- I Use FreeStyler for: Just for the Fun of it.
- Contact:
Re: Where can I find Command Codes?
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
Heather Trott, You Babe! I Drive a Dacia Duster and Explore! Check it out
-
- Possibly Becoming Qualified FS User
- Posts: 44
- Joined: July 4th, 2022, 4:10 pm
Re: Where can I find Command Codes?
Thank you dear friend, I've found it and it's described properly
- djSupport
- Hosts the Freestyler Forum and is an Admin!
- Posts: 1908
- Joined: July 9th, 2007, 6:57 pm
- FreeStyler Version: Forum la
- I Use FreeStyler for: Just for the Fun of it.
- Contact:
Re: Where can I find Command Codes?
No problem
Heather Trott, You Babe! I Drive a Dacia Duster and Explore! Check it out
-
- Knows how to turn Lights ON
- Posts: 9
- Joined: September 25th, 2024, 11:35 pm
- FreeStyler Version: X2
- I Use FreeStyler for: DJ
Re: Where can I find Command Codes?
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
-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
-
- Possibly Becoming Qualified FS User
- Posts: 44
- Joined: July 4th, 2022, 4:10 pm
Re: Where can I find Command Codes?
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!
how can I send these commands? can you please write some wxamples what the TCP packet should contain?
Thank you!