WinScript Live Resources Page 20
Ethernet Types:
• "UDP" – a protocol with no "handshaking." The Show Controller's port number will be used to
receive data. Basically, the show controller will "listen" to messages coming to the Show
Controller's port from the specified IP address. The device's port number is where the show
controller will attempt to send the any command messages.
• "TCP/Telnet" or "TCP_Client" – This protocol requires a "connection" between the two
specified ports. The show controller will initiate the connection to the specified Device's IP
address and Device's port. If the device does not respond, the controller will attempt to make a
new connection whenever a an event involving that device is executed.
• "TCP_Server" – This protocol requires a "connection" between the two specified ports. The
show controller will "listen" for connections and messages on the specified Show Controller port.
If the controller uses a "message out" event, data will be sent to all devices that have made a
connection to that port.