Hello:
The data line of the Cctalk Paylink outputs 5v.
We have just checked it with a multimeter.
We are going to install one of these Paylink units in an installation where everything works and we will let you know.
Regards.
Angel.
Search found 35 matches
- Tue Dec 03, 2024 3:08 pm
- Forum: Milan / Paylink Interface Support
- Topic: No detect device cctalk
- Replies: 4
- Views: 29565
- Tue Dec 03, 2024 12:13 pm
- Forum: Milan / Paylink Interface Support
- Topic: No detect device cctalk
- Replies: 4
- Views: 29565
Re: No detect device cctalk
Hello: The installation is well done, the pins are well connected, in fact we tested everything with another Paylink in production, and it detects the Br2300 perfectly. The doubt we have is if they are the Paylink units, we have just received 3 new units, and the same thing happens with the 3rd. It ...
- Mon Dec 02, 2024 10:43 pm
- Forum: Milan / Paylink Interface Support
- Topic: No detect device cctalk
- Replies: 4
- Views: 29565
No detect device cctalk
Hello: Why does Cctalk not detect the device? Lines in the standard.cfg file Protocol cctalk on connector cctalk ICT Recycler at 40 CRC BNV 123456 The device is an ICT BR2300 Firmware Release Type: Full Firmware Code Version: 1.12.14 ******* System Reset ******** 22:38:10.576 k 22:38:11.408 FTDI Chi...
- Wed Jun 28, 2023 11:16 am
- Forum: Milan / Paylink Interface Support
- Topic: Outputs Open or Close
- Replies: 5
- Views: 30909
Re: Outputs Open or Close
And the state it is in at each moment, there is no way of knowing, if it is open or closed
Greetings.
Angel.
Greetings.
Angel.
- Fri Jun 23, 2023 12:52 pm
- Forum: Milan / Paylink Interface Support
- Topic: Outputs Open or Close
- Replies: 5
- Views: 30909
Re: Outputs Open or Close
Hello:
We refer to IndicatorOn / IndicatorOff
If there is any way to know whether or not you sent something, or what is its current status
Greetings.
Angel.
We refer to IndicatorOn / IndicatorOff
If there is any way to know whether or not you sent something, or what is its current status
Greetings.
Angel.
- Mon Jun 19, 2023 2:09 pm
- Forum: Milan / Paylink Interface Support
- Topic: Use multiple Paylinks
- Replies: 3
- Views: 25419
Re: Use multiple Paylinks
We need to have more than 16 inputs and outputs
- Mon Jun 19, 2023 2:07 pm
- Forum: Milan / Paylink Interface Support
- Topic: Outputs Open or Close
- Replies: 5
- Views: 30909
Outputs Open or Close
Hello:
Is there a way to tell if an output is open or closed in C#?
Greetings.
Angel
Is there a way to tell if an output is open or closed in C#?
Greetings.
Angel
- Thu May 11, 2023 6:35 pm
- Forum: Milan / Paylink Interface Support
- Topic: Use multiple Paylinks
- Replies: 3
- Views: 25419
Use multiple Paylinks
Hello:
How can we use several Paylinks at the same time?
As we do to call each one, we use C#.
Thank you
Best regards
Angel.
How can we use several Paylinks at the same time?
As we do to call each one, we use C#.
Thank you
Best regards
Angel.
- Tue May 26, 2020 12:48 pm
- Forum: Milan / Paylink Interface Support
- Topic: Activation of Paylink outputs
- Replies: 3
- Views: 11060
Re: Activation of Paylink outputs
Hello: The code works correctly, what happens is that we have not sent it completely. The problem that we see is that we register each pulse that is sent and that Paylink activates, and sometimes Palylink has sent, for example, 30, and the machine has received 22, and we do not know if it is because...
- Fri May 22, 2020 4:05 pm
- Forum: Milan / Paylink Interface Support
- Topic: Activation of Paylink outputs
- Replies: 3
- Views: 11060
Activation of Paylink outputs
Hello: We are having a lot of trouble opening and closing the Paylink outputs, which open and close a relay. This is what we use, it is programmed in C #: int pulse = 0; for (int i = 1; i <= numberPulses; i) { if (control == 0) { AESImhei.IndicatorOn (exit); Thread.Sleep (pulse duration); pulse ++; ...
- Mon May 11, 2020 2:09 pm
- Forum: Milan / Paylink Interface Support
- Topic: Paylink memory
- Replies: 1
- Views: 7856
Paylink memory
From time to time you have to erase the memory (through the E2PromReset command), or it is not necessary.
A greeting.
Angel.
A greeting.
Angel.
- Tue Apr 14, 2020 11:01 pm
- Forum: Milan / Paylink Interface Support
- Topic: Br2300 recycler connection by cctalk
- Replies: 7
- Views: 19112
Re: Br2300 recycler connection by cctalk
Hello: What does this message mean: 23: 58: 22.525 DP: ccNote acceptor 12020602 at ba0 updated after registration! 23: 58: 22.525 ccNote: Enable acceptance 23: 58: 22.525 ccNote: inhibits to ff ff 23: 58: 22.573 DP: Lost fault 00ff0120 23: 58: 22.616 ccNote: Selftest fail 39/21 23: 58: 22.616 DP: Lo...
- Tue Apr 14, 2020 11:54 am
- Forum: Milan / Paylink Interface Support
- Topic: Br2300 recycler connection by cctalk
- Replies: 7
- Views: 19112
Re: Br2300 recycler connection by cctalk
Hello: Thank you very much, with your instructions we have already made Paylink detect the BR2300 Recycler by Cctalk. Acceptors on the system are: Acceptor 0: Unknown code 12020602 - <~~ V1.15-BTBP00HVG050000EU405 ~ BTB>, Serial Number 9054464, Default Path 0, Currency <EU>, 4 coins: Coin 0: <EU0005...
- Mon Apr 13, 2020 10:47 pm
- Forum: Milan / Paylink Interface Support
- Topic: Br2300 recycler connection by cctalk
- Replies: 7
- Views: 19112
Re: Br2300 recycler connection by cctalk
Hello: We have put the line as you have indicated, the line accepts it perfectly, it is not an error, but it still does not detect the BR2300. This is what comes out. Thanks in advance. 23: 45: 40.935 d cctalk 23: 45: 40.935 Task: cctalk, debug on 23: 45: 40.935 $ Config: Unknown 1/16 23: 45: 42.748...
- Thu Mar 26, 2020 9:50 pm
- Forum: Milan / Paylink Interface Support
- Topic: Br2300 recycler connection by cctalk
- Replies: 7
- Views: 19112
Br2300 recycler connection by cctalk
Hi: We have to connect by cctalk, a BR2300 recycler. What is the line to put in the Standard.cfg file or which one should be uncommented? By MDB it works perfectly, but not cctalk, we could not detect it by Paylink We need to connect it by cctalk, because we are going to use the banknote recycler, b...