PAYLINK and Note Acceptor VEGA-RC (with recycler)

Support for the Milan Intelligent interface, sold by Money Controls as the Paylink USB unit and for the earlier PCI card version.

Moderators: aardvark, davebush, Admin

Post Reply
desarrollo1
Posts: 11
Joined: Thu Feb 01, 2018 10:11 am

PAYLINK and Note Acceptor VEGA-RC (with recycler)

Post by desarrollo1 »

I'm developing a kiosk with paylink and the note acceptor VEGA-RC using CCTALK protocol. And the control software is being developed in Java.

I'm using the value returned by CurrentUpdates to detect when a note is accepted or dispensed by VEGA-RC, and it's working. But for dump operation this value doesn't change until it finish to dump all notes, and this can take a long time.
I'm also working with MEI SCR note acceptor and with this device CurrentUpdates value changes for every dumped note.

I don't want to call the method 'ReadDispenserDetails' in a loop to check dispenser coinCount if there isn't any changes.

My questions:
- Does this method 'CurrentUpdates' change the way it works for different devices? I mean, is it device feature to return information during a dump?
- Is there other alternative to check if a note is dumped?
davebush
Posts: 482
Joined: Fri Oct 22, 2004 12:20 pm

Re: PAYLINK and Note Acceptor VEGA-RC (with recycler)

Post by davebush »

Paylink provides as much information to the application as it can.

Differences such as the one you've observed are as a result of the operation of the peripheral - the SCR allows access to this information, the Vega doesn't.
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.
desarrollo1
Posts: 11
Joined: Thu Feb 01, 2018 10:11 am

Re: PAYLINK and Note Acceptor VEGA-RC (with recycler)

Post by desarrollo1 »

Ok. I'll keep in mind for other devices.
Thank you.
Post Reply