Installation guide

Programming AMX Controllers for a Kaleidescape System
Page 39
Figure 14: Control tab
4. Use the drop-down menu to change the Control Protocol Device ID for the
component.
5. Click OK to save the change.
6. Repeat steps 2 to 5 for each component.
Configuring the Kaleidescape Multiple Panel Include file
Define these virtual devices in the Kaleidescape Multiple Panel Include file. Be sure
each device is unique across the project.
KPLAYER_Theater = 33068:1:0
KPLAYER_FamilyRoom = 33069:1:0
KPLAYER_Kitchen = 33070:1:0
KPLAYER_MusicZ3 = 33071:1:0
KPLAYER_MusicZ4 = 33072:1:0
1. Add the virtual devices to the Kplayer array.
Kplayer[] =
{
KPLAYER_Theater,
KPLAYER_FamilyRoom,
KPLAYER_Kitchen,
KPLAYER_MusicZ3,
KPLAYER_MusicZ4
}