Milan / Paylink System Manual
Issue 1.5 29 January 2020
CONFIDENTIAL
Not to be disclosed without prior written permission from Aardvark Embedded Solutions Ltd
Page 32 of 71
Innovative NV200 Recycler / SmartPayout (DES)
This recycler by design stores all bills into a single storage space. To allow for control over the payout
operations, Paylink treats each denomination as stored into a sep
arate “dispenser”; so each
denomination is set up as routing into a matching dispenser.
To stop storing a particular denomination, the routing can be zeroed - and to empty all bills of a
particular denomination into the cash box, the corresponding dispenser can be dumped.
Innovative SmartHopper coin recycler
This recycler by design stores all coins into a single storage space. To allow for control over the
payout operations, Paylink treats each denomination as sto
red into a separate “dispenser” of type
DP_SHOPPER.
In addition there is a special Dispenser DP_SHOPPER_TOTALfor overall control.
When dumping from smart hopper, you an either do a controlled dump, emptying all or some coins of
a particular denomination into the cash box, by using
DispenserBlock.NotesToDump
and setting
DispenserBlock.State = DISPENSER_PARTIAL_DUMP
on the individual DP_SHOPPER. Note
that the
DISPENSER_CASHBOX_DUMP
command does not work on the individual DP_SHOPPER.
(In order to allow multiple denominations to dump simultaneously, Paylink accumulates dump
requests for a period of ½ seconds before issuing the corresponding command.)
To empty all the coin in the smart hopper into the cash box you should use
DispenserBlock.State = DISPENSER_CASHBOX_DUMP
on the single DP_SHOPPER_TOTAL
dispenser.
When used with an integrated acceptor or coin feeder, each denomination is set up as routing into
the matching dispenser. To stop storing a particular denomination, the routing on that denomination
can be zeroed in the AcceptorBlock.
If you do not use the integrate acceptor model, it is necessary to periodically dump the unwanted
denomination(s).
JCM UBA & iPro Recycler
The UBA and iPro recyclers are functionally identical.
These recyclers can retrieve a bill waiting for collection, and send it to the cash box.
If the dispenser is inhibited during a payout then, as well as preventing further payouts, Paylink will
actually retrieve the bill waiting for collection. As this occurs after the bill has been accounted for,
both the
DispenserBlock.Count
field and the
CurrentPaid
() return value will decrement.
This unit can have bills “manually” loaded into the storage stackers. When this occurs, the unit
doesn’t know about the event and so does not update its internal counts, these are only updated
when bills that have been accepted are stacked.
Similarly, if bills that have been stacked automatically are manually taken, the counts are not
reduced.
The counts returned by Paylink are those from the unit, and so under these circumstances will be
incorrect - it is up to the application to compensate for those bills it knows have been manually
inserted.