I am developing kiosk software on .net c#. We have paylink, 6 coin hoppers, acceptor, noterecycler + cassette and moneybox.
I have to count moneybox' and noterecycler cassette's value, since those units are dispensed manually.
According to API's manual(http://www.aardvark.eu.com/downloads/do ... Manual.pdf) paylink supports counters and since it already keeps track of recycler's and hoppers' value, I would like it to keep track of moneybox' and cassette's value.
My issue:
I need counters to retain their value after restart of pc, but it seems that they reset after restart.
From manual:
I understand that is about mechanical meters, but is there a way to keep track of counters even after restart?Paylink updates its
non-volatile memory as it turns on the transistor at the start of the pulse
If paylink won't support this, then I will keep those values in file.
Thanks.