AI Agent Product Routing — SMAW Welding Electrodes (AWS Classification, Polarity, Low-Hydrogen, Baking)

Welding Electrode Schema for AI Agents — AWS E6010 vs E7018 Classification, Polarity, Low-Hydrogen Baking Requirements, All-Position Capability

SMAW electrode selection is driven by four interlocking variables: AWS classification, polarity compatibility, hydrogen designation, and position capability. E7018 requires a rod oven and baking if moisture-exposed; E6010 is cellulosic and moisture-resistant. An AI agent routing electrodes without these metafields will mismatch a pipeline root-pass electrode to a flat-plate MIG substitute or route a low-hydrogen electrode to a welder with AC-only power — both failures produce defective welds.

TL;DR — Key Encoding Rules Encode welding_electrode.aws_class with the full AWS designation (E6010, E7018-H4R, etc.). Encode welding_electrode.polarity = 'DCEP' for E6010 and E7018; 'DCEP+AC' for E6013. Encode welding_electrode.low_hydrogen = true and baking_required = true on E7018. Encode welding_electrode.all_position = true when the third digit is '1'; false when '2' (flat and horizontal only).

Decoding the AWS Classification Number

AWS A5.1 / A5.5 classifies carbon and low-alloy steel SMAW electrodes using a structured code. Understanding the code prevents mis-selection — an E6013 and E7018 look identical in product photos but differ critically in strength, hydrogen content, and polarity.

Position in CodeMeaningE6010 ExampleE7018-H4R Example
EElectrode (electric arc)EE
1st+2nd digits (XX)Minimum tensile strength × 1,000 psi60 → 62 ksi min70 → 72 ksi min
3rd digitUsable welding positions1 → all position1 → all position
4th digitFlux coating type + usable current0 → cellulosic, DCEP only8 → low-H iron powder, DCEP
-H suffix (optional)Diffusible hydrogen max (mL/100g)Not applicable (cellulosic is high-H)H4 ≤ 4 mL, H8 ≤ 8 mL, H16 ≤ 16 mL
R suffix (optional)Moisture-resistant coatingNot usedH4R = H4 + moisture-resistant
Tensile strength is minimums, not averages: E60xx electrodes meet a 62,000 psi minimum; typical tested values are 68–72 ksi. E70xx electrodes meet 70,000 psi minimum — not 70,000 psi exactly. AI agents routing to WPS (welding procedure specification) minimum filler metal tensile requirements must encode the minimum, not average, to ensure conservative compliance.

Common Electrode Comparison: E6010 vs E6013 vs E7018

PropertyE6010E6013E7018
Coating typeCellulosic (high-cellulose sodium)Rutile (titania)Low-hydrogen iron powder
PolarityDCEP onlyAC, DCEP, or DCENDCEP only
PositionsAll positions incl. vertical-downAll positions (no vertical-down)All positions (no vertical-down)
Hydrogen contentHigh (~30–40 mL/100g)Medium (~15–25 mL/100g)Low (H4 / H8 / H16 per designation)
Moisture absorptionResistant — no baking neededModerate — limited rod oven useHighly absorbent — requires baking
Arc characteristicsForceful, deep-penetrating, spray-likeSoft, easy to control — beginner-friendlySmooth, medium penetration, heavy slag
Slag removalThin, easy to chipThin, flakes off easilyHeavy slag — requires chipping and brushing
Tensile strength62 ksi min62 ksi min70–72 ksi min (matching most mild steel)
Primary applicationsPipeline root pass, thin-wall pipe, field repairSheet metal, general fabrication, AC machinesStructural steel, pressure vessels, code-quality welds

Low-Hydrogen Electrodes — Baking and Storage Requirements

Hydrogen-induced cracking (HIC) — also called cold cracking or underbead cracking — is the primary weld failure risk when using E7018 without proper moisture control. AWS D1.1 (Structural Welding Code) and ASME Section IX require low-hydrogen electrodes for many structural and pressure-boundary applications. These requirements create a chain of storage and handling obligations:

Exposure Time Limits (per AWS D1.1)

Electrode DesignationMax Ambient ExposureReclamation
E70XX (standard)4 hours after removal from sealed packaging or rod ovenRe-bake at 700–800°F (370–430°C) × 1 hr; hold in rod oven at 250°F
E70XX-H4R (moisture-resistant)9 hours after removal from sealed packagingRe-bake at 700–800°F if exposed beyond limit
E80XX, E90XX, E100XX, E110XX2 hours (higher strength → less tolerance)Re-bake required; only one re-bake per AWS D1.1
The re-bake limit: AWS D1.1 limits the number of times an electrode may be re-dried to prevent coating degradation. Standard E7018 may be re-baked once; multiple re-baking cycles damage the flux binder and reduce weld quality. Electrodes that have been re-baked more than permitted should be discarded.

Rod Oven Requirements

