Programming, Send commands – AMX AXB-MIDI User Manual

Page 11

Advertising
background image

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-<value>'

Parameter:

<value> = 0 to 7

Example:

SEND_COMMAND <device>,'INA-5'

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-<value>'

Parameter:

<value> = 0 to 7

Example:

SEND_COMMAND <device>,'INB-7'

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 <device>,'RXACLR'

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 <device>,'RXBCLR'

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 <device>,'RXCLR'

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 <device>,'RXON'

Sends received characters from IN A and IN B to the Central Controller.

Advertising