Installation User guide

5-27
MLC 226 IP Series • SIS Programming and Control
PRELIMINARY
Command/response table for SIS commands (continued)
Command ASCII (Telnet)
(host to switcher)
URL Encoded (Web)
(host to switcher)
Response
(switcher to host)
Additional description
File streaming commands
N
File streaming commands should be used by advanced programmers only.
Load a fi le to user fl ash memory via Telnet or RS-232
24, 28
E
+ UF lesize, fi lename
}
{raw, unprocessed data in a fi le of up to lesize}
Upl
]
N
If the MLC has insuffi cient memory available to store the sent fi le, it responds with Fld
]
(failed) instead of with Upl
]
.
N
Firmware can be updated by using this command to upload an ____.s19 fi le to the MLC. If the MLC determines that the fi le is not intended for its model, the Upl
]
response is
followed by a Fwm
]
(fi rmware mismatch) response.
Retrieve a fi le from user fl ash memory via Telnet or RS-232
28
E
lename SF
}
{4 bytes of lesize, and then raw data from the fi le}
Load a fi le to user fl ash memory via port 80 (HTTP, Web browser)
Send a Post command on port 80 followed by the delimited data to be written to the fi le in fl ash memory.
Retrieve a fi le from user fl ash memory via port 80 (HTTP, Web browser)
Send a Page Get command on port 80 followed by WSF
|
{The response is raw data from the fi le.}
Example:
http://192.168.254.254/mypage.html?cmd=WSF
|
{data from the fi le mypage.html.}
Web browser-specifi c commands
Read response from last URL
command
E
UB
}
WUB
|
response from command
]
E-mail
Confi gure e-mail events (mailbox)
24
E
X4%
,
X4^
,
X4&
CR
} X4%
= e-mail event number (1 - 64).
X4^
= e-mail recipient’s address (e.g.,
JDoe@extron.com) for the person to whom
messages will be sent. This address is
limited to 31 characters.
X4&
= name of e-mail fi le to be sent (1.eml,
2.eml, ... 64.eml)
(fi rst line of the fi le = the subject,
the rest = the body of the e-mail).
W
X4%
%2C
X4^
%2C
X4&
CR
|
Ipr
X4%
,
X4^
,
X4&
]
Example:
E
5, jdoe@extron.com, 7.eml CR
}
W 5 %2C jdoe %40 extron %2E com %2C 7%2E eml CR
|
For e-mail event 5, send fi le 7.eml to
jdoe@extron.com.
Ipr 5, jdoe@extron.com, 7.eml
]