Programming, Send commands – AMX AXB-MIDI User Manual
Page 11
Programming
7
AXB-MIDI MIDI Interface
Programming
Send Commands
Send_Commands control AXB-MIDI signal routing by the Central Controller. The AXB-MIDI
supports the Send_Commands described below.
AXB-MIDI Send_Commands
Command
Description
INA
Configure the destination for
the incoming data on IN A
(see the IN A and IN B Signal
Routing table on page 8).
Syntax:
'INA-
Parameter:
Example:
SEND_COMMAND
Routes incoming IN A data to THRU output and to the Central Controller.
INB
Configure the destination for
the incoming data on MIDI
IN B.(see the IN A and IN B
Signal Routing table on
page 8).
Syntax:
'INB-
Parameter:
Example:
SEND_COMMAND
Routes incoming IN B data to THRU output, OUT output, and transmit data to
the Central Controller.
RXACLR
Clear characters waiting in
the IN A receive buffer (to be
sent to the Central
Controller, MIDI THRU, or
MIDI OUT).
Syntax:
'RXACLR'
Example:
SEND_COMMAND
Clears the IN A receive buffer of all contents.
RXBCLR
Clear characters waiting in
the IN B receive buffer (to be
sent to the Central
Controller, MIDI THRU, or
MIDI OUT).
Syntax:
'RXBCLR'
Example:
SEND_COMMAND
Clears the receive buffer contents for IN B.
RXCLR
Clear all characters waiting in
both receive buffers (to be
sent to the Central
Controller, MIDI THRU, or
MIDI OUT).
Syntax:
'RXCLR'
Example:
SEND_COMMAND
Clears the receive buffers or all content for IN A and IN B.
RXON
Enable the ABX-MIDI to send
received characters to the
Central Controller.
Syntax:
'RXON'
This command is automatically sent by the Central Controller when a
CREATE_BUFFER program instruction is executed.
Example:
SEND_COMMAND
Sends received characters from IN A and IN B to the Central Controller.