AMX NI-2000 Programming Manual page 55

Ni series netlinx integrated controllers webconsole & programming guide
Hide thumbs Also See for NI-2000:
Table of Contents

Advertisement

Select the On or Off buttons to Emulate Channel ON (CHON) and Channel OFF (CHOFF)
messages for the specified <D:P:S>.
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.
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.
NI Series WebConsole & Programming Guide
The Level number range is 1 - 65535.
The table below lists the valid Level data types and their ranges:
Level Data Type Minimum Value Maximum Value
CHAR
0
INTEGER
0
SINTEGER
-32768
LONG
0
SLONG
-2147483648
FLOAT
-3.402823466e+38 3.402823466e+38
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 (prepended with a $), and are
comma-delimited.
String Literals start and end with single quotes ('). To escape a single quote, use three single
quotes (''').
WebConsole - System Options
255
65535
32767
429497295
2147483647
47

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents