Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC 61187 (Electrical and electronic measuring equipment — Documentation) was developed by IEC Technical Committee TC 66 (Safety of measuring, control, and laboratory equipment). First published in the early 1990s and maintained until its withdrawal, this standard served as the definitive reference for manufacturers of test and measurement instruments who needed to produce consistent, high-quality technical documentation.
The standard systematically addressed several fundamental questions that every instrument manufacturer faces: What documents must accompany a measuring device? What information must each document contain? How should the information be organized and presented to ensure clarity, safety, and usability? Before IEC 61187, documentation practices varied widely across manufacturers, leading to inconsistent quality and occasional safety-critical omissions.
The historical significance of IEC 61187 extends beyond its direct application. It was one of the first international standards to treat product documentation as a formal engineering deliverable rather than an afterthought. This paradigm shift influenced not only the T&M industry but also adjacent fields such as industrial automation, medical electronics, and laboratory instrumentation. The standard’s emphasis on user-centered documentation design anticipated modern concepts like task-oriented help systems and structured authoring (DITA/SCORM).
IEC 61187 defined a comprehensive taxonomy of documentation types that should accompany measuring equipment. Each category carries specific content requirements, structural expectations, and quality criteria. The table below summarizes the primary document categories and their engineering implications:
| 📁 Document Category | 📝 Content Requirements | ⚙️ Engineering Application Notes |
|---|---|---|
| User Manual (Operation) |
Controls and indicators, connection diagrams, power-up sequence, basic measurement procedures, calibration verification | Must include clear illustrations with callouts. A troubleshooting flowchart is strongly recommended for field use. |
| Technical Data (Specifications) |
Accuracy specifications, measurement ranges, environmental limits, electrical ratings, interface definitions | Data should be presented in standardized tables. Always distinguish worst-case guaranteed values from typical performance. |
| Safety Information | Hazardous voltage warnings, grounding requirements, overvoltage protection categories (CAT I-IV), safe operating procedures | Safety content must comply with IEC 61010-1 requirements and use standardized safety symbols (ISO 3864). |
| Installation Guide | Receiving inspection, environmental requirements (temperature, humidity, altitude), wiring diagrams, initial power-up | Include a pre-installation site checklist covering power quality, clearance, ventilation, and EMC considerations. |
| Calibration Certificate | As-found/as-left data, measurement uncertainty budget, traceability chain, recommended recalibration interval | Uncertainty analysis should follow ISO/IEC Guide 98-3 (GUM). Traceability to national standards (NIST, NIM) is essential. |
| Communication / Remote Interface | Electrical interface characteristics (GPIB, RS-232, LAN, USB), command set reference, data formats, timing diagrams | Provide at least one working code example in a common language (Python, C, LabVIEW) for each supported interface. |
One of the most forward-looking aspects of IEC 61187 is its implicit recognition of human factors engineering in document design. Engineers consulting technical manuals are typically under time pressure, often in suboptimal conditions (poor lighting, electrical noise, safety hazards). The standard’s layered approach to information delivery — quick-start guide, detailed operation, technical reference — directly addresses this reality.
The physical layout of documentation also matters. IEC 61187 implicitly encourages the use of consistent page numbering schemes (e.g., “Section 3-12” for page 12 of section 3), running headers that indicate current chapter and subsection, and a comprehensive table of contents with at least two levels of depth. These seemingly mundane details significantly reduce the time engineers spend searching for critical information during troubleshooting or test setup.
Perhaps the single most important technical contribution of IEC 61187 is its rigorous treatment of specification data. The standard requires manufacturers to clearly distinguish between typical values and guaranteed ( warranted ) values, and to specify the test conditions under which each specification is valid. This distinction remains a cornerstone of professional T&M documentation today.
Consider a modern spectrum analyzer with a specification stating “Displayed Average Noise Level (DANL): -165 dBm/Hz (typical, 1 GHz, RBW 10 Hz, 20-30 deg C, after 30-minute warm-up).” Each qualifier carries engineering significance. The -165 dBm/Hz figure is typical — meaning the manufacturer expects at least 80% of production units to meet or exceed this performance. The temperature range (20-30 deg C) defines the environmental envelope for this specification. The warm-up requirement (30 minutes) reflects internal thermal stabilization of the RF front-end. IEC 61187 was among the first standards to systematize this level of specification transparency.
IEC 61187 elevated safety information from a subordinate section within the user manual to a standalone document category with its own structural and content requirements. This was a prescient decision that anticipated the growing regulatory emphasis on user safety in electrical test equipment. Today, safety documentation serves a dual purpose: protecting users from electrical hazards (shock, arc flash, fire) and providing manufacturers with legal due diligence evidence for CE marking, UL listing, and other certification regimes.
The standard requires safety documentation to include a hazard severity classification system — typically three levels: Danger (imminent life-threatening hazard), Warning (potential hazard that could cause injury), and Caution (hazard that could damage equipment or cause minor injury). Each level should be associated with a specific icon, color code, and signal word, following the conventions later codified in ISO 3864 and ANSI Z535. This consistency ensures that users can instantly assess the severity of a warning regardless of the specific instrument they are using.
No, IEC 61187 has been withdrawn. For new product development, reference IEC 61010-1 (Safety requirements for electrical equipment for measurement, control, and laboratory use) and its associated documentation guidelines. However, studying IEC 61187 provides valuable historical context for understanding the evolution of T&M documentation requirements and can help identify gaps in your current documentation practices.
The standard covers all electrical and electronic measuring equipment, broadly defined. This includes digital multimeters (DMMs), oscilloscopes, spectrum analyzers, signal generators, power supplies, electronic loads, LCR meters, insulation resistance testers, ground resistance testers, power quality analyzers, and many others. Any device whose primary function is to measure an electrical parameter falls within scope. The standard does not cover process control equipment (covered by IEC 61069 series) or medical electrical equipment (covered by IEC 60601 series).
Key developments include: (1) Digital-first delivery — PDF and HTML online manuals have largely replaced printed documents, enabling search, zoom, and hyperlinking. (2) Interactive content — some manufacturers now embed configuration wizards, troubleshooting wizards, and simulation tools within their digital manuals. (3) Structured authoring — the adoption of DITA (Darwin Information Typing Architecture) and XML-based publishing pipelines allows manufacturers to maintain a single source of truth and publish across multiple formats (web, PDF, mobile). (4) Version control — modern documentation is managed under Git or similar VCS, enabling precise tracking of changes between instrument firmware revisions. (5) Multi-language parallel release — thanks to translation memory tools, manuals in 10+ languages can be released simultaneously with the product. Despite these advances, the three-pillar framework established by IEC 61187 — safety information, technical data, and operational guidance — remains essentially unchanged.
Start with these steps: (1) Create a safety information template based on IEC 61010-1 Clause 6 (Risk Assessment) and Annex J (Examples of safety information). This template should be reusable across your product line. (2) Build a standardized technical data sheet template using Markdown or a structured spreadsheet, with clearly separated typical and guaranteed value columns. (3) Write your user manual using a task-oriented structure — each chapter should answer “how do I do X?” rather than “what does button Y do?” (4) Use Pandoc or a similar tool to convert your Markdown source to HTML and PDF. (5) Before first shipment, conduct a documentation usability test with at least three engineers who have never used your product. Their feedback will identify critical gaps that your engineering team, being too close to the product, will have missed. This lean approach, consistent with the principles of IEC 61187, can produce professional-quality documentation at minimal cost.