Netlinx Programming; Device:port:system (D:p:s); Port Assignments - AMX MAX-CSD 10 Operation And Reference Manual

Amx corporation max video encoder & video decoder operation/reference guide
Table of Contents

Advertisement

NetLinx Programming

You can program the MAX unit by using the commands in this section to perform a wide variety of
operations using Send_Commands and variable text commands. A device must first be defined in the
NetLinx programming language with values for the Device: Port: System.
In these programming examples, <DEV> = Device. The term <D:P:S> = Device:Port:System.

Device:Port:System (D:P:S)

NetLinx requires a Device:Port:System (D:P:S) specification. This D:P:S triplet can be expressed as a
series of constants, variables separated by colons, or a DEV structure.
For example:
STRUCTURE DEV
{
INTEGER Number
INTEGER Port
INTEGER System
}
The D:P:S notation is used to explicitly represent a device number, port and system. For example,
128:1:0 represents the first port on device 128 on this system. If the system and Port specifications are
omitted, (e.g. 128), system 0 (indicating this system) and port 1 (the first port) is assumed. Here's the
syntax:
NUMBER:PORT:SYSTEM
where:

Port Assignments

The following table outlines the Ports used by the MAX-CSE and MAX-CSD10 by referencing their
Port # assignments:
MAX-CSE Port Assignments
Port/Description
Video Encoder
RS-232/422/485 Serial Port
IR/Serial Port
I/O Port
IR RX Port
LCD Display
ALL Commands used on the MAX-CSE are case sensitive and must be entered as
shown within this section.
MAX-CSE/MAX-CSD10 Operation/Reference Guide
// Device number
// Port on device
// System the device belongs to
NUMBER:
16-bit integer represents the device number
PORT:
16-bit integer represents the port number (in the range 1 through the number of
ports on the device)
SYSTEM:
16-bit integer represents the system number (0 = this system)
ICSP Port #
1
2
3
4
5
6
NetLinx Programming
75

Advertisement

Table of Contents
loading

This manual is also suitable for:

Max-cseMax-csd10Max-cse10

Table of Contents