Motion and state
Its visible state changes with simulated I/O, making status and diagnosis readable in the scene.
sensors · indicator model
A PLC RFID reader exchanges data with a tag using radio energy and presents the result through discrete handshakes, fieldbus data or both. Good PLC integration is a transaction, not a continuously trusted string: the controller requests a read, observes busy, waits for done or error, validates data and uses the result once before beginning another cycle.
Start with the public scenario; create a free account when you want to save progress.
Explore RFID reader in 3D
Load the interactive model when you are ready to rotate, inspect and operate it. Deferring WebGL keeps the reference page fast.
Its visible state changes with simulated I/O, making status and diagnosis readable in the scene.
Commission it by proving tag identifier before accepting the next sequence state.
Inject stuck-on, stuck-off, misaligned states and require the PLC sequence to detect, stop and recover deliberately.
PLC integration guide
Create states such as IDLE, REQUESTED, BUSY, COMPLETE and FAULT. Pulse or sequence the read request according to the reader interface, then wait for busy or acknowledgement. Accept tag data only when the device asserts data-valid or successful completion. Copy it into a stable application buffer and acknowledge consumption before allowing another request. This prevents repeated scans or half-updated strings from stepping the machine twice.
No tag in range is often a normal process condition; a checksum failure, unsupported tag, antenna fault or network timeout is not. Map the reader status word into specific alarms and decide which conditions permit retry. Use a bounded retry count and a clear operator recovery path rather than looping forever. When identification controls routing or recipe selection, reject unknown or stale data safely.
Read range depends on frequency, tag orientation, antenna field, metal, liquid, speed and mounting. Test the worst-case tag position on the real product carrier, not just a tag held by hand. Prevent overlapping reader zones from creating ambiguous reads and record enough diagnostic data—reader, station, tag and timestamp—to troubleshoot an intermittent production event.
The reference above focuses on PLC integration. The interactive school lesson shows the device, signal or mechanism before you write the control sequence.
Practise identification in a conveyor sequenceSignal map
PLC input Tag identifier
| Signal | PLC direction | Type / range |
|---|---|---|
| Tag identifier tag_id | input | int |
Field checklist
Fault finding
| Symptom | Check |
|---|---|
| Reader sees the tag but PLC data is stale | Check data-valid timing, input assembly mapping, byte order, buffer copy logic and acknowledgement. |
| Reads fail only at production speed | Increase valid dwell in the RF field, correct antenna position, reduce interference and confirm transaction time. |
| One tag triggers twice | Require a fresh request cycle or tag-clear state and edge-detect the completed transaction. |
Fault and recovery exercise
Inject stuck-on, stuck-off, misaligned states and require the PLC sequence to detect, stop and recover deliberately.
The model teaches PLC sequence behaviour and diagnosis. Confirm ratings, wiring, guarding, process calculations and commissioning limits against the real manufacturer documentation and site design.
Plain-English answers
Use a completed, validated transaction and a one-shot application event. Continuously comparing a live receive buffer can repeat actions or consume partially updated data.
RFID can read without optical line of sight and may support writable data, but performance depends on radio conditions, tag construction and surrounding materials.
Do not silently apply a previous identity. Hold or reject the item, record the read and require the defined retry or operator decision.
Free first success
Open a related browser scenario, run the PLC logic and see the component state respond. Start without installing software or entering a card.
Keep building
sensors
Its visible state changes with simulated I/O, making status and diagnosis readable in the scene.
sensors
Its visible state changes with simulated I/O, making status and diagnosis readable in the scene.
sensors
Its visible state changes with simulated I/O, making status and diagnosis readable in the scene.