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 177
9.5.3.1 Send on alarm notification patterns*
In the table below are listed the different pattern values you will find in the in the “:TagList” section from the config.txt file, in the EEN, SEN, TEN
and FEN columns, depending on the way you configure the send on alarm action for the Tag (that means, depending on which alarm status will
trigger the send on alarm action):
If you activate several of the send on alarm actions checkboxes, the result of the value will be an addition of selected fields’ values:
Example:
If you activate “ALM” and “END” to trigger an SMS sending, the value of the “SEN” field will be 10.
9.5.3.2 Setting a Tag value, deleting a Tag and acknowledging an alarm
A Tag value can be set using the following sequence (shown for a Tag MM1):
There are other ways to change a Tag’s value. Examples:
MM1@ = 1234
setio "MM1",1234
TSU Trap (SNMP) subject alarm notification config
FEN* Enable FTP alarm notification config
FFN FTP destination file name alarm notification config
FCO FTP file content (as Export Block Descriptor) alarm notification config
AlStat Alarm status (0 = no alarm, 1 = in alarm) View IO page
ChangeTime Last change time View IO page
TagValue Tag current value View IO page
DoDelete Delete the Tag (0 = do not delete, 1 = delete)
DoAck Acknowledge the Tag (0 = do not acknowledge, 1 = acknowledge)
DoSetVal Set to 1 to be able to modify TagValue
ALM ACK RTN END Values
0
x8
x16
x32
x2
SETSYS TAG, "LOAD", "MM1"
SETSYS TAG, "TAGVALUE", 1234
SETSYS TAG, "DoSetVal",1
SETSYS TAG, "SAVE"
Table 107: Tag configuration fields