The short answer
A wireless receiver should never be the only thing preventing forward and reverse from being energized at the same time. Use the radio to request a direction; use hardwired interlocking, limit protection, and the motor power circuit to decide whether that request is safe to execute.
That distinction sounds conservative until you see a contactor weld, a relay reboot, or two commands arrive during a direction change. I have worked on enough gates, winches, shutters, actuators, and small material-handling machines to treat interlocking as part of the power circuit—not as a feature hidden in firmware.
Start with the motor, not the remote
Before choosing a receiver, identify what actually reverses the motor.
For a brushed DC motor, direction is normally changed by reversing polarity through an H-bridge or a pair of suitably rated relays/contactors. For a three-phase AC motor, two phases are exchanged using forward and reverse contactors. A single-phase AC motor may require switching the start or auxiliary winding, and the correct arrangement depends on the motor design. Do not assume that a generic two-relay receiver can reverse every motor.
Write down the running current, measured starting or stall current, supply voltage, duty cycle, stopping time, and expected reversals per hour. The nameplate current alone is not enough. A receiver marked “10 A” may be rated for a resistive load; a motor can demand several times its running current at startup and can punish relay contacts with arcing on every stop.
The control chain I trust
A dependable installation separates command, logic, and power.
• The handheld transmitter sends UP, DOWN, FORWARD, or REVERSE.
• The RF receiver validates the command and provides low-power control outputs.
• A hardwired control circuit checks the emergency stop, overload contact, travel limits, guards, and interlocks.
• Contactors or a motor driver switch the actual motor current.
This arrangement makes troubleshooting easier because each layer has one job. It also means an RF problem cannot quietly bypass a safety input.
Why software interlock is not enough
Many receivers advertise “interlock mode,” meaning output 1 turns off before output 2 turns on. That is useful, but it is not the final layer of protection.
Firmware can restart. A relay contact can weld closed even when its coil is off. Electrical noise can upset a controller. A wiring error can put both coils live. On systems with separate receivers or PLC inputs, two valid commands can exist at the same time.
For forward and reverse contactors, use both forms of interlock:
• Mechanical interlock: a physical mechanism prevents both contactors from closing together.
• Electrical interlock: the normally closed auxiliary contact of the forward contactor is wired in series with the reverse coil, and vice versa.
The RF receiver output then asks for a direction, but the opposite contactor’s real state has the final say. If the forward contactor is still physically engaged, the reverse coil cannot energize.
Add dead time before reversing
A motor does not stop the instant a relay opens. The load may keep moving because of inertia, gravity, stored hydraulic pressure, or a spinning gearbox. Reversing immediately can produce a current spike far above a normal start and a severe mechanical shock.
I normally begin with a direction-change delay of 300 to 500 ms for a small, lightly loaded DC motor, then verify it under the worst real load. Larger motors, high-inertia drums, fans, doors, and winches may need one or several seconds, dynamic braking, or a zero-speed sensor. There is no universal delay that can be copied from a bench test.
The sequence should be: remove drive, confirm or allow the motor to stop, wait the validated dead time, then energize the opposite direction. Repeated button tapping must not shorten this delay.
Limit switches belong in the coil circuit
Travel limits should not depend only on the RF receiver noticing that a button was released. Put the upper limit in series with the UP or OPEN contactor coil, and the lower limit in series with the DOWN or CLOSE coil. Reaching one limit should block only further travel in that direction; the operator must still be able to move away from the limit.
Use positive-opening safety devices where the risk requires them. For machinery that can injure a person or damage equipment, an ordinary RF link and standard relay module are not a certified safety system. Emergency stop, guard monitoring, and safety-rated functions must use components and architecture appropriate to the required safety level.
Momentary control is usually the safer default
For motion equipment, I prefer hold-to-run operation unless the risk assessment justifies latched movement. The motor runs while the operator deliberately holds the button and stops when the button is released or the receiver times out.
Latched control can be convenient for pumps, lights, and some doors, but it changes the failure consequences. If a remote is dropped, a button sticks, or a command is repeated, the load may continue moving without continuous operator intent.
Whatever mode you choose, define what happens after RF loss, receiver reset, and power restoration. My default is simple: all motion outputs return OFF, and a fresh button action is required. A machine should not resume movement merely because power came back.
A practical commissioning test
Do not finish commissioning with an unloaded bench demonstration. Test the installed system at minimum and maximum operating distance, with the cabinet closed and the motor under its real load.
Check these points deliberately:
• Press forward and reverse nearly together. Both power devices must never close together.
• Change direction repeatedly. Verify the full dead time every time.
• Hold a travel command at each limit. The motor must stop, while the opposite direction remains available.
• Remove transmitter batteries during motion and obstruct the RF path. Confirm the intended timeout and stop behavior.
• Cycle receiver power while a transmitter button is held. Motion must not restart unexpectedly.
• Operate the emergency stop and overload protection. Confirm that removing RF commands cannot defeat either circuit.
• After several loaded cycles, inspect contactors, wiring, terminals, and the motor driver for heat, chatter, or discoloration.
If any result depends on “the operator would not normally do that,” the design is not finished. Commissioning is the time to press the wrong buttons on purpose.
When an integrated motor controller makes sense
For small DC motors, an integrated forward/reverse RF controller can be a clean solution when its voltage, real motor current, stall current, duty cycle, and protection features are suitable. Look for proper MOSFET or relay sizing, overcurrent protection, defined stop behavior, and a documented interlock.
For higher power, frequent reversing, heavy inertia, or machinery with personnel risk, use the wireless receiver as an input device and let a correctly engineered motor control panel handle contactors, braking, overloads, and safety functions.
The radio link is rarely the hardest part of a reversing system. The difficult part is making every possible command—including the wrong one—produce a predictable electrical and mechanical result. Get that right, and the remote becomes what it should be: a convenient operator interface, not the last line of defense.