Specifications
Variables can be put in the send string.
Variables use %d###.bb, %d###, %D###, %t###, %T###.
• Where ### is the Variable Number (0-511)
• Where d & D stand for Decimal Format
♦ d & D are equivalent
♦ d & D will send the valueless than 65535 in decimal format.
• Where t & T stand for Timecode Format
♦ t & T are equivalent
♦ t & T will send the value in Time Code Format hh:mm:ss.ff, for values less
than 24:00:00.00.
• Where bb is a specific bit (0-31) of the Variable
• Example Send 'Alias' "%H123"; would display Variable Number 123's value in
Hexadecimal.
• Example Send 'Alias' "%D123.31"; would display Variable Number 123, bit 31's
value as 0 or 1.










