MGP Pro Series • Remote Configuration and Control
45
Entering SIS Commands
•
Upper- and lowercase letters may be used interchangeably in the command field unless
otherwise specified.
•
Commands may be sent back-to-back without spaces, for example, 2*2!2*0B.
•
Numbers can be entered as 1 digit, or as 2 or 3 digits with leading zeros, for example,
8V
=
08V
=
008V
.
•
There are a few differences in how to enter the commands depending on whether you
are using Telnet or a web browser.
•
For control via a web browser, all non-alphanumeric characters must be
represented as the hexadecimal equivalent,
%xx
, where
xx
represents the
two-character hex byte. For example, a comma (,) would be represented as
%2C
.
•
When using these commands through a web browser, the URL reference
is used to shorten the examples. “URL” refers to the full URL of the control
interface and web page reference, including all path information, for example,
http://192.168.100.10/myform.htm
.
•
Some characters differ depending on what method you use to send the
commands:
Telnet
Web Browser
Escape key (hex
1B
)
W
[must not be encoded]
Carriage return (hex
0D
)
Pipe character (
|
) [must not be encoded]
NOTE:
With Telnet you can use either the
Escape
E
commands or the
W
commands, and the carriage return or the pipe character. With the web
browser, you are required to use the
W
commands and the pipe character.
In either method, the data string (shown in braces as {
data
} in the command
and response table is directed to the specified port, and must be encoded if it is
non-alphanumeric.
Symbol Definitions
Common Symbol Definitions
]
=
CR/LF (carriage return/line feed)
]
=
Carriage return with line feed (hex 0D 0A)
}
or
¦
=
Carriage return or pipe symbol (no line feed, hex 0D)
}
=
Carriage return with no line feed (no line feed, hex 0D) (for URL-encoded commands, use the
pipe character, | , instead)
E
=
Escape key, or hex 1B (use
W
instead of
E
for web browsers, or at any time)
|
=
Pipe (vertical bar) character (URL equivalent to carriage return)
•
=
Space
*
=
Asterisk character (which is a command character, not a variable)
24,
27,
28
=
Superscript numbers correspond to error numbers, indicating the error message displayed if
the command is entered incorrectly or with invalid parameters (see
page 44).