SIS Programming and Control, cont’d
IPL 250 • SIS Programming and Control
4-20
Command/response table for SIS commands (continued)
Command ASCII (Telnet)
(host to IPL) URL Encoded (Web)
(host to IPL) Response
(IPL to host) Additional description
File streaming commands
N File streaming commands should be used by advanced programmers only.
Load a file to user flash memory via Telnet or RS-23224, 28
E + UF filesize, filename }{raw, unprocessed data in a file of up to filesize}
Upl ]
N If the IPL has insufficient memory available to store the sent file, it responds with Fld ] (failed) instead of with Upl ].
N Firmwarecanbeupdatedbyusingthiscommandtouploadan____.s19letotheIPL.IftheIPLdeterminesthattheleisnotintendedforitsmodel,theUpl ] response is
followed by a Fwm ] (firmware mismatch) response.
Retrieve a file from user flash memory via Telnet or RS-23228
E
filename SF }{4 bytes of filesize, and then raw data from the file}
Load a file to user flash memory via port 80 (HTTP, Web)
Send a Post command on port 80 followed by the delimited data to be written to the file in flash memory.
Retrieve a file from user flash memory via port 80 (HTTP, Web)
Send a Page Get command on port 80 followed by WSF|
{The response is raw data from the file.}
Example: http://192.168.254.254/mypage.html?cmd=WSF|{data from the file mypage.html.}
Web browser-specific commands
Read response from last URL
command E
UB}WUB|{response from command}]
E-mail commands
Configure 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 file to be sent (1.eml,
2.eml, ... 64.eml)
(first line of the file = 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 file 7.eml to
jdoe@extron.com.
Ipr 5, jdoe@extron.com, 7.eml ]