Hi,
We are using Paylink with MEI Cash Acceptor SC Advance (Cash Acceptor) which is working fine. When we Remove or Insert the Cashbox of MEI Cash Acceptor SC Advance, how do we get an alert?
Any reference for this in Paylink programmer's manual?
Can anyone help me ?
Thank you
Cashbox Removal Alert: Paylink with MEI Cash Acceptor
Moderators: aardvark, davebush, Admin
-
nazeem2025
- Posts: 2
- Joined: Thu Feb 27, 2020 9:05 am
Re: Cashbox Removal Alert: Paylink with MEI Cash Acceptor
This (and similar conditions) is notified via the NextEvent interface, in conjunction with ImheiEvent.h
I believe the events you will need are "IMHEI_NOTE_STACKER_PROBLEM" and "IMHEI_NOTE_STACKER_FIXED"
If you run the Demo program, that shows retrieved events, so you can experiment with removing and replacing the Cashbox.
Regards
Dave
I believe the events you will need are "IMHEI_NOTE_STACKER_PROBLEM" and "IMHEI_NOTE_STACKER_FIXED"
If you run the Demo program, that shows retrieved events, so you can experiment with removing and replacing the Cashbox.
Regards
Dave
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.
-
nazeem2025
- Posts: 2
- Joined: Thu Feb 27, 2020 9:05 am
Re: Cashbox Removal Alert: Paylink with MEI Cash Acceptor
@davebush,davebush wrote:This (and similar conditions) is notified via the NextEvent interface, in conjunction with ImheiEvent.h
I believe the events you will need are "IMHEI_NOTE_STACKER_PROBLEM" and "IMHEI_NOTE_STACKER_FIXED"
If you run the Demo program, that shows retrieved events, so you can experiment with removing and replacing the Cashbox.
Regards
Dave
Thank you. I'll try and let you know.