Installation guide
Programming AMX Controllers for a Kaleidescape System
Page 70
Syntax
'Lines <number of lines>'
Example
'Lines 16' //16 line interface (large TP)
'Lines 8' //8 line interface (smaller TP)
Max Preset
Use to indicate the number of presets to cycle through when using the preset next
and preset previous commands. When this preset index is reached in the cycle,
another press of the next preset command returns to the first preset. When at the
first preset, a previous preset command switches to the preset with the index that
corresponds to the value set with this command.
Syntax
'Max Preset <number>'
Examples
'Max Preset 2' //Sets the maximum preset to 2.
'Max Preset 10' //Sets the maximum preset to 10.
Preset ID
Used to set the text identifier for the set of presets. The Preset ID can be unique
among all virtual devices, or multiple virtual devices can use the same Preset ID to
manipulate the same set of presets. The module uses this Preset ID to create the
final tag used for each preset.
Syntax
'Preset ID <text>'
Example
'Preset ID Kitchen' //Use the tags "Kitchen1", "Kitchen2", etc.
'Preset ID Bedroom' //Use the tags "Bedroom1", "Bedroom2", etc.
Preset Lock/Unlock
Used to lock or unlock preset modification for this device. When presets are locked,
holding a preset button down does not save the preset.
Syntax
'Preset Lock'
'Preset Unlock'