Resolving Open Circuit on Siemens 6ES7336-4GE00-0AB0 FAI Module

David Krause14 min read
S7-300SiemensTroubleshooting
Licensed PE Working through this on a live machine? A Maine-licensed engineer can take it from here — included with IMD hardware, by the hour for everything else. Book an engineer

1. Problem Overview

When a motorized valve position transmitter is wired to a SIMATIC SM 336 F-AI (6ES7336-4GE00-0AB0) fail-safe analog input module, the field engineer frequently encounters a persistent channel open-circuit fault: the red channel LED illuminates, the diagnostic buffer logs wire break (e.g., diagnostic event 0x0006 for channel value status), and the process value reads as 7FFFh (overflow / no valid signal) — yet a handheld multimeter inserted in series with the loop indicates a healthy 4–20 mA current flow.

The conflict between a good field measurement and a "bad" module reading is the central symptom of an incorrect 2-wire vs 4-wire wiring topology. The 6ES7336-4GE00-0AB0 is a current-input module that does not auto-detect transmitter type; the configuration is purely physical (terminal assignment) and must match the sensor design. A 2-wire loop-powered transmitter cannot be terminated to a 4-wire channel block, and vice versa, without explicit conditioning.

Critical: The 6ES7336-4GE00-0AB0 is a fail-safe module used with F-CPU systems (e.g., CPU 315F-2 DP/PN, CPU 317F-2, CPU 319F-3 PN/DP). Open-circuit on a safety-rated channel is treated as a safe-state trip condition and may inhibit the entire safety program until cleared. Plan the work with proper process safety permissions.

2. Hardware Identification: 6ES7336-4GE00-0AB0 Specifications

Parameter Value
MLFB / Order Number 6ES7336-4GE00-0AB0
Module family SIMATIC S7-300 SM 336 F-AI
Number of inputs 6 differential, isolated in groups of 1
Input ranges 0–20 mA, 4–20 mA (NAMUR NE43 compliant)
Resolution 16 bit (including sign)
Conversion time per channel ~10 ms (basic), configurable integration time
HART support Yes, HART rev. 5/6/7, multidrop up to 4 per channel
Sensor supply (VS) 24 V DC, max. 30 mA per channel, short-circuit proof
Diagnostic functions Wire break, short circuit, overrange, underrange, HART communication error
Safety class SIL 2 / SIL 3 (with redundant wiring), Cat. 3 / PL d
Front connector 20-pin, push-in or screw type
Width / Weight 40 mm / ~280 g

The module's full operating manual, including the GSD file and parameter record layout, is published on the Siemens Industry Online Support portal. Pinout and diagnostic-event tables are reproduced in the manual "SM 336 F-AI 6x0/4..20mA HART" entry ID 6ES7336-4GE00-0AB0.

3. Root Cause Analysis: 2-Wire vs 4-Wire Wiring

The physical difference between a 2-wire (loop-powered) and a 4-wire (self-powered) transmitter is fundamental:

  • 2-wire transmitter: power and signal share the same pair of wires. The module's VS terminal supplies ~24 V through the transmitter, and the current drawn by the transmitter's internal electronics is proportional to the measured process variable. Typical loop resistance budget: 250 Ω at 20 mA = 5 V drop across the module's internal sense resistor + wiring.
  • 4-wire transmitter: two wires for an external 24 V supply, two wires for an isolated current output. The module only reads the signal; it does not feed any power into the loop.

The 6ES7336-4GE00-0AB0 has two physically separate terminal rows on the front connector for each channel — one set labelled for 2-wire termination, one set for 4-wire. The "open circuit" LED lights up because the module's wire-break detection algorithm is a current-window check. With the Siemens default thresholds, the open-circuit diagnostic is raised if the measured loop current falls below approximately 3.6 mA (a value configurable in STEP 7 / TIA Portal between 0.0 and 22.0 mA). If the loop is wired in a topology that leaves the input pin floating relative to VS or -M, the input saturates at zero current and the diagnostic fires immediately.

Most common field mistake: terminating a 2-wire transmitter to the 4-wire pins. The +M pin in 4-wire mode is a high-impedance sense input; without the transmitter being powered externally, the loop current is 0 mA and the module reports wire break. Conversely, wiring a 4-wire transmitter to the 2-wire pins forces the module's VS supply in parallel with the transmitter's own supply, causing either a measurement error (two supplies back-feeding) or a short-circuit diagnostic.

