Installation guide

Programming AMX Controllers for a Kaleidescape System
Page 69
Collection
Used to indicate which music collection to cycle through when the collection
first/next/previous channels are triggered.
Syntax
'Collection <collection number> <collection name>'
collection number is a number from 1 to 3 to indicate which set of buttons to use.
collection name is the name of the collection to control.
Examples
'Collection 1 Albums' //First set of channels (131,132,133)
//to control the albums collection
'Collection 2 Genres' //First set of channels (134,135,136)
//to control the genres collection
'Collection 3 New' //First set of channels (137,138,139)
//to control the new collection
ID
Use to indicate which control ID a virtual device should control. Each ID command
must be unique, that is, no two virtual devices can use the same ID command. If
both devices must control the same zone, use the sequence digit to make them
unique.
Syntax
'ID <CPDID>[.<zone>][/<sequence>]'
CPDID is the CPDID of the Kaleidescape player.
'ID <#serial number>[.<zone>][/<sequence>]'
serial number is the serial number of the Kaleidescape player.
zone is the zone to control (if using SATP controls).
sequence can be used to make two different virtual devices control the
same zone. The sequence is a single digit from 1 to 9, and
defaults to 1 if not defined.
Examples
'ID 02' //control OSD of player 02
'ID 02.01' //control the SATP of player 02
'ID 03.02' //control zone 2 on player 03 (SATP)
'ID 03.02/2' //control same as above
Lines
Use to indicate to the module how many lines are needed to render on the SATP
interface. This command can be resent at any time if the one virtual device is to be
controlled by a different sized touch panel.