EasyManua.ls Logo

Clockaudio CDT100 - 7.2 - AMX

Clockaudio CDT100
17 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
16
7.2 – AMX
To interface to the AMX Clock Audio CDT100 module, the programmer must perform the following steps:
Dene the device ID for the CDT100 that will be controlled.
Dene the NetLinx virtual device ID that the CDT100 COMM module will use to communicate with the main program and User
Interface.
If a touch panel interface is desired, demo programs have been created for tesng.
Touch Panel le - Clock Audio-CDT100_Demo_Panel.tp4
Demo program (ClockAudio_CDT100_Demo.axs
(Go to www.clockaudio.com CDT100 Technical Downloads).
The CDT100 module must be included in the program with a DEFINE_MODULE command. This command starts execuon of the
module and passes in the following key informaon: the device ID of the CDT100, and the virtual device ID for communicang to
the main program.
Issue the following SEND_COMMAND’s to the virtual device in the virtual device ONLINE event:
PROPERTY-IP_ADDRESS,<IP Address of the CDT100>
PROPERTY_IP_PORT,<UDP Port used to communicate with the CDT100>
REINIT
An example of how to do this is shown below.
DEFINE_DEVICE
dvCDT100 = 0:3:0
vdvCDT100 = 33001:1:0
dvTP_CH32_In = 10003:1:0
dvTP_CH32_Out = 10003:2:0
dvTP Arm_C = 10003:3:0
dvTP_Phantom = 10003:4:0
dvTP_Preset = 10003:5:0
DEFINE_MODULE 'ClockAudio_CDT100_Module' ClockAudioCDT100 (vdvCDT100, dvCDT100)
DATA_EVENT [vdvCDT100]
ONLINE:
SEND_COMMAND vdvCDT100,"PROPERTY-IP_ADDRESS,192.168.187.219"
SEND_COMMAND vdvCDT100,"PROPERTY-IP_PORT,49494"
SEND_COMMAND vdvCDT100,"REINIT"
Upon re-inializaon the AMX Comm module will communicate with the CDT100 and informaon will be exchanged.
Port Mapping
This module uses mulple virtual device ports in order disnguish events for one channel on the CDT100 from another
(i.e. virtual device port 1 = Channel 1, virtual device port 2 = Channel 2, etc.)
Virtual Device Buon Events Channels Levels Control Feedback
33001:1:0 – 33001:4:0 1 1, 2, 3, 4, 5, 6, 251, 252 None See tables See tables
CDT100 User Manual
© Clockaudio 2015
Download the AMX interface module and applicaon notes from the CDT100 product / Technical Downloads secon of the
website www.clockaudio.com.