4. Module Wiring Topology (Inline SVG)

The 20-pin front connector assignments for one channel pair (channels 0 and 1 shown; pattern repeats for 2/3 and 4/5) are:

6ES7336-4GE00-0AB0 SM 336 F-AI Front Connector Pin 1 : +VS ch0 (24V out) Pin 2 : +M ch0 (sense +) Pin 3 : -M ch0 (sense -) Pin 4 : +VS ch1 Pin 5 : +M ch1 Pin 6 : -M ch1 Pin 7 : (n.c.) Pin 8 : (n.c.) Pin 9 : (n.c.) Pin 10 : (n.c.) Pin 11 : +VS ch2 Pin 12 : +M ch2 Pin 13 : -M ch2 Pin 14 : -VS (common return) NOTE: pinout condensed for reference 2-Wire Loop (recommended) +VS → Sensor (+) +M ← Sensor (-) -M ← Sensor (-) [link to -M internally] Leave 4-wire sense pins floating 4-Wire Transmitter +M ← Sig + -M ← Sig - External 24 V → Sensor V+ External 0 V → Sensor V- Do NOT use +VS row

5. Open-Circuit Detection Mechanism

The 6ES7336-4GE00-0AB0 implements a NAMUR NE43-style diagnostic envelope. With diagnostics enabled in the hardware configuration, the following bit positions are set in the value-status byte of the input channel:

Condition Value (hex) Module behavior
Current < wire-break threshold (typ. 3.6 mA) 0x0006 / 0x0007 Red SF LED + channel LED, process value = 7FFFh
Current > 22.0 mA (overrange) 0x000A Red LED, process value = 7FFFh
Short circuit (VS to -M or VS to PE) 0x0001 Channel switches off VS, all channels latch fault
HART communication lost (> 2 retries) 0x0010 Configurable: warning vs. fault
Normal operation 4–20 mA 0x0000 Green channel LED, valid process value

The values are returned in the input word's value status (QI) bit (bit 15 in many STEP 7 symbol definitions) and the corresponding diagnostic event appears in the CPU diagnostic buffer with the slot number of the 6ES7336 module. When using a fail-safe block such as F_AI_8 (or F_AI_RRG for range monitoring), the wire-break event propagates into the safety logic and forces the substituted safe value (default = 0).

6. Step-by-Step Resolution Procedure

  1. Isolate the loop and de-energize the backplane. Even though the SM 336's sensor supply (VS) is electronically current-limited, fail-safe modules must be worked on with the F-CPU in safe state when practical. Use STEP 7 to place the F-CPU in "STOP / safe state" if the application allows.
  2. Verify the sensor type. Open the motorized valve junction box and check the position transmitter data plate. A 2-wire device will be marked "loop-powered, 4–20 mA" or "2-wire" on the nameplate; a 4-wire device lists a separate supply voltage (e.g., 24 V DC) and a "current output" rating.
  3. Measure the loop voltage with a high-impedance voltmeter (≥ 10 MΩ) at the transmitter terminals. For a 2-wire transmitter you should see ~15–22 V DC (24 V minus the 5 V drop across the module's 250 Ω sense and the 0–4 V drop across the transmitter's internal regulator). Reading near 0 V indicates the module is not feeding VS into that pin; reading 24 V indicates the sensor is being fed but the loop is open.
  4. Re-terminate the front connector using the 2-wire pinout:
    • Sensor (+) → front connector +VS for that channel (e.g., pin 1 for ch0)
    • Sensor (-) → front connector +M for that channel (e.g., pin 2 for ch0)
    • Bridge +M to -M with a short link on the connector if the transmitter does not provide a separate ground return (most 2-wire sensors do, in which case the link is omitted and the shield goes to PE).
  5. Confirm the VS polarity and grounding. Reversed polarity on a loop-powered sensor is a frequent cause of "open circuit" even when the loop draws the right current. Verify with a multimeter: +VS must be positive with respect to -M.
  6. Re-seat the front connector and power up. The red channel LED should extinguish within 1–2 scan cycles. If the SF LED on the module still illuminates, read the diagnostic buffer (STEP 7 → CPU → Diagnostic Buffer).
  7. Read the analog value from the process image (e.g., IW 288 for the first channel of an SM 336 in slot 4 of an S7-300 station) and confirm a value between 0 and 27648 corresponding to the live current. For a 4–20 mA signal: 4 mA = 0 decimal, 20 mA = 27648 decimal, scaling factor = 27648 / 16 mA = 1728 counts per mA.

