Please enable JavaScript to view this site.

CWT Software Configuration Handbook 4.40

Element        Path: <cwt><PAYUNIT><antiPin>

CWT104.pngNote:
The “sensor” attribute is only applicable on CWT 21XX and Compact models.

attributes

coinDetectionreboot
Value:0 –
Default:140
Description:The time, in milliseconds, that the antiPin must receive a signal from the metal detector before the coin slot opens and the trap door closes.
openTimeAfterCoinreboot
Value:hard coded
Default:5000
Description:Time, in milliseconds, that the coin slot is kept open, and the trap door closed, after a coin has passed the coin slot. This time should be set high enough to hold the coin slot open during a normal payment to enable insertion of all the coins in a rapid sequence.
openTimeOnCoinreboot
Value:0 –
Default:1000
Description:Time, in milliseconds, that the coin slot is kept open, and trap door closed, if an object is stuck inside the antiPin module.
Sensorreboot
Value:true/false
Default:false
Description:Makes coin module report Anti-Pin Jam. These errors generate the following events:

Anti-Pin jammed in open position

Anti-Pin jammed in closed position

At Reject, if error is not reported again within 3 minutes the error is assumed to be recovered.

The functionality requires a Coin module with an Anti-Pin sensor.

NOTE: Only applicable to CWT 21XX and CWT Compact models

Example of a typical set-up:

The filter for coin detection is disabled (coinDetection = 0). The antipin should keep open for 3 seconds after a coin has passed and it should keep open one second if a coin is stuck.

 

A setup (Only Cwt 104 and Cwt Compact):

<PAYUNIT name="Coin" type="Coin">
<antiPin coinDetection="0" openTimeAfterCoin="3000" openTimeOnCoin="1000"/>
</PAYUNIT>

A setup with sensor (CWT 21XX and CWT Compact ONLY):

<PAYUNIT name="Coin" type="Coin">
<antiPin sensor="true"/>
</PAYUNIT>