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 175
***Modem type can be found in the eWON Information page you open by clicking on the eWON Logo. In the above case: “Internal BIBAND GSM
(131)”
** The following table describes the SSAM possible values:
9.5.3 Tag Section
This section describes the configuration fields for a single Tag. The fields are readable and writable using GETSYS and SETSYS with the TAG
parameters and the Tag name.
Example:
Printing the alarm status and setting the value (to 45) of the Tag “testTag”.
The following table describes the fields accessible from the Tag configuration. The web pages are found under
Tag Setup/Tag Name.
Description Value
The last server that worked will be used for next call -1
Return to first 0 (default)
Always use server 1 1
Always use server 2 2
Table 106: SSAM values
SETSYS TAG, "LOAD", "testTag"
PRINT GETSYS TAG, "alstat"
SETSYS TAG, "TAGVALUE", 45
SETSYS TAG,"DoSetVal",1
SETSYS TAG, "SAVE"
Name Description
Id Tag id. Not editable through the web page (only for program usage)
Name Tag name
Description Tag description
ServerName IO Server the Tag gets the value from
TopicName Topic the Tag takes its basic configuration from
Address Tag address
Coef Tag value multiplier coefficient
Offset Tag value offset
LogEnabled Enabled Tag value logging (enabled = 1)
AlEnabled Enable Tag alarm (enabled = 1)
Type 0 = Boolean, 1 = analog
AlBool Boolean Tag alarm level
MemTag Is memory Tag (1 = memory Tag, 0 = other)
MbsTcpEnabled Modbus TCP Enable
Table 107: Tag configuration fields