User guide
eWON 500-2001-4001-4002 User Guide - Programming the eWON
eWON 500®2001®4001®4002® Version 4_3_0 - User Guide - 10/5/05 - ©ACT'L sa - Page 136
9.2.20 DYNDNS
Syntax
DYNDNS
Purpose:
The command has no parameter and asks a NO-IP dynamic PPP IP address update to the Dynamic DNS server you have set
in the IP address publishing part from the Callback Configuration eWON page.
It will be used to synchronize a Dynamic DNS server such as No-IP with the eWON PPP IP address.
9.2.21 END
Syntax [Command]
END
Purpose:
Indicates the end of the program. This command can also be used to stop the execution of a section.
If the program is in RUN mode, this command will suspend the execution until another section is ready to run (ONCHANGE, CYCLIC etc.).
Example:
See also:
“HALT” on page 145
9.2.22 ERASE
Syntax [Command]
ERASE Filename
Purpose:
Erase the specified file in the /usr directory. That means this command will not work for a different directory than the "/usr" directory.
Omitting "/usr/" before the filename will result to a syntax error.
The file and directory names are case sensitive.
Example:
PRINT " START "
END
PRINT " SUB "
ERASE "/usr/myfile.shtm"