Container Path: <cwt><EVENT>
Element Path: <cwt><EVENT><event>
The CWT has a default way in handling events and setting them to different event levels. These levels can be overridden if there is a desire to get another event level, see example.
warning: Changing the event levels is done on your own risk – Flowbird takes no responsibility for errors (resets) that may occur when changing the event levels. |
Attributes
Unit
Hardware unit generating the event. See Hardware Unit codes
Code
Event code. See Event codes
level
The severity of the event. See Event levels
example:
This example sets events for the barcode reader (Hardware code 62) for the events 21 (unit missing) and 124 (Error on Unit)
<EVENT>
<event unit="62" code="124" level="Total Error" />
<event unit="62" code="21" level="Total Error" />
</EVENT>
Specific events