Rs485 commands – Australian Monitor IN600 User Manual

Page 7

Advertising
background image

PAGE 7

IN600 INSTALLATION AND OPERATION MANUAL

RS485 COMMANDS

Data: 19200, 8N1
All ASCII characters
The commands are pure ASCII. So a hex value of 0xA5 (decimal 165) is sent as ASCII ‘A’ ‘5’, or 0x41 0x35.
eg Command !04GR01??<CR> is sent as a hex string 0x21 0x30 0x34 0x47 0x52 0x30 0x31 0x3F 0x3F 0x0D

GET COMMANDS

OBJECT

DATA

RESPONSE

DATA

!04GR01??<CR>

Get source volume

!04SR01XX<CR>

XX-volume setting 00-FF (00 is min)

!08GR01??<CR>

Get mic/line volume

!08SR01XX<CR>

XX-volume setting 00-FF (00 is min)

!04GL01??<CR>

Get source mute state

!04SL01YY<CR>

YY-ON,OF,FL (On,Off, Flashing)

!08GLXX??<CR>

Get mic/line enabled state

XX-mic/line channel 01-04

!08SLXXYY<CR>

XX-mic/line channel 01-04; YY-ON,OF,FL (On,Off, Flashing)

!10GLXX??<CR>

Get source/projector state

XX-source channel 01-06, 07-
off, 08-projector

!10SLXXYY<CR>

XX-source channel 01-06, 07-off, 08-projector; YY-ON,OF,FL
(On,Off, Flashing)

SET COMMANDS

These commands are used to set values on the IN600. Good programming techinique should update control system visual info on the feedback responses not the ACK
message,

see

Feedback

table.

OBJECT

DATA

ACK

NACK

!04SR01XX<CR>

Set source volume

XX-volume setting 00-FF (00 is min)

!04A<CR>

!04N<CR>

!08SR01XX<CR>

Set mic/line volume

XX-volume setting 00-FF (00 is min)

!08A<CR>

!08N<CR>

!04SB01SH<CR>

Mute source

!04A<CR>

!04N<CR>

!08SBXXSH<CR>

Enable/Disable Mic/Line

XX-mic/line channel 01-04

!08A<CR>

!08N<CR>

!10SBXXSH<CR>

Select source/toggle projector

XX-source channel 01-06, 07-off, 08-projector

!10A<CR>

!10N<CR>

FEEDBACK RESPONSES

These messages are sent from the IN600 when changes occur in the IN600. This includes RS485 Set commands as well as front panel changes.

OBJECT

DATA

*01SR01XX<CR>

When the source volume changes

XX-volume setting 00-FF (00 is min)

*02SR01XX<CR>

When the mic/line volume changes

XX-volume setting 00-FF (00 is min)

*01SL01YY<CR>

When the source mute state changes

YY-ON,OF,FL (On,Off, Flashing)

*02SLXXYY<CR>

When the Mic/Line enabled stated changes

XX-mic/line channel 01-04; YY-ON,OF,FL (On,Off, Flashing)

*03SLXXYY<CR>

When the selected source or projector changes

XX-source channel 01-06, 07-off, 08-projector; YY-ON,OF,FL (On,Off, Flashing)

Advertising