Supported file formats, what gets extracted, and how channels are mapped.
The upload dropzone accepts COMTRADE files via drag-and-drop or click-to-browse. It transitions through several visual states as you interact with it.
Drop COMTRADE files here or click to browse
Supports .cfg + .dat (with optional .hdr, .inf) or a single .cff file
Drop COMTRADE files here or click to browse
Supports .cfg + .dat (with optional .hdr, .inf) or a single .cff file
Companion file needed
fault.cfg needs its .dat file
Click or drop the missing file(s) to continue
2 file(s) selected
fault.cfg (2.1 KB)
fault.dat (45.3 KB)
Parsing COMTRADE file(s)...
Drop COMTRADE files here or click to browse
Supports .cfg + .dat (with optional .hdr, .inf) or a single .cff file
Before uploading, you can choose how the file is stored using the storage mode selector below the dropzone.
The recording is uploaded to your Detego account. It appears in the Recordings dashboard, and all display settings, annotations, computed signals, and reports are persisted across sessions. You can share the recording with others via a link.
The file is parsed and loaded entirely in your browser — nothing is uploaded to the cloud. This is useful when you want to quickly inspect a file without adding it to your recordings library.
Local-only files have full access to all viewer tabs and features (compute, harmonics, impedance, AI analysis, etc.), but:
Save to Cloud
Appears in your recordings
Local Only
Temporary — lost on refresh
Save to Cloud
Appears in your recordings
Local Only
Temporary — lost on refresh
No undo for local-only files
Detego supports COMTRADE files as defined by IEEE C37.111. COMTRADE (Common format for Transient Data Exchange) is the universal standard for exchanging power system disturbance recordings between equipment, software, and utilities.
Two file arrangements are supported:
The minimum requirement is two files:
Both files must share the same base filename (e.g., recording.cfg and recording.dat). Drop both files into the viewer together.
If your recording includes additional companion files, you can upload them alongside the .cfg and .dat:
These are optional — Detego will use them if present but does not require them.
The IEEE C37.111-2013 combined file format packs the configuration, data, header, and information sections into a single text file. This is the newer standard and is more convenient to share.
Data Formats
When you upload a COMTRADE file, Detego extracts and organizes the following data:
Each analog channel includes:
Binary status channels (0 or 1) representing relay logic signals:
All parsing happens entirely in your browser. No data is sent to any server during file upload and parsing.
Corrupt or Disconnected Channels
Detego automatically identifies channel types and phases from naming conventions. Separators (_, ., -, space) between prefix and phase letter are accepted anywhere (e.g., I_A, V-B, U.C).
Phase-neutral channels:
| Pattern | Detection |
|---|---|
| VA, VB, VC, VAN, VBN, VCN | Phase A / B / C voltage |
| UA, UB, UC, UAN, UBN, UCN | Phase A / B / C voltage (IEC) |
| IA, IB, IC | Phase A / B / C current |
| V1, V2, V3 or I1, I2, I3 | Phase A / B / C (numeric suffix) |
| IL1, IL2, IL3, UL1, UL2, UL3 | Phase A / B / C (IEC L-numbered) |
| L1, L2, L3 | Phase A / B / C (bare IEC label) |
| PHASE 1, PHASE A, PHASE_B, etc. | Phase A / B / C (keyword) |
| IR, VR (or IY, VY) | Phase A (or B) — Indian/UK R/Y convention |
Line-to-line voltage pairs:
| Pattern | Detection |
|---|---|
| VAB, VBC, VCA | Line-to-line voltage (ANSI) |
| UAB, UBC, UCA | Line-to-line voltage (IEC) |
| UL12, UL23, UL31 | Line-to-line voltage (IEC numbered) |
| VBA, VCB, VAC (or UL21, UL32, UL13) | Reversed pair — automatically negated |
Residual / neutral channels:
| Pattern | Detection |
|---|---|
| 3I0, Io, I0, IN, IE, Ires | Residual / neutral current |
| 3V0, Vo, V0, VN, Vresidual | Residual / neutral voltage |
Phase detection drives automatic color assignment and enables grouping in the viewer sidebar. Three-phase triplets are automatically detected for sequence component calculations.
Tip