Programming the Mio R-4

Input Commands

A device must first be defined in the NetLinx programming language with values for the Device: Port: System (in all programming examples - Remote is used in place of these values).

Input Commands

^CAL

Put remote in calibration mode.

Syntax:

"'^CAL'"

Example:

SEND_COMMAND Device,"'^CAL'"

Puts the remote in calibration mode.

Panel Setup Commands

A device must first be defined in the NetLinx programming language with values for the Device: Port: System (in all programming examples, Panel is used in place of these values). These commands are case insensitive.

Panel Setup Commands

^MUT

Syntax:

Set the panel

SEND_COMMAND <DEV>,"'^MUT-<mute state>'"

mute state

Variables:

 

 

• mute state = 0 = Mute Off and 1 = Mute On.

 

Example:

 

SEND_COMMAND Device,"'^MUT-1'"

 

Sets the panel's master volume to mute.

 

 

@PWD

@PWD sets the level 1 password only.

Set the page flip

Syntax:

password

SEND_COMMAND <DEV>,"'@PWD-<page flip password>'"

 

 

Variables:

 

• page flip password = 1 - 50 ASCII characters.

 

Example:

 

SEND_COMMAND Device,"'@PWD-Main'"

 

Sets the page flip password to 'Main'.

 

 

^PWD

Password level is required and must be 1 - 4.

Set the page flip

Syntax:

password

SEND_COMMAND <DEV>,"'^PWD-<password level>,<page flip password>'"

 

 

Variables:

 

• password level = 1 - 4.

 

• page flip password = 1 - 50 ASCII characters.

 

Example:

 

SEND_COMMAND Device,"'^PWD-Main'"

 

Sets the page flip password on Password Level 1 'Main'.

 

 

^VOL

Syntax:

Set the panel

SEND_COMMAND <DEV>,"'^VOL-<volume level>'"

volume

Variables:

 

 

• volume level = 0 - 100. 100 is maximum volume setting.

 

Example:

 

SEND_COMMAND Device,"'^VOL-50'"

 

Set the panel volume to 50.

 

 

Mio Modero R-4

79

 

 

Page 85
Image 85
AMX Mio Modero R-4 manual Input Commands, Panel Setup Commands