File streaming commands, Web browser-specific commands – Extron Electronics IPCP 505 User Guide User Manual
Page 77

IPCP 505 • SIS Pr
ogramming and Contr
ol
71
Command/Response Table for SIS Commands (continued)
Command
ASCII (Telnet)
(host to IPCP)
URL Encoded (web)
(host to IPCP)
Response
(IPCP to host)
Additional description
File streaming commands
NOTE: File streaming commands should be used by advanced programmers only.
Load a file to user flash memory via Telnet or RS-232
24, 28
E
+ UF filesize, filename
}
{raw, unprocessed data in a file of up to filesize}
Upl
]
or
Load file to user flash memory via Telnet or RS-232 and set specific time and date for the uploaded file
24, 28
<day-of-week> = 1-7 where 1 = Sunday.
<month> = 1-12 where 1 = January.
<day> = 1-31
.
<hour> = 0-23.
E
+ UF filesize*<day-of-week>
•
<month>
•
<day>
•
<year>
•
<hour>
•
<minute>
•
<second>, filename
}
{raw, unprocessed data in a file of up to filesize}
Upl
]
NOTES: • If the IPCP has insufficient memory available to store the sent file, it responds with
Fld
]
(failed) instead of with Upl
]
(uploaded).
• Firmware can be updated by using this command to upload an ____.s19 file to the IPCP. If the IPCP determines that the file 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-232
28
E
filename SF
}
W 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}
]