Programming - Send Commands
63
Modero G5 Touch Panels - Configuration and Programming
Panel Commands (Cont.)
^SWK
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…'.
^TPF
Turn Off Page Tracking Command.
This command turns off page tracking.
Syntax:
"'^TPF'"
Variables: None
Example:
SEND COMMAND Panel,"'^TPF'"
^TPN
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'"
^VOL
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.
Содержание Modero G5
Страница 58: ...Settings Menu 48 Modero G5 Touch Panels Configuration and Programming ...
Страница 62: ...Gestures 52 Modero G5 Touch Panels Configuration and Programming ...
Страница 66: ...MXA MP and MXA MPL Programming 56 Modero G5 Touch Panels Configuration and Programming ...
Страница 138: ...Appendix B Bargraph Functions 128 Modero G5 Touch Panels Configuration and Programming ...
Страница 143: ...Appendix C Video Streaming Troubleshooting 133 Modero G5 Touch Panels Configuration and Programming ...