Define the output
Confirm pulse count, relay channel, voltage expectations, session duration, and stop behavior.
Pulse and relay control
Use QuLink when your software needs to start a timed machine, simulate a coin pulse, switch a relay, stop a session, or report machine status back to your server.
Project fit
Integration model
Your backend decides the session; the QuLink controller turns that approval into pulse width, relay duration, timed run, stop command, and result reporting.
Workflow
Confirm pulse count, relay channel, voltage expectations, session duration, and stop behavior.
Trigger can come from QR payment, app approval, operator panel, or your server command.
QuLink sends the pulse or relay output and tracks the session state.
Your system receives status, result, and fault events for operations follow-up.
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/LAUNDRY-18/commands
{
"command": "start_session",
"machine_action": {
"type": "relay",
"channel": 1,
"duration_ms": 1800000
}
}
Start the project
Send the machine photo, coin input wiring, relay requirement, session duration, and whether payment should be QuLink QR or your own callback.
FAQ
In many retrofit projects, yes. The controller can simulate pulse or relay behavior after your app or payment flow approves a session.
That depends on the machine interface. Relay control, sensor input, or serial integration can be evaluated from the machine wiring.
Yes. The project can include online status, session result, fault alerts, and telemetry upload.
Related use cases