Search found 25 matches

by flyelephantw
Mon Sep 05, 2022 2:09 pm
Forum: Milan / Paylink Interface Support
Topic: how to get all (error) messages from between B2B banknote and paylink
Replies: 34
Views: 155334

Re: how to get all (error) messages from between B2B banknote and paylink

hi Dave, I thought Paylink should also feedback the real-time/ immediate error message via "LastPayStatus" after calling "Payout". The current mechanism seems to take use of NextEvent, however NextEvent like a container to store all kinds of event message. On the other hand, the ...
by flyelephantw
Thu Aug 25, 2022 1:46 pm
Forum: Milan / Paylink Interface Support
Topic: how to get all (error) messages from between B2B banknote and paylink
Replies: 34
Views: 155334

Re: how to get all (error) messages from between B2B banknote and paylink

Hi Dave, We also try "demo.exe" to observe the status when paper jammed. However,it is strange, and we can't see the status to be updated. The status stays "dumping". We think this is not right, and it should return and update to error status. Please kindly share your idea about ...
by flyelephantw
Thu Aug 25, 2022 11:23 am
Forum: Milan / Paylink Interface Support
Topic: how to get all (error) messages from between B2B banknote and paylink
Replies: 34
Views: 155334

Re: how to get all (error) messages from between B2B banknote and paylink

hi Dave, Thank you so much for the demo code. 1. In fact, we prefer not to keep polling and deciphering NextEvent, If these is something wrong(ex.papaer jam) during payout process, Is there another way to know right away when the event is just updated. 2. Another question is.... we usually use "...
by flyelephantw
Thu Aug 25, 2022 8:32 am
Forum: Milan / Paylink Interface Support
Topic: how to get all (error) messages from between B2B banknote and paylink
Replies: 34
Views: 155334

Re: how to get all (error) messages from between B2B banknote and paylink

Hi Dave, actually, we are thinking how to get the error code from Paylink once the paper-jammed or coin-jammed event pops up. Then, we can take use of error code to show on the panel, and then suggest the operator taking the simple steps to clear the banknote recycler's fault. Now, we are trying to ...
by flyelephantw
Thu Aug 18, 2022 5:17 pm
Forum: Milan / Paylink Interface Support
Topic: how to get all (error) messages from between B2B banknote and paylink
Replies: 34
Views: 155334

Re: how to get all (error) messages from between B2B banknote and paylink

hi Dave, 2 questions... 1. What do you mean about "unloading the event queue"? or could you please show me the related pages in MilanPaylinkProgrammersManual for further information? Then, I could read the info for further code development. 2. Regarding logging system, do you advise what w...
by flyelephantw
Thu Aug 11, 2022 11:54 am
Forum: Milan / Paylink Interface Support
Topic: how to get all (error) messages from between B2B banknote and paylink
Replies: 34
Views: 155334

Re: how to get all (error) messages from between B2B banknote and paylink

hi Dave, Please refer to the below link for downloading paylink.log. https://drive.google.com/file/d/19t_6iwMKtvdxVOgEbgHqio-8u6z3GiPE/view?usp=sharing Line 1198209 => the first time of CCNet response to error [e6] then CCNET keeps receiving error message : [e6], But, paylink log doesn't show any er...
by flyelephantw
Thu Aug 11, 2022 9:15 am
Forum: Milan / Paylink Interface Support
Topic: how to get all (error) messages from between B2B banknote and paylink
Replies: 34
Views: 155334

Re: how to get all (error) messages from between B2B banknote and paylink

Hi Dave,

We are trying to handle the process once paper jam appear
However, we found that , after long waiting, paylink.exe get crashed.
We checked the paylink.log and see CCNet returning the error code, however, Paylink didn't show any error message.
Would you please advise any?

David
by flyelephantw
Thu Jul 14, 2022 10:07 am
Forum: Milan / Paylink Interface Support
Topic: how to get all (error) messages from between B2B banknote and paylink
Replies: 34
Views: 155334

Re: how to get all (error) messages from between B2B banknote and paylink

hi Dave,

From paylink.log, we could find some error message as below.
May I have your help to check and see how to get those error messages when implementing SW integration?

.
.
.
07:40:42.358 00:17
07:41:05.314 CCNet: Status 47
07:41:05.314 CCNet: Unit Fault ed
.
.
.

Thank you in advance.

David
by flyelephantw
Thu Jun 23, 2022 1:30 pm
Forum: Milan / Paylink Interface Support
Topic: can paylink.log show dates?
Replies: 1
Views: 15632

can paylink.log show dates?

Hi Dave, From paylink.log, we only can see "time" format in the log. Is it possible to show "dates" in log? : : 20:07:27.827 CCNet: == 235: > [02] [01] [06] [33] [62] [34] 20:07:27.846 CCNet: == 3: 8 < [02] [01] [08] [14] [00] [00] [3e] [00] 20:07:27.846 CCNet: == 3: ACK 20:07:28...
by flyelephantw
Wed Jun 22, 2022 11:31 am
Forum: Milan / Paylink Interface Support
Topic: the value of routing path is changed when the peripheral is working
Replies: 1
Views: 17143

the value of routing path is changed when the peripheral is working

Hi Dave, We had a strange situation.... We found some paylink's routing path ( for coin validator / banknote ) are been changed during our kiosk application is running. Therefore, I am wondering under what condition/event the routing path of paylink will be changed by itself? Or, based on your exper...
by flyelephantw
Tue Jun 21, 2022 3:55 pm
Forum: Milan / Paylink Interface Support
Topic: how to get all (error) messages from between B2B banknote and paylink
Replies: 34
Views: 155334

Re: how to get all (error) messages from between B2B banknote and paylink

Hi Dave,

Sorry about that.
We are using C# and Python as major development language.
Is it also possible to have sample code of applying "d ccn" from you?

Thank you so much for always great help to us!!

David
by flyelephantw
Mon Jun 20, 2022 5:38 am
Forum: Milan / Paylink Interface Support
Topic: how to get all (error) messages from between B2B banknote and paylink
Replies: 34
Views: 155334

Re: how to get all (error) messages from between B2B banknote and paylink

hi Dave, Yes, please. We would like to be able to programmatically do this after power cycling, Moreover, could we do "d ccn" by paylink SDK ? or by other way? Anyway, it would be great if you could share the code fragment related to this, then we could always have the detailed log of all ...
by flyelephantw
Fri Jun 17, 2022 12:21 pm
Forum: Milan / Paylink Interface Support
Topic: how to get all (error) messages from between B2B banknote and paylink
Replies: 34
Views: 155334

Re: how to get all (error) messages from between B2B banknote and paylink

hi Dave, Thank you for the support. I typed "d ccn" to generate the clear log for B2B banknote validator and it works. But, I am wondering if we restart paylink.exe, do we need to re-type "d ccn" to generate log? If yes, how could I do to generate log instead of manually typing &...
by flyelephantw
Thu May 12, 2022 12:57 pm
Forum: Milan / Paylink Interface Support
Topic: how to get all (error) messages from between B2B banknote and paylink
Replies: 34
Views: 155334

Re: how to get all (error) messages from between B2B banknote and paylink

hi Dave,

I am able to get the detailed log of ccNet communication between paylink and B2B when our program is running on machine.

Thus, I am just wondering if all B2B error message/reply, including banknote can be found/retrieved through Paylink SDK?

David