Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC 62784, officially titled “Safety requirements for robotic vacuum cleaners,” establishes the essential safety framework for autonomous floor-cleaning robots. As these devices operate without continuous human supervision, the standard imposes requirements fundamentally different from those for conventional household appliances. The standard covers electrical safety, mechanical hazards, fire prevention, and autonomous behavior safety for robotic vacuum cleaners with rated voltages not exceeding 250 V for single-phase and 480 V for three-phase appliances.
The standard classifies robotic vacuum cleaners as appliances that can move autonomously and perform their intended function without direct user intervention. This introduces unique risk scenarios: the robot may encounter stairs, pets, loose cables, wet floors, or small objects that could be ingested. IEC 62784 mandates that manufacturers conduct comprehensive risk assessments covering these scenarios and implement appropriate safeguards.
IEC 62784 specifies several categories of safety requirements that go beyond those in the general household appliance standard IEC 60335. The following table summarizes the critical requirement categories and their test methods:
| Requirement Category | Specific Requirement | Test Method |
|---|---|---|
| Stair Detection | Robot must detect and stop before descending a drop-off exceeding 100 mm | Place robot on test platform with 100 mm step edge; verify stopping distance ≤ 30 mm from edge |
| Obstacle Entrapment | Moving parts must not cause injury when pinching human body parts | Test finger probe at 5 N force; moving parts must stop within 0.5 s |
| Battery Protection | Overcharge, over-discharge, and short-circuit protection mandatory | Cycle test under fault conditions; no fire or rupture allowed |
| Thermal Protection | Surface temperature limits to prevent burns | Measure accessible surfaces under worst-case operation; limit ≤ 75 °C for metal, ≤ 95 °C for plastic |
| Automatic Shutdown | Robot must stop after 30 minutes of continuous stall or blockage | Block wheels and brushes; verify auto-power-off within 30 min |
| Ingress Protection | Minimum IPX4 against liquid ingress during cleaning operations | IP test per IEC 60529; splash test from all directions |
The standard also mandates that the robotic vacuum cleaner incorporate a means of disconnection from the supply that is accessible to the user. For battery-powered models, this means the charging contacts must be designed to prevent short-circuit hazards, and the battery management system must include temperature monitoring to prevent thermal runaway.
From an engineering perspective, compliance with IEC 62784 drives several critical design decisions. The sensor fusion architecture is perhaps the most important consideration. A typical compliant design uses a combination of infrared time-of-flight sensors for cliff detection, mechanical bumper switches for collision detection, optical encoders for wheel odometry, and gyroscopes for orientation tracking. The control software must arbitrate between these sensors with failsafe priority logic.
Battery safety deserves particular attention. IEC 62784 references IEC 62133 for battery cell safety and adds system-level requirements. The battery management system must independently monitor cell voltage, pack current, and temperature. If any parameter exceeds safe limits, the charging circuit must be disconnected by at least two independent serial switches (redundant FETs or a FET plus a mechanical relay). This two-device disconnection ensures that a single component failure cannot lead to continuous charging under fault conditions.
The standard also requires that the robot’s mapping and navigation algorithms incorporate safety zones. For example, areas identified as “kitchen” may require enhanced caution due to hot surfaces and water hazards. While the standard does not mandate specific AI safety techniques, it requires that autonomous navigation decisions do not create electrical or mechanical hazards. This has practical implications for SLAM (Simultaneous Localization and Mapping) algorithm design, as the robot must reliably recognize and avoid hazardous zones.