Confirm coin signal
Check pulse width, pulse count, voltage, and the ride's start behavior.
Kiddie ride retrofit
Use QuLink when a kiddie ride or amusement machine needs coin pulse replacement, QR payment trigger, timed relay run, or app-controlled session start.
Project fit
Integration model
QuLink turns QR payment or server approval into pulse count, relay duration, or custom start behavior based on the machine wiring.
Workflow
Check pulse width, pulse count, voltage, and the ride's start behavior.
Define price, ride duration, and whether one payment creates one or multiple pulses.
QuLink sends pulse or relay output to start the machine.
Your backend receives session result and online status.
API example
The exact command fields depend on machine interface, firmware profile, and whether payment or your own app triggers the action.
POST /v1/devices/RIDE-09/commands
{
"command": "pulse_output",
"source": "qr_payment",
"machine_action": {
"pulse_count": 1,
"pulse_width_ms": 120
}
}
Start the project
Send the ride controller photo, coin acceptor wiring, pulse requirements, target duration, and payment workflow.
FAQ
Yes, when the machine accepts compatible pulse or relay start signals.
Project behavior can be designed around network availability, but payment and server callbacks normally require connectivity.
Yes, if the interface profiles are documented and tested per model.
Related use cases