Events are by default turned off. To turn on this event add the following in the <EVENT>-tag.
Example:
For coin-unit
<!-- This will be sent directly -->
<event unit="4" code="89" level="InfoDirect" />
For external payunit Ext0
<!-- This will be sent next heartbeat -->
<event unit="6" code="89" level="Info" />
Configuration example
In the <EVENT>-tag in cwtconfig.xml:
Example of event override. By default the Collection event is disabled for all pay units. The event is sent to WebOffice during the next heartbeat.
<EVENT>
<!-- Unit:Coin, Code:Collection, Level:InfoDirect
Will be sent as an information event directly to WebOffice. -->
<event unit="4" code="89" level="InfoDirect" />
<!-- Unit:Coin, Code:Collection, Level:None
Will be sent at the next heartbeat.-->
<event unit="4" code="89" level="Info" />
<!-- Unit:Bill, Code:Collection, Level:InfoDirect
Will be sent as an information event directly to WebOffice. -->
<event unit="5" code="89" level="InfoDirect" />
<!-- Unit:Card/FleetCard, Code:Collection, Level:Info
Will be sent next heartbeat to WebOffice. -->
<event unit="6" code="89" level="Info" />
<!-- Unit:Ext0, Code:Collection, Level:InfoDirect
Will be sent as an information event directly to WebOffice. -->
<event unit="7" code="89" level="InfoDirect" />
<!-- Unit:Ext1, Code:Collection, Level:InfoDirect
Will be sent as an information event directly to WebOffice. -->
<event unit="8" code="89" level="InfoDirect" />
<!-- Unit:Ext2, Code:Collection, Level:InfoDirect
Will be sent as an information event directly to WebOffice. -->
<event unit="9" code="89" level="InfoDirect" />
<!-- Unit:Ext3, Code:Collection, Level:InfoDirect
Will be sent as an information event directly to WebOffice. -->
<event unit="10" code="89" level="InfoDirect" />
<!-- Unit:Ext4, Code:Collection, Level:InfoDirect
Will be sent as an information event directly to WebOffice. -->
<event unit="11" code="89" level="InfoDirect" />
<!-- Unit:Ext5, Code:Collection, Level:InfoDirect
Will be sent as an information event directly to WebOffice. -->
<event unit="50" code="89" level="InfoDirect" />
<!-- Unit:Ext6, Code:Collection, Level:InfoDirect
Will be sent as an information event directly to WebOffice. -->
<event unit="51" code="89" level="InfoDirect" />
<!-- Unit:Ext7, Code:Collection, Level:InfoDirect
Will be sent as an information event directly to WebOffice. -->
<event unit="52" code="89" level="InfoDirect" />
</EVENT>