Swk; Tpf; Tpn; Vol - AMX Modero G5 Instruction Manual

X series g5 touch panels
Hide thumbs Also See for Modero G5:
Table of Contents

Advertisement

Panel Commands (Cont.)

^SWK

^TPF

^TPN

^VOL

Modero G5 Touch Panels - Configuration and Programming
Set the Wake String Command.
Set the content of the string that is sent to the master when the panel wakes up from sleep (display on).
Syntax:
"'^SWK-<wake string>'"
Variables:
Wake string = The string sent to the master when the panel wakes up from sleep.
Example:
SEND COMMAND Panel,"'^SWK-Wakeing Up...'"
Sets the sleep string to 'Waking Up...'.
Turn Off Page Tracking Command.
This command turns off page tracking.
Syntax:
"'^TPF'"
Variables: None
Example:
SEND COMMAND Panel,"'^TPF'"
Turn On Page Tracking Command.
This command turns on page tracking, whereby when the page or popups change, a string is sent to the
Master. This string may be captured with a CREATE_BUFFER command for one panel and sent directly
to another panel.
Syntax:
"'^TPN'"
Variables: None
Example:
SEND COMMAND Panel,"'^TPN'"
Set Volume Command.
Set the [specified] volume.
Syntax:
"'^VOL,<level>[,<type>]'"
Variables:
Level is the volume level from 0-100. The level will be scaled according to the platforms abilities.
Type (option) Change the volume of the given type
0 = Master volume (change all volumes simultaneously). Used by default if no type is specified. This
is not really a real volume, but instead is a virtual value that changes all other volume type
concurrently.
10 = Alarm Volume
11 = Call Volume
12 = Media Volume
13 = Notification Volume
44 = Display the volume dialog (level is ignored)
Note: the platform dialog sliders will NOT update if they are displayed when the command is received.
They are accurate, however, if displayed after receiving the command.
Examples:
SEND_COMMAND Panel,"'^VOL,50'"
Sets the master volume to 50.
SEND_COMMAND Panel,"'^VOL,50,0'"
Sets the master volume to 50.
SEND_COMMAND Panel,"'^VOL,50,12'"
Sets the media volume to 50.
SEND_COMMAND Panel,"'^VOL,0,44'"
Display the volume dialog.
Programming - Send Commands
63

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents