.net delivery money command for F56
Moderators: aardvark, davebush, Admin
.net delivery money command for F56
Hallo i have question, we have coneccted Fujitsu F56 via Milan / Paylink Interface and use .Net aardvark, everything work perfect, but we cant find command how to delivery money out of F56.
Hi,
The command to pay money is PayOut which takes a single parameter of the amount to pay.
You should have an application called Demo.exe - this can be used to prove that all the interconnections are working - if you can't get the F56 to pay using that, then there's no point in trying with your application.
If you run the application MilanDiag, this will pick up diagnostic messages from the Paylink firmware - if you've still got problems, please send those.
The command to pay money is PayOut which takes a single parameter of the amount to pay.
You should have an application called Demo.exe - this can be used to prove that all the interconnections are working - if you can't get the F56 to pay using that, then there's no point in trying with your application.
If you run the application MilanDiag, this will pick up diagnostic messages from the Paylink firmware - if you've still got problems, please send those.
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.
Just to confirm:
The problem is not with using your application, the problem is that even with the Paylink Demo program the F56 is not driven properly.
This is almost certainly a problem with the fact that we developed the driver using an F53 - the two are supposed to be "the same", but the F53 does not have this delivery point.
I will check the code and documentation and get back to you.
The problem is not with using your application, the problem is that even with the Paylink Demo program the F56 is not driven properly.
This is almost certainly a problem with the fact that we developed the driver using an F53 - the two are supposed to be "the same", but the F53 does not have this delivery point.
I will check the code and documentation and get back to you.
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.
Hi,
There is a TRANSPORT command that's unique to the F56. If you load the firmware from here: ftp://aesoffice.eu.com/FTPSpace/GenoaF5 ... _10_19.zip it is intended to issue the TRANSPORT command to an F56.
I do not have access to *any* F53/F56 hardware to test this on, so if it doesn't work, please send me log of from the test.
There is a TRANSPORT command that's unique to the F56. If you load the firmware from here: ftp://aesoffice.eu.com/FTPSpace/GenoaF5 ... _10_19.zip it is intended to issue the TRANSPORT command to an F56.
I do not have access to *any* F53/F56 hardware to test this on, so if it doesn't work, please send me log of from the test.
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.
Question, how I get after PayOut(xxx) command, for witch cassete and how many bills was taken. Example(note only, cassete1 = 5$ note, cassete2 = 10$ note, cassete1 = 20$ note) : commnad -> payout(25$) how i will know was paid 1x20$ and 1x5$ OR 2x10$ and 1x5$, OR 5x5$? i need these values for control program. I know about 'currentValue', but this is not best way for us, before was problem with hoppers, during dispensing 1$ coins was value 1 but sometimes 2, and not fix after change timer speed.
To see how the notes have been chosen you should use the ReadDispenserDetails() call, which will regard each cassette as a separate dispenser. This will give you the note value for each cassette and enable you to inhibit specific cassettes if you wish.
You will be able to determine which notes have been chosen by the increment in the DispenserBlock.Count field.
========================
So far as completion at the point where the money is taken, as I don't have access to an F56, I need to know exactly which command and response will report this.
You will be able to determine which notes have been chosen by the increment in the DispenserBlock.Count field.
========================
So far as completion at the point where the money is taken, as I don't have access to an F56, I need to know exactly which command and response will report this.
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.