The standard IEC 60617 symbol for a current transducer is a circle intersecting the primary conductor line, often containing a secondary winding line or a box indicating active internal electronics (like a Hall-effect IC). In ANSI/IEEE C37.2, it is typically represented by two overlapping circles or a circle with a core cross-section indicator. Unlike passive current transformers (CTs), true transducers output a scaled voltage or isolated current signal, requiring specific power and output pinouts that vary heavily by region and manufacturer.

The Complete Current Transducer Symbol & Pinout Reference

Use this reference table to decode schematic symbols and physical wiring. Note that while IEC governs most of the world, North American industrial panels still heavily rely on IEEE/NEMA conventions.

Device TypeIEC 60617 SymbolANSI/IEEE C37.2 SymbolStandard Pinout / Wire ColorsPrimary Application
Iron Core CT (Passive)Circle on primary line, parallel line for secondaryTwo overlapping circles (51/50 relays)X1 (White/Red), X2 (Black). 5A or 1A nominal.Mains metering, overcurrent protection
Closed-Loop Hall (e.g., LEM LA 55-P)Circle with internal square/box, 4-pin blockCircle with 'H' or active block diagram1: +VCC (Red), 2: 0V (Black), 3: Out (Yellow), 4: NCMotor drives, high-precision DC/AC measurement
Open-Loop Hall (e.g., Allegro ACS712)Box with primary line passing through centerRectangle with diagonal line and 3-pin block1-2: IP+ (Copper), 3-4: IP- (Copper), 5: GND, 6: Filter, 7: Vout, 8: VCCArduino/ESP32 hobby projects, low-cost inverters
Rogowski CoilDashed circle or coil symbol without iron core lineRectangle with wavy line (air-core indicator)Coaxial output (BNC), no power pins required.High-current transient capture, flexible busbar wrapping

The 'Rows People Get Wrong' Notes

  • Confusing Open vs. Closed Loop Hall Sensors: Schematics often use the exact same 'box with a line' symbol for both. If the pinout block shows 3 pins (VCC, GND, Vout), it is open-loop (ACS712). If it shows 4 pins, it is closed-loop (LEM) and requires a secondary compensation coil connection. Wiring a closed-loop sensor as a 3-pin open-loop will result in a dead short and a fried IC.
  • CT Secondary Wire Colors: X1 and X2 on a standard CT are not AC hot and neutral. They are polarity markers. X1 must always face the source. Reversing them in a differential protection scheme (IEEE 87) will cause the breaker to trip instantly on load.
  • Rogowski 'No Power' Assumption: While the coil itself is passive, the symbol on a system-level schematic often includes an integrator box. Rogowski coils output the derivative of the current (di/dt). You cannot read the raw coil wires with a standard multimeter; you must wire it to the active integrator module.

Regional Standards & Safe Interpretation of Faded Markings

When you are troubleshooting a legacy panel or a salvaged PCB, the silk-screen labels are often burned off, and the schematic is missing. Here is how to safely identify your transducer without blowing up your meter or your board.

IEC vs. IEEE: Which Applies to You?

If you are working in the US, Canada, or on equipment built for the North American market (UL listed), expect IEEE C37.2 and NEMA designations. CTs will be rated in 600V classes with 5A secondaries. If you are in the EU, UK, or working with modern variable frequency drives (VFDs) from brands like Siemens or ABB, expect IEC 60617 symbols and 1A secondaries, with Hall-effect transducers dominating the DC bus measurement.

Tracing Pins on an Unmarked Hall-Effect Transducer

If you have a 4-pin or 8-pin Hall-effect IC (like a Melexis or Allegro chip) with laser-etched markings burned off by heat:

  1. Identify the Primary Path: On through-hole modules (like the ACS712), pins 1-2 and 3-4 are internally bonded and form the thick copper leadframe. These are your IP+ and IP-. They will show near 0.0 ohms on a multimeter.
  2. Find Ground via the Tab: Many surface-mount Hall sensors have an exposed thermal pad on the bottom. This pad is almost always tied to GND or the primary current path. Check continuity between the pad and the pins.
  3. Identify VCC vs Vout: Power the suspected VCC pin through a 1kΩ current-limiting resistor from a 5V bench supply. Measure the other pins. The pin that sits at exactly 2.5V (for a 5V bidirectional sensor) or 0.5V (for a unidirectional sensor) with zero primary current is your Vout.
Warning: Never use a standard multimeter's continuity mode on the secondary output of an energized iron-core CT. If the CT secondary is open-circuited while primary current flows, it will generate lethal voltages (often >1000V) that will instantly destroy your meter's internal fuse and shock you. Always short X1 to X2 with a dedicated shorting block before removing a meter.

Decoding Faded Toroidal CTs

For unmarked split-core or toroidal CTs, look at the physical winding. The primary is the thick busbar or single wire passing through the center. The secondary is the thousands of turns of fine magnet wire wrapped around the iron core. If you need to determine the ratio of an unmarked CT, pass a known 10A AC primary current through the center using a high-current bench supply, and measure the short-circuit current on the fine wire secondary. If you read 0.2A, you have a 50:5 (or 10:1) ratio CT.

Current Transducer Symbol & Wiring FAQ

What is the difference between the symbol for a current transducer and a current transformer?

In strict IEC terminology, a current transformer (CT) is a passive device that outputs a proportional alternating current (usually 5A or 1A) and requires a burden resistor to develop a voltage. Its symbol is simple: two overlapping circles or a single circle with a secondary line. A current transducer is an active device that contains internal electronics (like a Hall-effect IC or fluxgate) and outputs a scaled voltage (e.g., 0-5V, 4-20mA) or an isolated digital signal. Its symbol includes a box or square inside or adjacent to the magnetic core circle, indicating active power supply pins (VCC/GND) are required.

How do I read the pinout on a 4-pin LEM Hall-effect current transducer?

Industrial closed-loop transducers like the widely used LEM LA series typically use a 4-pin Molex or JST connector. Pin 1 is +VCC (usually +15V or +24V DC, occasionally +5V for logic-level variants). Pin 2 is 0V (Ground). Pin 3 is the analog output, which sources or sinks a secondary current (typically 50mA or 100mA nominal) that exactly mirrors the primary current. Pin 4 is often 'NC' (No Connection) or a test pin. You must place a precision 'measurement resistor' (burden resistor) between Pin 3 and Pin 2 to convert the output current into a readable voltage for your ADC or microcontroller.

Why does my schematic show a circle with a square inside for the current transducer symbol?

A circle with a square or rectangle inside specifically denotes an active electronic component housed within the magnetic core assembly. This is the standard IEC shorthand for fluxgate sensors or advanced closed-loop Hall-effect modules. The square tells the technician reading the schematic that the device requires an external DC power supply to function, unlike a standard passive CT which generates its own secondary current purely through electromagnetic induction. If you see this symbol, immediately check the BOM for the required DC supply voltage and ensure your control board has the necessary power budget to drive the transducer's internal compensation coil.