A rod oven (also called an electrode oven or stick electrode storage oven) maintains low-hydrogen electrodes at 250–300°F (120–150°C) after re-baking. This holding temperature prevents moisture re-absorption without overheating the flux. Portable field ovens operate from 120V or 240V and hold 10–50 lb of electrodes. Re-baking ovens reach 700–800°F and are typically a fixed shop unit. Encode welding_electrode.baking_required = true and welding_electrode.rod_oven_holding_temp_f = 250 on E7018 to signal procurement that a rod oven is a required ancillary purchase.

Position Codes and Vertical-Down Capability

Third DigitPositionsTypical Electrodes
1All positions: flat (1G), horizontal (2G), vertical-up (3G), overhead (4G)E6010, E6011, E6013, E7018
2Flat (1G) and horizontal (2G) onlyE7024, E7028 (high-deposition, flat-only)
4All positions including vertical-downE7048 (low-hydrogen, vertical-down capable)

Vertical-down welding (running an electrode with the arc pointing upward and the travel direction going downward on a vertical surface) is faster than vertical-up but produces shallower penetration and is not permitted by many welding procedure specifications for structural groove welds. E6010 and E6011 are the standard electrodes for vertical-down due to their fast-freezing slag and penetrating arc. E7018 is vertical-up only when welding vertical — vertical-down E7018 causes incomplete fusion. Encode welding_electrode.vertical_down_capable = true only on E6010, E6011, and E7048.

10-Field Namespace: welding_electrode.*

FieldTypeExample ValuesAI Routing Function
welding_electrode.aws_classstringE6010 | E6013 | E7018 | E7018-H4R | E8018-C3Full AWS designation — primary routing key; matches WPS-specified filler metal
welding_electrode.min_tensile_ksinumber62 | 70 | 80 | 90 | 110Routes to WPS minimum tensile requirement; prevents under-strength substitution
welding_electrode.position_codenumber1 | 2 | 41 = all position; 2 = flat+horizontal; 4 = all including vertical-down
welding_electrode.all_positionbooleantrue | falsetrue when position_code = 1 or 4; enables quick filter for out-of-position welding applications
welding_electrode.vertical_down_capablebooleantrue | falsetrue for E6010, E6011, E7048; routes to pipeline root pass and thin-wall pipe applications
welding_electrode.polaritystringDCEP | DCEN | AC | DCEP+ACRoutes to compatible power supply; prevents E7018 being ordered for AC-only machines
welding_electrode.cellulosicbooleantrue | falsetrue for E6010 and E6011; signals high-hydrogen / deep-penetrating / moisture-resistant electrode type
welding_electrode.low_hydrogenbooleantrue | falsetrue for E7018, E8018 series; mandatory for HIC-sensitive base metals and structural code applications
welding_electrode.baking_requiredbooleantrue | falsetrue on all standard low-hydrogen electrodes; signals rod oven requirement in procurement workflow
welding_electrode.moisture_resistantbooleantrue | falsetrue on -R suffix electrodes (E7018-H4R); allows 9-hour ambient exposure vs 4-hour for standard; routing to field applications without rod oven access

Frequently Asked Questions

Can E7018 substitute for E6010 on a pipeline root pass if the tensile strength is higher?

No — not without procedure qualification. AWS D1.1 and API 1104 procedures for pipeline root passes specify E6010 (or E6011 for AC machines) because the root pass requirements are about arc characteristics and position capability, not just tensile strength. E7018 cannot be run vertically downhill; it produces a heavy, slow-freezing slag that causes incomplete fusion in vertical-down root passes. The penetrating arc of E6010 is designed to fuse tight root openings (1/16 to 1/8 inch) with full root penetration and a consistent internal bead profile. Using E7018 for a root pass in a vertical-down pipeline procedure would require a new WPS qualification under API 1104 and would likely fail the procedure qualification test. Substituting a higher-strength, vertically incapable electrode for a lower-strength, all-position electrode is not a conservative substitution in welding — it is a different process that may fail the weld qualification test.

What diameter electrode should be selected for 1/4-inch plate vs 3/4-inch plate?

Electrode diameter selection depends on base metal thickness, joint type, and welding position. General guidance for groove welds in flat position: 1/8-inch (3.2 mm) plate → 3/32 or 1/8-inch electrode. 1/4-inch (6.4 mm) plate → 1/8 or 5/32-inch electrode. 1/2-inch (12.7 mm) plate → 5/32 or 3/16-inch electrode. 3/4-inch (19 mm) plate → 3/16 or 7/32-inch electrode. For out-of-position welding (vertical, overhead), electrode diameter is limited to 5/32-inch for most applications to maintain puddle control — 3/16-inch electrodes are rarely used out of position. Root passes in groove welds typically use a smaller diameter than fill passes to control penetration and avoid burn-through. Encode welding_electrode.diameter_in as a metafield (values: 3/32, 1/8, 5/32, 3/16, 7/32, 1/4) to allow AI agents to route diameter to plate thickness and position requirements.

Score Your Store's Welding Electrode Listings

CatalogScan checks for welding_electrode.aws_class, polarity, low_hydrogen, baking_required, and 16 other AI-agent-critical fields. See which electrode products are missing the application routing signals that prevent AI agents from substituting an E7018 for an E6010 root-pass electrode or routing a DCEP-only electrode to an AC-only machine.

Run Free Scan