Programming
30
AXB-TMC/TMX+ Television Managers
RS-232 Request Commands
The examples shown are in the Axcess programming language syntax. These are communications
sent to the AXB-TMC/TMX+ via the RS-232.
RS-232 Request Commands
Do Push/Release
Syntax:
'*'<1><0><CHANNEL><STATUS><CHECKSUM>
Example:
"'*', 1, 0, 1, 1, 45"
Status Byte: 1=Push; 0=Release.) Pushes channel 1.
Send String
Syntax:
'*'<4><0><# BYTES><STRING><CHECKSUM>
Example:
"'*', 4, 0, 7, 'AXB-TMX+', 0"
Sends the string 'AXB-TMX+/TMC' to the 9 pin serial port.
Send Command
Syntax:
'*'<5><0><# BYTES><STRING><CHECKSUM>
Example:
"'*', 5, 3, 9, 'PON', 0"
This 'PON' command is sent to the AXB-TMC/TMX+.
Get Bus Status
Syntax:
'*'<8><CHECKSUM>
Example:
"'*', 8, 50"
Requests bus status. The AXB-TMC/TMX+ responds with a BUS STATUS
string.
Get Device
Syntax:
'*'<9><CHECKSUM>
Example:
"'*', 9, 51"
Requests the devices and device numbers of the AXB-TMC/TMX+. The
AXB-TMC/TMX+ responds with a DEVICE LIST string.
Set Response Mask
Syntax:
'*'<10><MASK1><CHECKSUM>
Example:
"'*', 10, 32, 0, 212"
Sets the AXB-TMC/TMX+ to send only CHANNEL CHANGES strings.
See the Response Mask subsection, on page 31,for more information.
Содержание AXB-TMC
Страница 1: ...instruction manual AXlink Bus Controllers AXB TMC TMX Television Managers ...
Страница 10: ...Product Information 6 AXB TMC TMX Television Managers ...
Страница 20: ...Installation 16 AXB TMC TMX Television Managers ...
Страница 22: ...Upgrading the Firmware 18 AXB TMC TMX Television Managers ...