Specifications
WebConsole - System Options
38
NX-Series Controllers - WebConsole & Programming Guide
4. Select the Push button to Emulate a push/release on the specified channel (not displayed if the Control option is
selected). Click and hold the Push button to observe how the device/Master responds to the push message.
5. In the Level Code section, enter a valid Level number and Level data value for the specified <D:P:S> and press the
Send button to transmit the level data.
The Level number range is 1 - 65535.
The table below lists the valid Level data types and their ranges:
6. In the Command and String fields, enter any character strings that can be sent as either a String or Command, and
press Send to transmit to the Master.
When entering a Send Command, do not include the "send c" or "SEND_COMMAND" in the statement -
only type what would normally occur within the quotes (but don't include the quotes either).
For example to send the "CALIBRATE" send command, type CALIBRATE (no quotes) rather than
SEND_COMMAND <dev> "CALIBRATE".
String Expressions start and end with double quotes (" "). Double quotes are not escaped, rather they are
embedded within single quotes. String expressions may contain string literals, decimal numbers, ASCII
characters and hexadecimal numbers (pre-pended with a $), and are comma-delimited.
String Literals start and end with single quotes ('). To escape a single quote, use three single quotes (''').
Level Data Type Minimum Value Maximum Value
CHAR 0 255
INTEGER 0 65535
SINTEGER -32768 32767
LONG 0 429497295
SLONG -2147483648 2147483647
FLOAT -3.402823466e+38 3.402823466e+38