7. HART Diagnostic Verification

Because the 6ES7336-4GE00-0AB0 carries HART on each channel, the HART layer is an independent way to verify the loop is healthy:

  1. Configure the HART variables in HW Config → Properties of the SM 336 → "HART" tab. Enable at least the primary variable (PV) and the loop current.
  2. Use the online "HART device list" view (right-click module → "HART" → "Device list") to read the device tag, manufacturer ID, and revision.
  3. A HART device that responds with a non-zero tag indicates the analog loop is functional and digital communication is alive. A HART "no response" with the analog current still present suggests a HART filter setting that is too aggressive or a 250 Ω HART impedance problem (the module has a 250 Ω sense resistor, so no external resistor is normally required for HART).
  4. For each HART variable that returns a value, cross-check it against the analog-input value. A discrepancy greater than 1 % of span typically points to a calibration mismatch rather than a wiring issue.
If the motorized valve is in a hazardous area and the HART modem is connected via the same terminals, observe the Ex-i entity parameters. The HART communicator must be approved for the relevant zone, or use the Siemens HART interface module (e.g., 6ES7 134-3FR00-0AB0 — only when permitted by the Ex assessment).

8. Configuration in STEP 7 / TIA Portal

Default hardware configuration that the 6ES7336-4GE00-0AB0 ships with can mask the issue if the diagnostics are disabled. Confirm the following in the hardware configuration:

Parameter Recommended setting Effect of wrong setting
Measurement type "Current (4-wire transmitter)" or "Current (2-wire transmitter)" Drives the internal wiring compensation; do not use "Voltage"
Measurement range 4–20 mA 0–20 mA disables underrange diagnostic; 4–20 mA enables NE43 wire break
Wire break diagnostic Enabled Disabling suppresses the SF LED but the process image still returns 7FFFh
HART variable mapping Enabled for PV, SV, TV, QV as needed Disabling does not affect 4–20 mA but disables HART multidrop polling
Integration time / smoothing Default (1 cycle = 10 ms) or 100 ms for noisy loops Excessive smoothing delays fault detection; default is recommended for fail-safe applications

For TIA Portal users, the module is selected from the catalog under "SM 336 F-AI 6x0/4..20mA HART" (article number 6ES7336-4GE00-0AB0) and configured in the device view. STEP 7 V5.5 users find it under SIMATIC 300 → SM-300 → F-Modules.

9. LED Status and Diagnostic Code Map

The front of the SM 336 has two LED rows: a top row with the module-level status (SF = group error, BF = bus fault if Profisafe is used) and a bottom row of six channel LEDs that light in one of three colours:

LED Colour Meaning
Channel LED Green Valid process value, no diagnostic pending
Channel LED Red, solid Wire break or overrange; channel value invalid (7FFFh)
Channel LED Red, flashing HART communication fault or HART variable out of range
SF LED Red Module-level diagnostic; check buffer for slot 0xFFFF entries
BF LED (Profisafe) Red Profisafe communication failure on the assigned Profibus/Profinet slot

10. Multi-Channel Isolation Procedure

If the SF LED persists after the suspect channel is fixed, the problem is often that a single short-circuit on one channel causes the module to latch its internal sensor-supply rail. Use this isolation sequence:

  1. Disconnect all channel pairs from the front connector.
  2. Power the rack and read the SF LED state. If the SF LED still lights with no sensors connected, the module itself is suspect (rare, but possible after a wiring transient).
  3. Reconnect channels one at a time, waiting 5 seconds between each. When the LED comes on, you have identified the problematic channel.
  4. For that channel, swap the position transmitter with a known-good 4–20 mA calibrator (e.g., Beamex MC6, Druck DPI 620). If the LED goes off, the field wiring or transmitter is at fault. If the LED remains on, the input circuit on the SM 336 is damaged.

11. Field Verification Checklist

