Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC 62755, first published in 2012, defines a standardized data format for radiation measurement instruments used in radiation protection. This standard addresses a critical gap in the radiation protection instrumentation ecosystem: the lack of interoperability between instruments from different manufacturers when exchanging measurement data. Prior to this standard, each manufacturer employed proprietary data formats, making it difficult to integrate instruments from multiple vendors into a unified monitoring system, particularly during emergency response scenarios where rapid data aggregation from diverse field instruments is essential for informed decision-making.
The standard covers a wide range of radiation detection instruments, including ambient dose equivalent rate meters, personal dose equivalent rate meters, surface contamination monitors, airborne radioactivity monitors, and portable nuclide identification devices. By defining a common data format specification, IEC 62755 enables seamless data exchange between field instruments, data acquisition systems, central monitoring stations, and higher-level decision support systems. This interoperability is especially crucial in the context of large-scale radiological emergencies, where first responders from multiple agencies and jurisdictions must be able to share and interpret measurement data in real time without format conversion or data loss.
The IEC 62755 data format is organized into a hierarchical message structure consisting of a message header, one or more measurement data records, and an optional trailer. The header contains identifying information such as the instrument serial number, instrument type, software version, and the total number of records in the message. Each measurement data record includes a comprehensive set of fields designed to capture all relevant information about a single measurement event.
| Field | Type | Mandatory | Description |
|---|---|---|---|
| Record ID | Unsigned integer | Yes | Unique sequential record identifier |
| Timestamp | UTC (ISO 8601) | Yes | Date and time of measurement (YYYY-MM-DDThh:mm:ssZ) |
| Measured Value | Floating point | Yes | Numerical measurement result |
| Unit Code | Enumerated | Yes | Unit of measurement (Sv, Gy, Bq, Bq/cm², Bq/m³, cps, etc.) |
| Detector Type | Enumerated | Yes | Detector technology (GM, Nai, HPGe, CZT, etc.) |
| Measurement Category | Enumerated | Yes | Dose rate, contamination, nuclide ID, etc. |
| Latitude/Longitude | Floating point | No | GPS coordinates of measurement location |
| Altitude | Floating point | No | Altitude in meters above sea level |
| Status Flags | Bitmask | Yes | Alarm status, error flags, battery status, detector status |
| Calibration Factor | Floating point | No | Applied calibration correction factor |
| Nuclide ID | String | No | Identified nuclide (for spectrometry instruments) |
| Confidence Level | Percentage | No | Nuclide identification confidence (0-100%) |
The timestamp field uses Coordinated Universal Time (UTC) exclusively to avoid ambiguity arising from local time zones and daylight saving time changes. This is particularly important for radiation monitoring networks that span multiple time zones, such as the Comprehensive Nuclear-Test-Ban Treaty Organization (CTBTO) global monitoring network or national radiation monitoring systems covering wide geographical areas. The measurement category field allows receiving systems to properly classify and process different types of radiation data without needing to parse the numeric value or unit code alone.
The status flags bitmask is one of the most important fields in the data format. It provides the receiving system with essential information about the quality and reliability of each measurement. Status flags include bits for alarm condition, instrument error, battery low, calibration expiry, detector saturation, temperature out of range, GPS fix quality, and data validity. By examining these flags, the central monitoring software can automatically assess whether a measurement value should be used in decision-making or flagged for operator review. For example, a high dose rate reading accompanied by a detector saturation flag indicates that the actual radiation level may be even higher than the measured value, which is critical information for emergency response coordination.
IEC 62755 does not prescribe a specific physical communication medium or transport protocol, but rather defines the data format at the application layer. This design choice allows the standard to be applied across a wide variety of communication channels, including serial RS-232/RS-485 interfaces, USB, Ethernet, wireless networks (Wi-Fi, Bluetooth, ZigBee), and cellular data networks (3G/4G/5G). The standard specifies two encoding options: ASCII text encoding and binary encoding.
The ASCII text encoding uses a comma-separated value (CSV-like) format with clear field delimiters and human-readable labels. Each record begins with a record type identifier string and ends with a checksum for error detection. The ASCII format is recommended for applications where human readability is important, such as instrument configuration and debugging, data logging to text files, and integration with general-purpose data analysis tools like spreadsheets and scripting environments. A typical ASCII-encoded measurement record might look like: MR,1,2026-05-17T14:30:00Z,0.45,uSv/h,GM,DR,35.1234,139.5678,50,0x00,1.02,, where MR identifies a measurement record, and the fields follow in the prescribed order.
The binary encoding option packs data fields into a compact byte-oriented format that minimizes transmission bandwidth and storage requirements. This is particularly advantageous for instruments with limited processing power and memory, such as battery-operated survey meters and personal dosimeters, as well as applications involving large numbers of data points or low-bandwidth communication links. The binary format uses fixed-length fields where possible and includes a frame synchronization pattern and cyclic redundancy check (CRC-16) for robust error detection in noisy transmission environments. Binary records are typically 30-50% smaller than their ASCII equivalents, which is a significant advantage when transmitting data over satellite links or cellular networks in remote areas where bandwidth may be limited and costly.
The standard also defines a file format for storing radiation measurement data on removable media such as SD cards and USB flash drives. The file format is based on the same record structure used for real-time communication, with measurements stored as sequential records in a plain text or binary file. The file format specification includes provisions for file naming conventions that encode the instrument serial number and measurement session date, making it possible to manage large collections of measurement files from multiple instruments without requiring a centralized database. Each file starts with a file header record specifying the instrument identity and configuration, followed by measurement records, and optionally ends with a summary record that provides statistical information such as the total number of records, the minimum and maximum measured values, and the measurement duration.
| Characteristic | ASCII Text Encoding | Binary Encoding |
|---|---|---|
| Human readable | Yes | No |
| Record size (typical) | 100-200 bytes | 40-80 bytes |
| Error detection | Checksum (8-bit) | CRC-16 (16-bit) |
| Parsing complexity | Low | Moderate |
| Bandwidth requirement | Higher | Lower |
| Recommended use case | Logging, debugging, human review | Real-time telemetry, embedded systems |
From a system integration perspective, implementing IEC 62755 requires careful attention to several engineering considerations. First, the choice of encoding format (ASCII vs binary) should be driven by the specific application requirements. For handheld survey meters used by first responders, the ASCII format is preferred because it allows direct reading of logged data on a computer without specialized software. For fixed-installation monitoring networks with many instruments reporting to a central server, the binary format reduces bandwidth consumption and server processing load. Many modern instruments implement both encodings, allowing the user to select the appropriate format for each deployment scenario. A practical hybrid approach is to use binary encoding for routine telemetry and automatically switch to ASCII encoding when the instrument detects that it is being connected to a computer for data download and analysis.
Second, the GPS location data fields, while optional, are increasingly important in modern radiation monitoring applications. Georeferenced measurement data enables spatial interpolation and hot-spot mapping, which are essential for effective consequence assessment and resource allocation in emergency response. The standard specifies WGS-84 coordinate format with decimal degrees to six decimal places, providing approximately 0.11-meter resolution at the equator. However, GPS-denied environments such as underground facilities, reinforced concrete buildings, and indoor areas require alternative positioning methods. Engineers should consider integrating dead-reckoning sensors (accelerometers, magnetometers) or local positioning systems (UWB beacons, Bluetooth RSSI fingerprinting) for indoor radiation surveys where GPS signals are unavailable. The data format accommodates these scenarios through the status flags, where a GPS fix quality flag can indicate whether the reported coordinates represent actual GPS data, dead-reckoning estimates, or manually entered location information.
Third, the calibration factor field enables instruments to store and transmit their current calibration status along with measurement data. This feature is essential for quality assurance in long-term monitoring networks, where instruments may be recalibrated at intervals of 6-12 months per regulatory requirements. The central monitoring system can automatically track calibration expiry dates by comparing the calibration factor timestamp against the current date, generating alerts for instruments requiring recalibration well before the calibration expires. This proactive maintenance approach significantly reduces the risk of collecting data with expired calibration, which could compromise the validity of radiation dose assessments and regulatory compliance reporting.
Fourth, the nuclide identification fields are specifically designed for spectroscopic instruments (NaI(Tl), LaBr&sub3;(Ce), HPGe, CZT) that can identify specific radioactive isotopes. The standard supports both single-nuclide and multi-nuclide identification results, with associated confidence levels. For emergency response scenarios such as a radioactive source out-of-control event or a nuclear accident, spectroscopic data with nuclide identification is far more valuable than gross count rate measurements alone, as it enables incident commanders to determine the specific radiological hazard, select appropriate protective actions, and plan decontamination strategies based on the chemical and physical properties of the identified nuclides. The confidence level field allows the receiving system to apply threshold-based decision logic, automatically flagging low-confidence identifications for expert review while accepting high-confidence identifications directly into the monitoring database.
| Application Scenario | Encoding | GPS Required | Nuclide ID | Typical Update Rate |
|---|---|---|---|---|
| First responder survey | ASCII | Yes | Recommended | 1-10 s |
| Fixed perimeter monitoring | Binary | Fixed, optional | If spectroscopic | 1-60 min |
| Personal dosimetry | Binary | No | No | 1-60 min |
| Environmental monitoring network | Binary | Yes | Recommended | 10 min – 1 h |
| Emergency UAV/deployed sensors | Binary | Yes | Yes | 1-5 s |
| Laboratory sample analysis | ASCII | No | Yes | Per sample |
Fifth, the standard’s extensibility mechanism allows manufacturers to add proprietary data fields without breaking compatibility with the base standard. The format specification reserves a block of field identifiers for manufacturer-specific extensions, which are clearly marked so that standard-compliant parsers can safely skip unrecognized fields without corrupting the data stream. This extensibility has proven valuable for incorporating new detector technologies and measurement parameters that were not anticipated when the standard was originally drafted. For instance, newer instruments supporting directional dose equivalent measurement, real-time alpha/bye discrimination, or spectral dose calculation can transmit these advanced data products using extension fields while remaining fully interoperable with existing systems that simply ignore the extended data they cannot process.
In practical deployment, engineers should also consider the data buffering and store-and-forward capabilities of field instruments. In the event of communication link failure, instruments should buffer measurement data locally with timestamping and resume transmission once connectivity is restored. The standard’s sequential record numbering mechanism naturally supports this behavior, as the central receiving system can detect gaps in the record sequence and request retransmission of missing data blocks. For battery-operated instruments, the data transmission frequency should be dynamically adjusted based on available battery capacity, with higher reporting rates when battery levels are adequate and reduced rates during low-battery conditions to extend operational duration. These power management strategies, combined with the efficient binary encoding option, enable continuous monitoring deployments lasting weeks or months on a single battery charge, which is essential for unattended environmental monitoring stations in remote or hazardous areas.