Please enable JavaScript to view this site.

CWT Software Configuration Handbook 4.40

Element        Path: <cwt><CORE><coinDetection>

This controls the coin detection for the 0501-E0150 rev J and later main boards. If the tag exist, it will be enabled.

Attributes

payUnitreboot
Range:Coin, Card,
Ext0, Ext1, Ext2, Ext3
Default:-
Description:External payunit that uses the coin detection feature. Used for turning off detection when payUnit is inhibited.

pollInterval

Range:0-32767
Default:50
Description:Interval of time between start of polling of the coin detector in milliseconds

triggerLevel

Range:0 – 255
Default:10
Description:Frequency increase needed for coin detection in hHz

Example:

<CORE>
 <coinDetection payUnit="Ext0" pollInterval ="100" triggerLevel ="20" />
</CORE>

Or using default values for Ext0::

<CORE>
 <coinDetection payUnit="Ext0" />
</CORE>