JDS Uniphase WEB XPANDER RS-232 User Manual
Page 29

Appendix J – Disabling the Web Xpander for Schedule Downloads and
STARGATE Firmware Updates
To disable the Web Xpander (prior to downloading), send the ASCII string
:disable=on
"out of controller COM1."
For convenience, add an event to send the ASCII string in response to an X-10 ON
command. The MegaController log will display ":disable=on" followed by "Web
Xpander Disabled."
To re-enable the Web Xpander (after downloading), send the ASCII string
:disable=off
"out of controller COM1."
For convenience, add an event to automatically send the ASCII string after the First Pass
Through Schedule followed by the X-10 OFF command. The MegaController log will
display ":disable=off" followed by "Web Xpander Enabled. Rebooting...".
If you already have a First Pass Through Schedule event in use, place the ASCII string
and X-10 OFF command at the end of the event.
EXAMPLE:
EVENT: DISABLE WEBX
If
XSEQ:( D-14 D-ON ) Received within 3 seconds
Then
ASCII-Out:':disable=on' [COM1]
End
EVENT: ENABLE WEBX
If
First pass through schedule
Then
ASCII-Out:':disable=off' [COM1]
X10: D-14 WebX Disable OFF
End