MesCom
– Workshop Manual – D6000/i14/V10
© Dycon Ltd 2014
-
19
6 Notifications
The primary purpose of the MesCom is to notify one or more users of a change of state. The
format of the notifications can be configured on a per user basis. The type of events that
generate a notification can also be configured. See section 7.5.4 for more details.
6.1 Format
1
Standard
device point [type] state [value] time
MyGarage Temperature decreased to Low(5.00C) 24-08-2013,23:45:34
10
Fixed
Width
point state [value]
Temperature Low 5.0000C
11
HTML
<tr><td>point</td><td>state</td><td>value</td></tr>
<tr><td>Temperature</td><td>Low</td><td>5.0000C</td></tr>
12
CSV
point,state,value,time
Temperature,Low,5.0000C,2013-08-24T23:45:34.880
13
Short
point [type] state [value]
Temperature decreased to Low(5.00C)
See section 5 for more detail about setting the message format.
Where:
Device Name given to MesCom (OPTION IDENT).
Point
Name given to input/output (POINT PNAME).
Type
Type of event, omitted for digital input/output, increase/decrease/counter overflow.
State
Label given to level/state of input/output (POINT LEVELS) or counter raw value.
Value
Scaled value of input, omitted for digital input/output. See section 7.5.3.
Time
Time event was detected, style dependant of format.
Routine readings
are preceded with “Status” eg:
MyGarage Status: Temperature Normal(18.00C) 24-08-2013,23:45:34
System events are preceded with “System Event”.
6.2 Event Types
A point can be configured independently to generate 3 different types of event.
Alarm
The value is moving away from normal, high to low or counter threshold crossed.
Restore
The value is moving toward normal, low to high, or a counter has overflowed.
Routine
A periodic reading of the value, useful for data logging and fault finding.
System
An internal event generated by MesCom, independent of input and output status.
Alarm and Restore are controlled by the POINT ALARM parameter.
Routine are controlled by the OPTION LOGINT, POINT LOG and NLOG parameter.
System events are controlled by the OPTION SYSTEM and