Search found 19 matches

by jq
Mon Oct 05, 2009 10:25 am
Forum: Milan / Paylink Interface Support
Topic: Dispenser Fraud
Replies: 5
Views: 10721

We've tried the multiple request to payout a single coin and it is painfully slow. One thing I've looked at is using a ccTalk command to set the Coin Payout Mode to single coin (1-2 coins per sec). I assume by default it must be on the multiple coin payout mode, which is considerably faster(8-10 coi...
by jq
Fri Oct 02, 2009 5:00 pm
Forum: Milan / Paylink Interface Support
Topic: Dispenser Fraud
Replies: 5
Views: 10721

An update on this: It appears the cause of this is the dispenser is dispensing coins too fast. So fast that the coin before the current one has not quite cleared out of the way, so that the coins collide and the following coin then doesn't have enough energy to leave the exit chute and thus drops ba...
by jq
Fri Sep 18, 2009 12:41 pm
Forum: Milan / Paylink Interface Support
Topic: Dispenser Fraud
Replies: 5
Views: 10721

Just a bit more information we've managed to gather about this problem. It appears to only be effecting the £0.10 hopper. The kind of fraud it is reporting is "Idle fraud blocked" (Raw event code: 03). There was a coin in the stuck in the rear exit slot (the one which fires upwards @ 45 de...
by jq
Wed Sep 16, 2009 9:55 am
Forum: Milan / Paylink Interface Support
Topic: Dispenser Fraud
Replies: 5
Views: 10721

Dispenser Fraud

Hi, We are getting a high number of fraud's being reported from our MCL Serial Compact Hoppers and they are being shut down by the paylink board. We are confident that there is no genuine fraud being attempted, so would like to know if we can stop the paylink from shutting down the dispenser and how...
by jq
Tue Sep 15, 2009 5:08 pm
Forum: Milan / Paylink Interface Support
Topic: Coin Routing
Replies: 1
Views: 4950

Coin Routing

Hi there, In our Kiosk we have an SR5i Coin acceptor with a 4 way sorter mainfold, that routes coins to one of the 3 Hoppers (MCL MKII Compact Hoppers) or to the coin box. We have noticed occasionally that coins end up in the wrong hoppers. We have a £1 Hopper, £0.10 Hopper and a £0.01 Hopper and th...
by jq
Tue Mar 10, 2009 10:04 am
Forum: Milan / Paylink Interface Support
Topic: Clearing ID-003 Fraud Error
Replies: 9
Views: 18009

The ID-003 stopped accepting notes what so ever yesterday, so it has been RMA'd (for the second time). For future reference what command or API call is sent when I press the "Reset Card" (Reset the firmware on the Milan Interface) button on the MilanDiag.exe? When I get the new note accept...
by jq
Fri Mar 06, 2009 10:13 am
Forum: Milan / Paylink Interface Support
Topic: Clearing ID-003 Fraud Error
Replies: 9
Views: 18009

OK thanks for that. I guess i could have been wrong and got a 0 or 1 in the wrong place. Similar to what I described though, the note acceptor sometimes gets into a state where it always returns a busy status, despite resetting the power (but not actually sending the reset board cmd from the MilanDi...
by jq
Thu Feb 26, 2009 2:21 pm
Forum: Milan / Paylink Interface Support
Topic: Clearing ID-003 Fraud Error
Replies: 9
Views: 18009

Clearing ID-003 Fraud Error

Hi All, I've had a kiosk running for a month or so now with no problems, until the other day a note got jammed in the reader and it ceased working. When i had a look at the status being reported back the flags, ACCEPTOR_FRAUD, ACCEPTOR_DISABLED & ACCEPTOR_FAULT were all set. The Note reader was ...
by jq
Mon Sep 15, 2008 11:23 am
Forum: Milan / Paylink Interface Support
Topic: Ardac ote reader response time
Replies: 1
Views: 5229

Ardac ote reader response time

Hi all, I have an Ardac (ID-003) note reader in my system. In order to move into a state where it will accept notes I use the following code: for (int i = 0; i < MAX_COINS; i++) {//Loop through all the coins/notes if(this->globalConfig->coinStates.isInhibited[i] == false) {//check if this coin/note ...
by jq
Fri Sep 12, 2008 1:02 pm
Forum: Milan / Paylink Interface Support
Topic: USBDriverStatus() problem
Replies: 1
Views: 5602

USBDriverStatus() problem

Hi all, I recently added a bit of code before a call to USBDriverStatus() to check if the driver window was open (and therefore the driver running). If the driver isn't running the code attempts to run the driver (see code below). I then check again see if it is running and then i make a call to USB...
by jq
Fri Aug 01, 2008 1:59 pm
Forum: Milan / Paylink Interface Support
Topic: A coin count/routing Question...
Replies: 3
Views: 7936

So just to confirm my understanding, without a dispenser that can return a CoinCount value the automatic routing features are of no real usage? If so, the way i'll do it will be something like: if(fiveDispenser.CoinCountStatus == DISPENSER_COIN_HIGH) myCoin.DefaultPath = ROUTE_TO_MAIN_CASH_BOX; else...
by jq
Wed Jul 30, 2008 5:06 pm
Forum: Milan / Paylink Interface Support
Topic: A coin count/routing Question...
Replies: 3
Views: 7936

A coin count/routing Question...

Hello everyone, I have a dispenser (reported by MilanDiag.exe as a "MCL Serial Compact Hopper") in my system that the acceptor can route coins to if told to. When the program starts DefaultPath is initialised to be the main cash box, Path is the 5p Dispenser/Hopper and PathSwitchLevel is s...
by jq
Wed Jul 23, 2008 10:32 am
Forum: Milan / Paylink Interface Support
Topic: Updating Coin specs for a SR5i acceptor
Replies: 12
Views: 21666

Just to let you all know I got the SR5i swapped out and the new one performs as expected. :D I'm waiting to hear back from the engineer to confirm it was a hardware problem with the original acceptor, but in the chance it was something I did to it that has caused it to malfunction, i'll let you all ...
by jq
Wed Jul 23, 2008 10:27 am
Forum: Milan / Paylink Interface Support
Topic: Updating Coin specs for a SR5i acceptor
Replies: 12
Views: 21666

Just to let you all know I got the SR5i swapped out and the new one performs as expected. :D I'm waiting to hear back from the engineer to confirm it was a hardware problem with the original acceptor, but in the chance it was something I did to it that has caused it to malfunction, i'll let you all ...
by jq
Wed Jul 16, 2008 12:23 pm
Forum: Milan / Paylink Interface Support
Topic: Updating Coin specs for a SR5i acceptor
Replies: 12
Views: 21666

Unfortunatley i don't have another SR5i to test it on, so i'll have to rely on you for that one. Thanks for the help and let me know what your result is with my file..