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 142
Notes:
RO means read only
R/W means read/write
I,R,S means Integer, real, string
• SYS fields group:
The fields edited with this group are the one found in the config.txt file under the section System.
The fields are described in the section "Configuration fields".
• COM fields group:
The fields edited with this group are the one found in the comcfg.txt. The fields are described in the section "Configuration fields".
It is possible to tune the modem detection too. See Com Section on page 172.
• TAG fields group:
The fields edited with this group are the one found in the config.txt file under the section TagList.
The fields are described in the section "Configuration fields".
See Tag Section on page 175.
• USER fields group:
The fields edited with this group are the one found in the config.txt file under the section UserList.
The fields are described in the section "Configuration fields".
See User Section on page 178.
PPPIP
RW S/I
This parameter returns the string corresponding to the current PPP IP address.
When the eWON is offline, the value returned is "0.0.0.0". When the eWON is online the value returned is
the dotted IP address allocated for the PPP connection
The parameter can be written in order to disconnect the eWON.
The only value accepted when writing in this parameter is 0 (setsys prg, "PPPIP", 0)
TRFWD
RW S
Transparent forwarding IP address. The parameter can be used to write or read the routing parameter.
The parameter is only active when the PPP connection is established
SERNUM
RW S
Returns a string with the eWON serial number string
PRIOH
RW I
Used for changing the script priority
Currently not documented
PRION
RW I
Used for changing the script priority
Currently not documented
PRIOT
RW I
Used for changing the script priority
Currently not documented
RESUMENEXT
R/W I
Controls the OnError action. Possible values are a combination of:
1: Resume Next mechanism is enabled
4: Do not execute ONERROR
8: Do not show error on virtual screen
This parameter is useful when testing the existence of a variable, file or other
Example: Testing the existence of a file can be done by opening it and see if it generated an error
The Error result is accessible through LSTERR
LSTERR
RO I
Contains the code from the last Basic error that occurred
Table 94: PRG group fields