Basic tutorials for ticket dispensers

Hello, I'm trying to make a project that involves a ticket dispenser (the one used in Arcade games, like CLE CL-002Q-386) using Arduino UNO for work. But it's something that so far, I don't really find any Arduino UNO uses involving ticket dispenser on my Internet searches.

So can I ask for some basic tutorials on using a ticket dispenser with Arduino UNO? Either a link or directly explaining a working program code here. Basic level tutorial is just like, how to use the program to make the dispenser work and slide tickets, and how to give different pulses to slide different numbers of tickets. Similar to for example, basic ones like LED or IR Sensor.

Post a link to the technical documentation of the ticket dispenser you have in mind.

So far, this is what can I find, dunno if this'd suffice.

There's the 270 variant (my variant is 386), but dunno if this can be also used for general use of ticket dispenser with Arduino.

My crystalball is in the dishwasher to see you project targets.

they are far from being technical specs for the commands... hard to say how you drive the dispenser from these links

Are you asking for help writing the code? See also another option: dispenser

How hard could it be? You have four wires and two of those are +12V and Ground. The other two are 'IN' and 'OUT'. I expect that one lets you know if you run out of tickets and the other takes a pulse to tell it to dispense a ticket.

What is the voltage at IN and OUT when the dispenser is empty?

What is the voltage at IN and OUT when the dispenser is ready?

I expect that in one case one of the pins will have a positive voltage (5V or 12V) and in the other case, that same pin will have 0V. That pin would be the output that tells you if you are out of tickets.

The other pin will be the input. Does a ticket dispense if you connect the input to Ground?

1 Like

I think he's looking for the code.

Yeah, I'm looking for basic tutorial involving the code for ticket dispenser, either here or outside link.

Perhaps the manufacturer has a tutorial.
Chain Luck Electronic Co., Ltd.
Fax:886-6-2621155,
Email:cleco@mail2000.com.tw
Attn: Jo Jo

Arduino code tutorial? Because that's what I'm asking for.

Having detailed spec would get you started…

Can't look for spec but this is the ticket dispenser I use: CLE Ticket Dispenser for Arcade Games CL-002Q-386 | #1936583958

Well, you should…

Yeah but the link I gave to explain which device I use isn't enough?

No,
at least an interface requierement specification is needed to design an Arduino interface.

Actually the 270 variant also can work fine as a spec, the only difference between the 270 and 386 variant is their looks and shape. Both devices work fundamentally the same as ticket dispensers.

You need to get a document explaining exactly what signals / protocol / voltage / current is expected as an input and what you get as an output

Without that it’s a shot in the dark - you could play with it and try to understand and reverse engineer what’s going on (it’s probably not rocket science) but you risk to damage the unit along the way…

As we don’t have the unit we just don’t know

Yeah, here? https://www.hollandcomputers.com/data/gaming/RA%20Ticket%20Dispenser%20CLE%20270.pdf

well that's what you need to play with

I'm not sure what Ticket In and Ticket Out mean