Motion and state
Its travel is animated along the validated local axis and can expose command and end-state feedback.
operator controls · linear model
A PLC selector switch is a maintained operator control used to choose a mode such as OFF, MANUAL or AUTO. Each physical position changes one or more discrete input contacts. The program must decode those contacts into one valid mode, reject impossible combinations and define how active outputs transition when authority changes.
Start with the public scenario; create a free account when you want to save progress.
Explore Selector switch in 3D
Load the interactive model when you are ready to rotate, inspect and operate it. Deferring WebGL keeps the reference page fast.
Its travel is animated along the validated local axis and can expose command and end-state feedback.
Commission it by proving selected before accepting the next sequence state.
Inject stuck-on, stuck-off states and require the PLC sequence to detect, stop and recover deliberately.
PLC integration guide
Do not scatter raw selector inputs throughout the program. Convert them once into a mode state and an invalid-state flag. A three-position switch may use two PLC inputs: neither on for OFF, one on for MANUAL and the other for AUTO. If both are on because of a short, mapping error or transition overlap, the machine should not guess. The valid combinations depend on the actual contact blocks and break-before-make or make-before-break construction.
AUTO normally permits the sequence to command outputs when all interlocks are healthy. MANUAL permits explicit maintenance controls, often with reduced motion, hold-to-run action or additional permissives. OFF removes normal command authority. Safety functions remain active in every mode. Keep the mode decision separate from equipment commands so it is possible to audit exactly why an output energised.
Changing from MANUAL to AUTO should not replay a stale automatic request, and switching into MANUAL should not inherit an automatic output without a deliberate command. Clear or reconcile latched requests at the transition edge. For equipment with stored state, define a bumpless transfer rule and show the selected mode prominently on the HMI along with any reason the new mode is not yet ready.
The reference above focuses on PLC integration. The interactive school lesson shows the device, signal or mechanism before you write the control sequence.
Learn how industrial control contacts change stateSignal map
PLC input Selected
| Signal | PLC direction | Type / range |
|---|---|---|
| Selected selected | input | bool |
Field checklist
Fault finding
| Symptom | Check |
|---|---|
| HMI mode disagrees with the switch | Check physical contact blocks, raw input states, tag mapping and decode truth table. |
| Equipment starts when AUTO is selected | Remove stale run requests, require a valid transition or fresh start and verify restart policy. |
| Two modes appear active | Inspect make-before-break overlap, shorted conductors and logic that uses raw inputs independently. |
Fault and recovery exercise
Inject stuck-on, stuck-off 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
A standard mode selector is a control device, not automatically a safety-rated selector. Safety-related mode selection requires suitable hardware, architecture and validation.
Safety and equipment-protection interlocks should not be casually bypassed. Any maintenance override needs explicit engineering, indication, access control and risk assessment.
It is a planned change of control authority that avoids an abrupt or unintended output change when the selected mode or controller changes.
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
operator controls
Its rotary state can be driven from a PLC output so speed and direction remain visible during a scan.
operator controls
Its visible state changes with simulated I/O, making status and diagnosis readable in the scene.
operator controls
Its visible state changes with simulated I/O, making status and diagnosis readable in the scene.