Page 1 of 1
Re: TCP Server Client C#
Posted: 18 Nov 2010, 21:52
by Mattotone
never used but imagine it increments the gobo channel value by one ie. 1,2,3,4,5,6 ... 255
where as next gobo selects the next gobo in the fixtures list
Re: TCP Server Client C#
Posted: 24 Nov 2010, 22:19
by Mattotone
well max byte is 255.
i imagine it will be {70,83,79,68,255,49,0 to 255,0,0}
Re: TCP Server Client C#
Posted: 30 Nov 2010, 22:28
by Knight
Mmax, did you already find out how to send 1@dmx255 or simulair ?
When i see your code i don't understand how you define 1 click.
The table says command 1 = 320
So i guess it has to be:
{70,83,79,68,320,0,255,0,0) // 1 click
{70,83,79,68,320,0,0,0,0) // 1 release
@Mattotone - can you please help me/us out.
Lot off commands do work, but only single line commands like ' select next fixture = 288' or 'Master 100% = 151'.
Still i can't get the commands to work that sends values to channels.
When i open the command line feature in, and i sent i.e command 1, can i actually see the number in the command line ? So does the command line tool get filled with all the commands we send until we cleat it ?
Because i don't see anything happen, but when i set master 100% i see it pop up.
Re: TCP Server Client C#
Posted: 01 Dec 2010, 09:37
by Knight
ah clear, missed the 'split up' part.
Fog level does work. When i send FSOC304100 it sets the level to 39%.
Re: TCP Server Client C#
Posted: 01 Dec 2010, 10:32
by Knight
It;s the same table you use for byte protocol except there is no need to recalculate.
For example blackout = 002 then you send FSOC002255 (where 255 is click)
In the table it says: Fog level 304 0 to 255 this makes: FSOC304xxx (where xxx= 0-255).
Re: TCP Server Client C#
Posted: 04 Feb 2011, 12:17
by LJ_krede.dk
Re: TCP Server Client C#
Posted: 04 Dec 2012, 01:16
by jg5985
How do you tell freestyler your disconnecting and close the connection?
If i close then reopen my sending application the connection )or close and reopen the socket) the connect is refused by freestyler unless i click the disconnect all button first within freestyler.
Re: TCP Server Client C#
Posted: 04 Dec 2012, 11:05
by jg5985
never mind solved the issue just added the following before terminating the executable.
clientStream.Close();
client.Close();
Re: TCP Server Client C#
Posted: 02 Jul 2014, 04:47
by youngkwangk
Hello I have a question.
I understand that you should split codes greater than 255, but how would you do codes greater than 510.
For example, 595 - submaster list change 1 ?
Re: TCP Server Client C#
Posted: 02 Jul 2014, 21:48
by Mattotone
dont think it is reachable.
Re: TCP Server Client C#
Posted: 15 Jun 2016, 13:19
by Mitologico
Hello!
How can i read the caption of override buttons using c#?
Thaks!
Re: TCP Server Client C#
Posted: 15 Jun 2016, 14:51
by Mitologico
Solved! I used StreamReader object!
Re: TCP Server Client C#
Posted: 17 Jun 2016, 23:48
by Mitologico
In the next relaese can you implement a code for request the override button tab caption? i'm working for a web GUI using jquery and php
Re: TCP Server Client C#
Posted: 05 Feb 2018, 15:39
by MDAR
Hi
Just a quick question...
Can someone tell me where i can find the list of TCP/IP command codes.
I've been searching for an hour and can't locate them..
Thanks in advance.
Stuart
Now I feel like a fool...
There was I looking on the website and forums, it never occured to me to look on my own harddrive....
"Full documentation for this and the send message protocol can be found in your FS instalation directory"