User guide
00 = hi 7 bits of parameter Index1
78 = low 7 bits of Value
05 = hi 7 bits of Value
09 = Checksum (use 00 as placeholder if Broadcast with no checksum is used)
F7 = End message
So all you need to type into the Raw Data command is: 10 3f 09 05 00 00 00 00 78 05
When you check the "Add Delimiters and Checksum" box, the hex at the bottom of the window will update to show:
f0 1f 7e 10 3f 09 05 00 00 00 00 78 05 09 f7
If you click "Do Selected", then you will see your System Trim jump to Unity.
AFL and PFL Examples
This section describes parameters for the AFL and PFL control points.
Input PFL.
specspace = sxParamSpecspace (0x00)
category = cpInputPFL (0x7C)
index0 = input channel #
index1 = 0 (unused)
value = 1 to set, 0 to unset
Output AFL.
specspace = sxParamSpecspace (0x00)
category = cpOutputAFL (0x7D)
index0 = output channel #
index1 = AFL # (0 is first AFL, 1 is second AFL)
value = 1 to set, 0 to unset
AuxOut PFL.
specspace = sxParamSpecspace (0x00)
category = cpAuxOutAFL (0x7E)
index0 = aux channel #
index1 = AFL # (0 is first AFL, 1 is second AFL)
value = 1 to set, 0 to unset
PFL Exclusive-mode Toggle.
specspace = sxExtendedSpecspace (0x06)
category = exPFLExclusive (0x01)
index0 = 0 (unused)
index1 = 0 (unused)
value = 1 for exclusive (radio button) mode
0 for non-exclusive (pile-on) mode
Output Relay Examples
Audio output relays on the A0-8 modules can be muted with an external control message. Subsystem 0x35, command
0x04 is "OPEN AUDIO RELAY".
Its length must be 1, with the one data byte being the slot (0=A, 1=B, 2=C). You can also use command 0x03 to
close the relays on a slot.
For Frame ID 01, slot C:
Open Relay.
24
AFL and PFL Examples