Check Method Acceptance
Loop current at transmitter Clamp meter (mA) or series DMM 4–20 mA proportional to valve position
Loop voltage at sensor terminals High-Z voltmeter 15–22 V DC for 2-wire
Front-connector wiring Visual + continuity test +VS to Sensor (+), +M to Sensor (-)
Polarity Voltmeter across VS/M +VS positive relative to -M
Shield termination Visual One end only, at PE near the module
HART tag STEP 7 / TIA online Tag matches nameplate
Process value Online watch table 0–27648, matches known valve position
Diagnostic buffer STEP 7 / TIA No new "wire break" or "short circuit" entries

12. Common Pitfalls and Edge Cases

  • Single-channel supply latch. A short circuit on one channel can pull down the VS rail for the whole module. The SM 336 will keep the SF LED on even after the short is removed until a power cycle.
  • Ex-i entity parameters. When the valve is in Zone 1, the cable run between the sensor and the SM 336 must respect the maximum allowed capacitance and inductance published in the Ex certificate. Long cable runs can cause the loop voltage to collapse, simulating a wire-break condition.
  • HART filter capacitor in the transmitter. Some older position transmitters have a large filter capacitor that, combined with long cable capacitance, prevents the loop current from settling within the module's conversion window, producing intermittent diagnostics. Reduce the smoothing time or add a 250 Ω resistor at the transmitter end as a last resort (verify Ex-i compatibility first).
  • Reversed shield on a 2-wire loop. If the cable shield is grounded at both ends and a small shield current flows, the resulting common-mode voltage can lift the loop current reading outside the diagnostic window.
  • F-CPU passivation. After a wire-break on a fail-safe channel, the F-CPU may passivate the entire safety program. Re-integration requires the F-CPU to be brought out of safe state and the relevant F-block (e.g., F_AI_RRG) to acknowledge the passivation, which can only be done by an operator with the safety password.
  • Modular vs Compact wiring. The 6ES7336 uses a 20-pin front connector with push-in or screw terminations. Mixing push-in and screw types in the same connector is not permitted and can produce poor contact on individual pins, leading to intermittent open-circuit alarms.

What does the red channel LED on a 6ES7336-4GE00-0AB0 mean?

A solid red channel LED indicates a wire break (loop current below ~3.6 mA), overrange (above 22.0 mA), or a short circuit on that channel's sensor supply. The process input word returns 7FFFh (invalid) and a diagnostic event with a value-status byte in the range 0x0006 to 0x000A is written to the diagnostic buffer. A flashing red LED means a HART communication fault.

How do I wire a 2-wire 4–20 mA transmitter to the 6ES7336-4GE00-0AB0?

Connect the transmitter's positive terminal to the channel's +VS front-connector pin, and the transmitter's negative terminal to the channel's +M pin. Link +M to -M on the connector if the transmitter does not have a separate return path. Verify polarity with a voltmeter: +VS must be positive with respect to -M by approximately 15–22 V DC under normal operation.

Why does my multimeter show 4–20 mA but the SM 336 still reports open circuit?

Inserting a multimeter in series with a current loop forces the current through the meter and the loop is still continuous, so the meter reads correctly. The SM 336 reports open circuit because the wiring topology is wrong: the +M sense pin is not actually connected to the loop return. Re-terminate the front connector to the 2-wire pinout (transmitter + to +VS, transmitter – to +M) and the module's wire-break diagnostic will clear within one or two scan cycles.

Can I use a 4-wire position transmitter with the SM 336 F-AI?

Yes. Wire the transmitter's signal output to +M (positive) and -M (negative) on the front connector. Power the transmitter from an external 24 V DC supply and leave the SM 336's +VS pins unused. In the hardware configuration, set the measurement type to "Current (4-wire transmitter)" so the internal wire-break thresholds are calibrated correctly.

Does the 6ES7336-4GE00-0AB0 support HART multidrop on a single channel?

Yes. The module supports up to four HART devices per channel in multidrop mode (each device at a fixed 4 mA). The HART short tag, long tag, manufacturer ID, and revision are read via STEP 7 / TIA Portal's HART device list. To enable multidrop, the transmitter must be configured for multidrop addressing (poll address 1–15) and the channel measurement range can remain 4–20 mA — the process value is taken from the HART PV variable rather than the analog current.

Back to blog