Grass Valley Maestro Master Control Reference Manual v.2.4.0 User Manual
Page 62

62
MAESTRO — Automation Interface Protocol Technical Reference Manual
Section 4 — Definition of Supported Saturn Commands
Examples
Request validation on existence of transition configuration table #25:
STX 04 READ E4 00 19
REPLY: STX 04 IFRE E4 10 19
REPLY: STX 04 IFRE E4 00 19
Set up transition parameters by recalling transition table #25:
STX 03 E4 10 19
Request the current transition table setting:
STX 04 READ E4 10 00
REPLY: STX 04 IFRE E4 10 19
REPLY: STX 04 IFRE E4 10 65
Maestro applicability:
<register bits> = 00, 0x10 (hex, one byte)
0x00 = Valid on query only. Verify existence of the Transition Association Table number specified in
configuration set.)
0x10 = (Bit 4 set--all other bits reserved) Recall the specified Transition Association.
<register number> = 0x00-0x03, 0x04-0x63, 0x64, 0x65 (hex, one byte)
Specifies the configuration Transition Association Table number, or reports on the current table on a reply.
0x00-0x03 = Fixed values where:
0x00 = Cross-Fade
MAESTRO_TRANSITION_TYPE_CROSS_FADE
0x01 = Fade-Cut
MAESTRO_TRANSITION_TYPE_FADE_CUT
0x02 = Cut-Fade
MAESTRO_TRANSITION_TYPE_CUT_FADE
0x03 = Fade-Fade
MAESTRO_TRANSITION_TYPE_FADE_FADE
0x04-0x63 = Specifies configuration Transition Association numbers 4-99.
0x64 = Valid on reply only. Reports that transition parameters have been set by TRAN_PRESET (only
if a Custom Transition is processed, refer to Maestro Applicability of TRAN_PRESET ) or
MAESTRO_TRANSITION_TYPE_CUSTOM.
0x65 = Valid on reply only. Reports that transition parameters have been manually set.