Programming
71
NXD-700i & NXT-CA7 7” Modero Touch Panels
Programming
Overview
The NXD-500i may be programmed, using the commands in this section, to perform a wide variety of
operations using Send_Commands and variable text 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 and represents all Modero
panels).
Button Assignments
Page Commands
These Page Commands are used in NetLinx Programming Language and are case insensitive.
Verify that you are using the latest NetLinx Master and Modero firmware, and verify
that you are using the latest version of NetLinx Studio and TPD4.
• Button Channel Range: 1 - 4000 Button push and Feedback (per address port)
• Button Variable Text range: 1 - 4000 (per address port)
• Button States Range: 1 - 256 (0 = All states, for General buttons 1 = Off state and 2 = On state).
• Level Range: 1 - 600 (Default level value 0 - 255, can be set up to 1 - 65535)
• Address port Range: 1 - 100
These button assignments can only be adjusted in TPD4 and not on the panels
themselves.
Page Commands
@APG
Add a specific popup page to a specified popup group.
Add the popup page to a group if it does not already exist. If the new popup is added to a
group which has a popup displayed on the current page along with the new pop-up, the
displayed popup will be hidden and the new popup will be displayed.
Syntax:
"'@APG-<popup page name>;<popup group name>'"
Variable:
popup page name = 1 - 50 ASCII characters. Name of the popup page.
popup group name = 1 - 50 ASCII characters. Name of the popup group.
Example:
SEND_COMMAND Panel,"'@APG-Popup1;Group1'"
Adds the popup page ’Popup1’ to the popup group ’Group1’.
@CPG
Clear all popup pages from specified popup group.
Syntax:
"'@CPG-<popup group name>'"
Variable:
popup group name = 1 - 50 ASCII characters. Name of the popup group.
Example:
SEND_COMMAND Panel,"'@CPG-Group1'"
Clears all popup pages from the popup group ’Group1’.
Содержание NXD-700i
Страница 4: ......
Страница 12: ...viii NXD 700i NXT CA7 7 Modero Touch Panels Table of Contents...
Страница 30: ...NXT CA7 Installation 18 NXD 700i NXT CA7 7 Modero Touch Panels FIG 19 RJ 45 wiring diagram...
Страница 52: ...Configuring Communication 40 NXD 700i NXT CA7 7 Modero Touch Panels...
Страница 138: ...Programming 126 NXD 700i NXT CA7 7 Modero Touch Panels...
Страница 148: ...Appendix A Text Formatting Codes 136 NXD 700i NXT CA7 7 Modero Touch Panels...
Страница 151: ...Appendix B Complex Script Support 139 NXD 700i NXT CA7 7 Modero Touch Panels...