Installation guide

Programming AMX Controllers for a Kaleidescape System
Page 68
Example
'A' //send the letter A
'4' //send the number 4
'.' //send a period
' ' //send a space character
The [ character cannot be sent as a single character. If needed, send as a single
predictive text character, [[].
[]
Use to send a predictive text character. When using SATP search, this command
sends a character group to use for predictive text. This group is used by the zone to
match results.
Sending [AB] causes the zone to show anything starting with A or B. Following
that, if [CD] were sent, the zone would show everything starting with A or B
followed by C or D. This behaves like the (Single Character) above, like the keypad
on a cell phone. Note that even though the touch panel templates use cell-phone
style grouping, any grouping can be defined.
Syntax
'[<any set of characters>]'
Example
'[2ABC]' //send predictive text character 2ABC
'[9WXYZ]' //send predictive text character 9WXYZ
Calibrate Masking
Causes the OSD to change to the Calibrate Masking screen.
Syntax
'CALIBRATE MASKING'
Calibrate Masking Overscan
Causes the OSD to change to the Calibrate Masking Overscan screen.
Syntax
'CALIBRATE MASKING OVERSCAN'