Professional Control Solutions LLC
3804 Parchment Circle
Richmond, VA
23233-7034
804-364-3809
4
2.
Define the virtual device ID that the Extron IN1508 Switcher/Scaler COMM module will use to
communicate with the main program and User Interface.
3.
The NetLinx Extron_IN1508_Comm module must be included in the program with a
DEFINE_MODULE command. This command starts execution of the module and passes in the
following key information: the device ID of the switcher to be controlled, and the virtual device
ID for communicating to the main program.
For an example of how to do this, see below:
DEFINE_DEVICE
dvSwt = 5001:1:0
// serial control
vdvSwt = 33001:1:0
dvTP = 10001:1:0
define_module 'Extron_in1508_Comm mSwtDev (vdvSwt, dvSwt)
Upon initialization the AMX Comm
module will communicate with the switcher and information will be
exchanged.
Port Mapping
This module uses multiple virtual devices in order distinguish events for one zone from another.
Virtual Device
Channels
Levels
Control
Feedback
33001:1:0
All Channels
All Levels
All Control Cmds
All Feedback Cmds
Table 1 - Port Mapping