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 170
9.5 Configuration Fields
This section describes the fields found in the config.txt file.
All the fields are readable and writable using GETSYS and SETSYS(unless otherwise specified). The file is separated in the several sections
(System, UserList and TagList).
One of the three sections must first be loaded with the "SETSYS SYS, xxx" command, where xxx is one of SYS, USER or TAG.
Example:
Setting the eWON Identification parameter and printing the Information (parameter = Identification, Information)
SETSYS SYS, "LOAD"
SETSYS SYS, "Identification", "10.0.0.53"
PRINT GETSYS SYS, "Information"
SETSYS SYS, "SAVE"