ETC Cobalt Family v7.0.0 User Manual

Page 254

Advertising
background image

252

Examples

MIDI 0, 90 24 40 sends a Note On message to the console output on Channel 1 for note 24 (36 in
decimal) with a velocity of 40 (64 in decimal)

MIDI 1, 80 24 00 sends a Note Off message on group 1 in a Net3 Gateway on Channel 1 for note 24.

More examples for the local console port

MIDI 0, F0 7F 01 02 01 01 F7 sends a Midi Show Control (System Exclusive) command: GO

MIDI 0, F0 7F 01 02 01 01 31 30 F7 sends a Midi Show Control (System Exclusive) command:
GOTO Cue 10

MIDI 0, C0 10 sends a Program Change message (on channel 1) for program 10 (16 in decimal)

UDP data

UDP (User Datagram Protocol) is a communications protocol where messages are exchanged between
computers in a network that uses the Internet Protocol (IP). UDP is an alternative to the Transmission
Control Protocol (TCP) and, together with IP, is sometimes referred to as UDP/IP.

In Cobalt UDP allows you to use the Ethernet network to:

• Receive Cobalt specific Action Macros directly from another unit, without having to first

create a trigger and event.

• Send any proprietary string of data to another unit that can receive commands over UDP

Receiving Action Macros over UDP
For Cobalt to receive Action Macros you need to set a receive port in the

Play Settings - Show

Control

(Browser >General Settings >Play Settings) and make sure that the incoming Action Macro

text strings are written by the rules for Cobalt Action Macros explained in that chapter. An incoming
Action Macro is processed the instant it is received.

Sending UDP Strings
For Cobalt to send Action Macros a send port and IP address have to be set up in the

Play Settings -

Show Control

(Browser >General Settings >Play Settings) and the the text string you send needs to be

written according to the specifications of the receiving device.

Advertising