Programming - Send Commands; Overview; Panel Send Commands; Abp - AMX Modero G5 Instruction Manual

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

Advertisement

Programming - Send Commands

Overview

You can program Modero X Series touch panels, 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).
Verify you are using the latest NetLinx Master and Modero X Series firmware, as well
as the latest version of NetLinx Studio and TPD5.
The Send Commands described in this document are case-insensitive.

Panel Send Commands

Panel Commands

^ABP

^ADB

^BRT

Modero G5 Touch Panels - Configuration and Programming
Single Beep Command.
Output a single beep.
Syntax:
'^ABP'
Variable: None
Example:
SEND COMMAND Panel,'^ABP'
Double Beep Command.
Output a double beep.
Syntax:
'^ADB'
Variable: None
Example:
SEND COMMAND Panel,'^ADB'
Panel Brightness Command.
Set the panel brightness.
Syntax:
"'^BRT-<brightness level>'"
Variable:
brightness level = 0 - 100.
Example:
SEND COMMAND Panel,"'^BRT-70'"
Sets the brightness level to 70
Programming - Send Commands
57

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents