Search found 25 matches

by mzdunek
Wed Aug 07, 2024 8:45 pm
Forum: Milan / Paylink Interface Support
Topic: iPRO-RC - notes count issue
Replies: 11
Views: 69701

Re: iPRO-RC - notes count issue

Hello, thanks, I have tested it today and it works properly.
by mzdunek
Fri Aug 02, 2024 12:54 pm
Forum: Milan / Paylink Interface Support
Topic: iPRO-RC - notes count issue
Replies: 11
Views: 69701

Re: iPRO-RC - notes count issue

Can you send files for Linux?
by mzdunek
Thu Aug 01, 2024 12:01 pm
Forum: Milan / Paylink Interface Support
Topic: iPRO-RC - notes count issue
Replies: 11
Views: 69701

Re: iPRO-RC - notes count issue

This code is Java.

10:34:29.391 Ver 001.001.012.015-526 Dec 13 2023 15:03:57
Paylink driver, [v4.1.12.9]
by mzdunek
Thu Aug 01, 2024 8:42 am
Forum: Milan / Paylink Interface Support
Topic: iPRO-RC - notes count issue
Replies: 11
Views: 69701

Re: iPRO-RC - notes count issue

Greping "ID" on logs gives only this: 09:38:36.441 ID-003: Enable 09:38:36.441 API: ID-003 Status to 0 09:38:36.441 ID-003 Rcycler Box: Count 19912 is above maximum 09:38:36.441 ID-003 Rcycler Box: Count 32928 is above maximum 09:38:36.560 ID-003: Enable acceptance 09:38:36.773 ID-003: Sta...
by mzdunek
Tue Jul 30, 2024 12:03 pm
Forum: Milan / Paylink Interface Support
Topic: iPRO-RC - notes count issue
Replies: 11
Views: 69701

Re: iPRO-RC - notes count issue

Dump indeed works, but updating count does not, and gives log like "Coincount update to 32000 not implemented" (even if I set 20 not 32000).
by mzdunek
Mon Jul 29, 2024 10:35 am
Forum: Milan / Paylink Interface Support
Topic: iPRO-RC - notes count issue
Replies: 11
Views: 69701

iPRO-RC - notes count issue

Hello, I have observed, that field CointCount in iPRO-RC's recycler stores value which cannot be updated. For example now CoinCount is 33, when trying to set actual count (after for example putting manually notes into recycler with recycler's door opening) with: TheDispenser.CoinCount = 10; TheDispe...
by mzdunek
Tue Jul 09, 2024 3:03 pm
Forum: Milan / Paylink Interface Support
Topic: PathSwitchLevel - not working from Java API
Replies: 6
Views: 37411

Re: PathSwitchLevel - not working

Can it be connected to issue when setting hopper as inhibit does not work? Here is the Java code: int Index = 0; AESImhei.DispenserBlock TheDispenser = new AESImhei.DispenserBlock(); for (int D = 0; AESImhei.ReadDispenserDetails(D, TheDispenser); ++D) { if (TheDispenser.Value == value) { TheDispense...
by mzdunek
Tue Jul 09, 2024 3:01 pm
Forum: Milan / Paylink Interface Support
Topic: PathSwitchLevel - not working from Java API
Replies: 6
Views: 37411

Re: PathSwitchLevel - not working

Sorry, I am using Java.
by mzdunek
Tue Jul 09, 2024 1:04 pm
Forum: Milan / Paylink Interface Support
Topic: PathSwitchLevel - not working from Java API
Replies: 6
Views: 37411

Re: PathSwitchLevel - not working

Hello,

I have read the manual. I am aware of Path, DefaultPath and PathSwitchLevel.
by mzdunek
Mon Jul 08, 2024 10:56 am
Forum: Milan / Paylink Interface Support
Topic: PathSwitchLevel - not working from Java API
Replies: 6
Views: 37411

PathSwitchLevel - not working from Java API

Hello, I am trying to set coin cassette as default path when U2 hopper is full (300 coins). Here is the code: AESImhei.AcceptorBlock TheAcceptor = new AESImhei.AcceptorBlock(); for (int A = 0; AESImhei.ReadAcceptorDetails(A, TheAcceptor); ++A) { for (int i = 0; i < TheAcceptor.NoOfCoins; ++i) { Acce...
by mzdunek
Fri Apr 26, 2024 2:51 pm
Forum: Milan / Paylink Interface Support
Topic: Paylink losts connection - reconnecting USB works
Replies: 1
Views: 16161

Paylink losts connection - reconnecting USB works

Hello, I would like to report strange issue - maybe you will have some advice for us. We are running 3 brand new parking machines with Paylink for last 2 months. On one of them constantly (even few times a day) this issue occurs: - paylink gives error "Selftest fail" and red LED is flashin...
by mzdunek
Thu Dec 07, 2023 1:52 pm
Forum: Milan / Paylink Interface Support
Topic: Paylink - returning escrow notes issue
Replies: 11
Views: 55368

Re: Paylink - returning escrow notes issue

Hello,

Thanks for reply. Unfortunately problem still exists. We have noticed that after power-cycling when we execute EnableInterface command, these "Update Box 1 from 53 to -4248" starts producing.

Here are newest log with Java Code that produces it:

https://pastebin.com/3KdRUdpH
by mzdunek
Wed Dec 06, 2023 11:05 am
Forum: Milan / Paylink Interface Support
Topic: Paylink - returning escrow notes issue
Replies: 11
Views: 55368

Re: Paylink - returning escrow notes issue

Hello, We have checked that even when starting device with paylink without our application it produces these logs: 11:00:13.316 ID-003: Cmd Reject 11:00:13.460 ID-003: Status 4b=>1a 11:00:13.632 ID-003: Update Box 1 from 53 to -4248 11:00:13.632 ID-003: Status 1a=>4b 11:00:13.632 ID-003: Cmd Reject ...
by mzdunek
Thu Nov 30, 2023 7:19 pm
Forum: Milan / Paylink Interface Support
Topic: Paylink - returning escrow notes issue
Replies: 11
Views: 55368

Re: Paylink - returning escrow notes issue

Hello,

We have made everything like you said, here are logs from start of Paylink:

https://pastebin.com/raw/4xs2A22i
by mzdunek
Wed Nov 29, 2023 9:20 am
Forum: Milan / Paylink Interface Support
Topic: Paylink - returning escrow notes issue
Replies: 11
Views: 55368

Re: Paylink - returning escrow notes issue

Hello, iPRO-RC vendor told us to update its firmware. After update we can successfully get notes back from upper recycler (10 PLN in our case), unfortunately problem still exists for lower recycler (20 PLN in our case) - iPRO didnt even make any sound or movement. Could you read something from these...