41
D 13887.08
MAY 2008
TANDBERG 3000
MXP
&
6000
MXP
REFERENCE GUIDE FOR SYSTEM INTEGRATORS
Example showing Serial Port configurations of a TANDBERG
6000
MXP
codec, using the standard
XACLI
formatting for
configurations:
xconfiguration serialport
*c xConfiguration SerialPort 1 BaudRate:
57600
*c xConfiguration SerialPort 1 Parity: None
*c xConfiguration SerialPort 1 DataBits: 8
*c xConfiguration SerialPort 1 StopBits: 1
*c xConfiguration SerialPort 1 Mode: Control
*c xConfiguration SerialPort 2 BaudRate: 9600
*c xConfiguration SerialPort 2 Parity: None
*c xConfiguration SerialPort 2 DataBits: 8
*c xConfiguration SerialPort 2 StopBits: 1
*c xConfiguration SerialPort 2 Mode: Auto
OK
Example:
To address the BaudRate element of serial port 2:
XPath
Each level is separated with a slash (‘/’). Item numbers are
added in brackets after the element name:
SerialPort[2]/BaudRate
Example
xconfiguration serialport[2]/baudrate
*c xConfiguration SerialPort 2 BaudRate: 9600
OK
TANDBERG SimplePath
Both levels and item numbers are separated with whitespac-
es:
SerialPort 2 BaudRate
Example
xconfiguration serialport 2 baudrate
*c xConfiguration SerialPort 2 BaudRate: 9600
OK
About the TANDBERG API
The TANDBERG
MXP
also supports the RS 232/Telnet Da-
taport Interface that was supported on the Classic systems.
You may use any mixture of Classic Dataport commands and
XACLI commands on the same RS232/Telnet session. A
multitude of the commands overlaps, but XACLI offers more
flexibillity and gives access to the latest features supported
by the system.
We recommend the use of XACLI commands
whenever
you write new control system modules and whenever you add
new features into existing control modules, but there is no
need to to rewrite already existing control modules based on
Classic commands.
The XACLI API is described in detail in this section of the User
Guide. The Classic Dataport Interface is described in the
TANDBERG 770-8000MXP API (Dataport User Guide), which is
available separately.
NOTE!
New features on the TANDBERG
MXP
will be sup-
ported on XACLI only.
EXAMPLE:
To configure the baudrate of serial port 1 to
9600:
Classic Dataport:
sport data1 9600
XACLI:
xconfiguration serialport 1 baudrate:
9600
Example 1
Example 2
What Happened to the RS 232/Telnet Dataport
Interface Supported on the Classic Systems?