Instruction manual

Epica DGX 16/32 NetLinx Programming
106
Epica DGX 16 and Epica DGX 32 Instruction Manual
SEND_COMMANDs
For the Epica DGX 16/32, SEND_COMMANDs carrying basic BCS commands for control operations (only)
can be sent to Port 2, and SEND_COMMANDs carrying diagnostic or auxiliary BCS commands can be sent to
Port 3.
The first table shows three SEND_COMMANDs with embedded basic BCS commands that can be sent to
Port 2. The second table shows two SEND_COMMANDs with embedded diagnostic and auxiliary BCS
commands that can be sent to Port 3.
SEND_COMMANDs for the Epica DGX 16/32 are not limited to the ones in the tables but can include
additional BCS commands as well. For complete information on BCS commands, see the Instruction Manual
– BCS Basic Control Structure Protocol on the AMX AutoPatch CD or at www.amx.com.
Note: All text is based on a Unicode index.
Epica DGX 16/32 SEND_COMMANDs - Basic BCS Commands
" 'CL<L#>I<I#>O<O#>T' "
Connect inputs to outputs on
the specified level (virtual
matrix).
Syntax:
SEND_COMMAND <Device:Port:System>,"'CL<L#>I<I#>O<O#>T'"
Note that the "Device" number is assigned by the NetLinx Master.
Variables:
L# = level number (virtual matrix number) either 0 or 1 (both switch video
along with any embedded audio)
I# = input port number for Epica DGX 16:
1-16 = Inputs 1-16
O# = output port number for Epica DGX 16:
1-16 = Outputs 1-16
I# = input port number for Epica DGX 32:
1-32 = Inputs 1-32
O# = output port number for Epica DGX 32:
1-32 = Outputs 1-32
Example:
SEND_COMMAND 32003:2:0,"'CL0I2O4T'"
Connect Input 2 to Output 4 on Level 0 (Virtual Matrix 0).
" 'CI<I#>O<O#>T' "
Connect inputs to outputs on
the default level (virtual matrix).
Syntax:
SEND_COMMAND <Device:Port:System>,"'CI<I#>O<O#>T'"
Note that the "Device" number is assigned by the NetLinx Master.
Variables:
I# = input port number for Epica DGX 16:
1-16 = Inputs 1-16
O# = output port number for Epica DGX 16:
1-16 = Outputs 1-16
I# = input port number for Epica DGX 32:
1-32 = Inputs 1-32
O# = output port number for Epica DGX 32:
1-32 = Outputs 1-32
Example 1:
SEND_COMMAND 32003:2:0,"'CI6O4T'"
Connect Input 6 to Output 4 on default level.
Example 2:
SEND_COMMAND 32003:2:0,"'CI3O7,8,9T'"
Connect Input 3 to Outputs 7, 8, and 9 on default level.