F0 7F 01 02 01 01 XX 00 YY 00 F7 F0 7F - This header begins the message. 01 - The device ID of the receiving console. 02 - Indicator of an MSC message. 01 - Command format = Lighting. 01 - MSC GO command. XX - Cue number. See below. 00 - Delimiter between cue number and cuelist number. YY - Cuelist number. See below. 00 - Delimiter after cuelist number. F7 - Completes the command.
The cue number and cuelist number are represented by a series of ASCII key codes for each digit. The numbers 0 through 9 are represented by the codes 30 through 39. A decimal point is represented by code 2E.
So, a GO message for cue 91.5 on list 12 would look like this:
F0 7F 01 02 01 01 39 31 2E 35 00 31 32 00 F7
The cue number is 39 31 2E 35: 39 = 9 31 = 1 2E = . 35 = 5
I hope this helps. Please let me know if you have more questions.
F0 7F 01 02 01 01 XX 00 YY 00 F7 F0 7F - This header begins the message. 01 - The device ID of the receiving console. 02 - Indicator of an MSC message. 01 - Command format = Lighting. 01 - MSC GO command. XX - Cue number. See below. 00 - Delimiter between cue number and cuelist number. YY - Cuelist number. See below. 00 - Delimiter after cuelist number. F7 - Completes the command.
The cue number and cuelist number are represented by a series of ASCII key codes for each digit. The numbers 0 through 9 are represented by the codes 30 through 39. A decimal point is represented by code 2E.
So, a GO message for cue 91.5 on list 12 would look like this:
F0 7F 01 02 01 01 39 31 2E 35 00 31 32 00 F7
The cue number is 39 31 2E 35: 39 = 9 31 = 1 2E = . 35 = 5
I hope this helps. Please let me know if you have more questions.