Programming - Send Commands
72
Modero G5 Touch Panels - Configuration and Programming
Button Commands (Cont.)
^APF
Add page flip action.
Add page flip action to a button. This command installs a page flip command to the Button Release event
action.
Syntax:
"'^APF-<vt addr range>,<page flip action>,<page name>
[,<animation>,[origin],[duration]]'"
Variables:
variable text address range = 1 - 4000.
page flip action = (see the following):
Stan[dardPage] - flip to standard page
StanAni - flip to standard page with animation
PrevAni - flip to previous page with animation
Prev[iousPage] - flip to previous page
Show[Popup] - Show popup page
Hide[Popup] - Hide popup page
Togg[lePopup] - toggle popup state
ClearG[roup] - clear popup page group from all pages
ClearP[age] - clear all popup pages from a page with the specified page name
ClearA[ll] - Clear all popup pages from all pages
Page Name: 1 - 50 ASCII characters.
Animation: See the ^AFP command (page 71) for details.
Origin: See the ^AFP command (page 71) for details.
Duration: Transition time in 10ths of a second. Range is 3-30 with 15 (1.5 seconds) as the default
Example:
SEND COMMAND Panel, 'APF-400,StanAni,Main Page,ZoomIn,30'
Add animated page flip action to button 400 to flip to Main Page using zoom in for 3 seconds.
^BSF
Button Focus Command.
Note: Select one button at a time (single variable text address). Do not assign a variable text address range to
set focus to multiple buttons. Only one variable text address can be in focus at a time.
Syntax:
"'^BSF-<vt addr range>,<selection value>'"
Variable:
variable text address range = 1 - 4000.
selection value = Unselect = 0 and select = 1.
Example:
SEND_COMMAND Panel,"'^BSF-500,1'"
Sets the focus to the text area of the button.
^BSM
Button Submit Text Command.
This command causes the text areas to send their text as strings to the NetLinx Master.
Syntax:
"'^BSM-<vt addr range>'"
Variable:
variable text address range = 1 - 4000.
Example:
SEND_COMMAND Panel,"'^BSM-500'"
Returns a String of format
"'<button name>-<text>'"
. The string is returned on the port a ^BIT
command was received on, or if that has not occurred, is sent on the address port.
Содержание 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 ...