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.
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 Code | Meaning | E6010 Example | E7018-H4R Example |
|---|---|---|---|
| E | Electrode (electric arc) | E | E |
| 1st+2nd digits (XX) | Minimum tensile strength × 1,000 psi | 60 → 62 ksi min | 70 → 72 ksi min |
| 3rd digit | Usable welding positions | 1 → all position | 1 → all position |
| 4th digit | Flux coating type + usable current | 0 → cellulosic, DCEP only | 8 → 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 coating | Not used | H4R = H4 + moisture-resistant |
Common Electrode Comparison: E6010 vs E6013 vs E7018
| Property | E6010 | E6013 | E7018 |
|---|---|---|---|
| Coating type | Cellulosic (high-cellulose sodium) | Rutile (titania) | Low-hydrogen iron powder |
| Polarity | DCEP only | AC, DCEP, or DCEN | DCEP only |
| Positions | All positions incl. vertical-down | All positions (no vertical-down) | All positions (no vertical-down) |
| Hydrogen content | High (~30–40 mL/100g) | Medium (~15–25 mL/100g) | Low (H4 / H8 / H16 per designation) |
| Moisture absorption | Resistant — no baking needed | Moderate — limited rod oven use | Highly absorbent — requires baking |
| Arc characteristics | Forceful, deep-penetrating, spray-like | Soft, easy to control — beginner-friendly | Smooth, medium penetration, heavy slag |
| Slag removal | Thin, easy to chip | Thin, flakes off easily | Heavy slag — requires chipping and brushing |
| Tensile strength | 62 ksi min | 62 ksi min | 70–72 ksi min (matching most mild steel) |
| Primary applications | Pipeline root pass, thin-wall pipe, field repair | Sheet metal, general fabrication, AC machines | Structural 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 Designation | Max Ambient Exposure | Reclamation |
|---|---|---|
| E70XX (standard) | 4 hours after removal from sealed packaging or rod oven | Re-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 packaging | Re-bake at 700–800°F if exposed beyond limit |
| E80XX, E90XX, E100XX, E110XX | 2 hours (higher strength → less tolerance) | Re-bake required; only one re-bake per AWS D1.1 |
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 Digit | Positions | Typical Electrodes |
|---|---|---|
| 1 | All positions: flat (1G), horizontal (2G), vertical-up (3G), overhead (4G) | E6010, E6011, E6013, E7018 |
| 2 | Flat (1G) and horizontal (2G) only | E7024, E7028 (high-deposition, flat-only) |
| 4 | All positions including vertical-down | E7048 (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.*
| Field | Type | Example Values | AI Routing Function |
|---|---|---|---|
welding_electrode.aws_class | string | E6010 | E6013 | E7018 | E7018-H4R | E8018-C3 | Full AWS designation — primary routing key; matches WPS-specified filler metal |
welding_electrode.min_tensile_ksi | number | 62 | 70 | 80 | 90 | 110 | Routes to WPS minimum tensile requirement; prevents under-strength substitution |
welding_electrode.position_code | number | 1 | 2 | 4 | 1 = all position; 2 = flat+horizontal; 4 = all including vertical-down |
welding_electrode.all_position | boolean | true | false | true when position_code = 1 or 4; enables quick filter for out-of-position welding applications |
welding_electrode.vertical_down_capable | boolean | true | false | true for E6010, E6011, E7048; routes to pipeline root pass and thin-wall pipe applications |
welding_electrode.polarity | string | DCEP | DCEN | AC | DCEP+AC | Routes to compatible power supply; prevents E7018 being ordered for AC-only machines |
welding_electrode.cellulosic | boolean | true | false | true for E6010 and E6011; signals high-hydrogen / deep-penetrating / moisture-resistant electrode type |
welding_electrode.low_hydrogen | boolean | true | false | true for E7018, E8018 series; mandatory for HIC-sensitive base metals and structural code applications |
welding_electrode.baking_required | boolean | true | false | true on all standard low-hydrogen electrodes; signals rod oven requirement in procurement workflow |
welding_electrode.moisture_resistant | boolean | true | false | true 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.