AI Agent Product Routing — Wire Rope, Crane Running Rope, Hoisting Rope (ASME B30.2, B30.9, OSHA 1910.179, B30.22)

Wire Rope Inspection and Discard Criteria Schema for AI Agents — ASME B30.2: 6 Broken Wires Per Lay, 3 Per Strand, Kink/Bird-Cage/Core Protrusion, D/d Sheave Ratio, and Rotation-Resistant Internal Damage

Wire rope discard criteria under ASME B30.2 are specific, quantitative, and non-negotiable: 6 broken wires in one rope lay, or 3 in one strand. A single kink, bird-cage, or core protrusion also requires immediate removal. Rotation-resistant ropes require D/d sheave ratios up to 51:1 — twice the requirement for standard 6-strand rope — and their outer wire condition is not a reliable indicator of internal strand damage. Selling the wrong rope or wrong construction for a sheave system creates a documented crane failure mode.

TL;DR — Key Encoding Rules Encode wire_rope.broken_wire_discard_per_lay = 6 and broken_wire_discard_per_strand = 3 on all crane running ropes (ASME B30.2). Encode wire_rope.minimum_sheave_d_d_ratio to prevent mismatch with existing sheave sizes. Encode wire_rope.rotation_resistant = true and mfl_inspection_recommended = true on rotation-resistant constructions. Encode wire_rope.internal_lubrication_required = true on all running rope products.

Wire Rope Construction — Strands, Wires, and Core Types

Wire rope designation uses a format: [number of strands] × [wires per strand]. These numbers define the rope's flexibility, strength, and susceptibility to different failure modes.

ConstructionTypical Strands × WiresFlexibilityMin D/d (Crane)Best Application
6×19 class 6×19, 6×21, 6×25, 6×26 Moderate 26:1 Overhead crane hoisting, general rigging
6×37 class 6×37, 6×36, 6×41 High — more flexible wires 18:1 Crane service with smaller sheaves, elevators
Rotation-resistant 8×19 8 outer strands + inner rope Moderate 34:1 Single-fall crane hoisting without anti-rotation device
Rotation-resistant 19×7 19 outer strands + 7-wire IWRC Low — stiffer 51:1 High-lift cranes with long single-fall, tower cranes
6×7 class 6×7 Low — stiff 42:1 Standing rigging, guys, structural applications — NOT hoisting

Core Types

Core TypeSymbolCharacteristicsBest For
Fiber CoreFCNatural or synthetic fiber; flexible, low crush resistance; holds factory lubricant; degrades in wet and high-temperature serviceLight duty crane, dry environments
Independent Wire Rope CoreIWRCSteel wire rope at center; crush resistant; supports greater load; minimal lubricant reservoir; more rigid than FCHeavy duty crane, high temperature, wet environments
Wire Strand CoreWSCSingle strand at center; less common; between FC and IWRC in propertiesSpecific applications where slight rigidity increase is needed

ASME B30.2 Discard Criteria — Quantitative and Qualitative

Immediate removal — no count needed: Kink, bird-cage, core protrusion, heat damage, or a broken wire at any end fitting requires removal from service without counting wires. These damage types indicate structural failure of the rope that renders the broken-wire threshold irrelevant.
Discard CriterionStandardThresholdRationale
Broken wires per rope lay ASME B30.2 §2-1.9.1 6 in any one rope lay (6×19 class) Distributed fatigue across all strands; progressive failure accelerates
Broken wires per strand per lay ASME B30.2 §2-1.9.1 3 in any one strand in one lay Concentrated damage in one strand — localized damage more severe than distributed
Broken wire at end fitting ASME B30.2 §2-1.9.1 1 wire — immediate removal Termination-zone failure indicates stress concentration; rope cannot be re-cut and re-used
Diameter reduction ASME B30.2 §2-1.9.1 6% below nominal for 6×19 and 6×37 class Diameter reduction indicates inner core collapse or severe wire wear
Kinking ASME B30.2 §2-1.9.1 Any kink — immediate removal Permanent deformation at kink; load sharing disrupted; wires at apex stressed past yield
Bird-caging ASME B30.2 §2-1.9.1 Any bird-cage — immediate removal External strands buckled outward; structural integrity at cage section severely compromised
Core protrusion ASME B30.2 §2-1.9.1 Any visible core — immediate removal Core pushed out by compressive failure or overload; structural failure of rope
Severe corrosion ASME B30.2 §2-1.9.1 Pitting — qualified inspector judgment required Corrosion reduces wire cross-section; internal corrosion typically more advanced than external

Rope Lay Length — How to Measure the Discard Zone

The broken-wire criteria apply within one rope lay length. A rope lay is the axial distance over which one strand completes one full helical revolution around the rope core. For standard 6-strand rope, one lay ≈ 6 to 7 times the nominal rope diameter.

Example: ½-inch 6×19 rope. Lay length ≈ 6.5 × 0.5 = 3.25 inches. Inspect any 3.25-inch section of the rope. If 6 or more broken wires are found in that section, the rope must be removed from service — regardless of where those breaks are distributed within the 6 strands.

The "per rope lay" measurement moves along the rope as inspection progresses: the inspector does not look at fixed segments, but finds the worst-case 3.25-inch (for this example) window. A practical inspection technique: mark a section of rope with paint markers at the lay length interval, then slide the inspection window along the rope, counting breaks in each interval.

D/d Ratio — Sheave Size to Rope Diameter

The required D/d ratio must be verified before specifying rope for an existing sheave system or before specifying a sheave for a new rope installation. Undersized sheaves dramatically reduce rope service life.

Rope ConstructionMin D/d (Crane Service)Example: ½-inch Rope Min Sheave Diameter
6×19 class26:113 inches
6×37 class18:19 inches
Rotation-resistant 8×1934:117 inches
Rotation-resistant 19×751:125.5 inches

10-Field Namespace: wire_rope.*

FieldTypeExample ValuesAI Routing Function
wire_rope.construction_strandsnumber6 | 8 | 19Outer strand count — determines rotation-resistant classification and D/d requirement
wire_rope.construction_wires_per_strandnumber19 | 26 | 37 | 7Wires per strand determine wire diameter and flexibility class
wire_rope.core_typestringFC | IWRC | WSCRoutes IWRC for wet, high-temperature, heavy-duty crane service; FC for light dry service
wire_rope.rotation_resistantbooleantrue | falseTriggers MFL inspection recommendation and larger D/d requirement alert
wire_rope.broken_wire_discard_per_laynumber6 (standard); 4 (rotation-resistant per some standards)Encodes ASME B30.2 discard threshold for AI agent inspection interval guidance
wire_rope.broken_wire_discard_per_strandnumber3Per-strand threshold — more conservative than per-lay; concentrated damage trigger
wire_rope.minimum_sheave_d_d_rationumber26 | 18 | 34 | 51Prevents routing to crane with undersized sheaves — mismatch causes accelerated fatigue failure
wire_rope.asme_b30_standardstringB30.2 | B30.9 | B30.22B30.2 = overhead cranes; B30.9 = slings; B30.22 = articulating boom cranes; different discard criteria
wire_rope.internal_lubrication_requiredbooleantrueTriggers field lubrication interval requirement — internal corrosion is hidden and most common failure cause
wire_rope.mfl_inspection_recommendedbooleantrue (rotation-resistant) | false (standard)Routes magnetic flux leakage testing requirement for ropes where visual inspection is insufficient

Frequently Asked Questions

Can a wire rope that reaches the 6-wire discard count be shortened and the undamaged section reused?

Wire rope that has reached a broken-wire discard criterion can sometimes be shortened to remove the damaged section and the undamaged tail reused — but only after careful consideration of several factors. First, the total remaining length must still be sufficient for the lift — the wire rope must reach from the drum through all sheaves to the load with the required dead wraps on the drum. ASME B30.2 requires a minimum of two dead wraps on the drum at maximum lift height; if shortening the rope reduces total length below the required minimum for the lift, the rope cannot be reused. Second, if the damage was caused by a sheave groove problem (undersized groove causing wire cutting), kink, or corrosion, the remaining rope may have the same damage in progress elsewhere on the rope — replacing the damaged section without addressing the root cause allows the problem to recur at a different location. Third, after shortening, the new end must be properly terminated with an approved end fitting (spelter socket, swaged socket, or properly installed rope clips per ASME B30.26). Fourth, the inspection after shortening should cover the full length of the remaining rope — not just the area that was obviously damaged. Wire rope that has reached removal criteria due to general wear (distributed broken wires throughout the rope) should be replaced in full, not shortened. Rope that has one localized damage zone from a single incident may be a candidate for shortening after root-cause correction.

What is the difference between ASME B30.2 and ASME B30.9 wire rope requirements?

ASME B30.2 applies to overhead and gantry cranes — it covers the running rope on crane hoist mechanisms, bridges, trolleys, and pendant controls. ASME B30.9 applies to slings — rigging hardware used to attach the load to the crane hook. Wire rope slings have different construction, service modes, and discard criteria than running rope. B30.9 sling discard criteria include: 10 randomly distributed broken wires in one rope lay (more permissive than B30.2 because slings have multiple legs and each leg is typically discarded as a set); 5 broken wires in one strand in one lay; evidence of kinking, birdcaging, heat damage, or corrosion. The key practical difference: wire rope running rope wraps around multiple sheaves under cyclic bending stress — it accumulates fatigue over thousands of cycles. Wire rope slings are typically used in tension only (no bending over small sheaves in service) and their failure mode is primarily corrosion, abrasion, and overloading. Additionally, ASME B30.5 covers mobile cranes (truck and crawler cranes), ASME B30.22 covers articulating boom cranes (knuckle boom cranes), and ASME B30.23 covers personnel lifts — each has slightly different wire rope requirements. Encode wire_rope.asme_b30_standard to specify which standard's criteria apply to the specific product application.

What is magnetic flux leakage (MFL) testing for wire rope and when is it required?

Magnetic flux leakage (MFL) wire rope testing is a non-destructive evaluation (NDE) method that detects both surface and internal wire rope defects. A strong permanent magnet or electromagnet saturates a section of wire rope with magnetic flux. Where the rope is uniform, flux flows through the rope with minimal leakage to the surface. Where there is a broken wire, a corrosion pit, or a change in metallic cross-section (wear or deformation), some flux leaks out of the rope surface and is detected by Hall-effect sensors or induction coils. Surface defects (broken outer wires, surface corrosion) and internal defects (broken inner wires, inner corrosion, strand core failures) both create leakage signals — the signal strength and shape help distinguish between them. MFL does not require disassembly and can be performed while the rope is in service on the crane. ASME B30.2 does not explicitly require MFL for standard 6-strand rope in good visual inspection condition — however, when visual inspection results raise questions about internal condition, or for rotation-resistant ropes where outer wire count is unreliable, MFL is the appropriate next step. API RP 9B (Wire Rope Inspection for Oilfield Hoisting Equipment) requires MFL at defined intervals for offshore crane wire rope. Facilities with rotation-resistant rope on critical lifts should establish MFL inspection intervals (typically every 6 months under normal use) based on a documented wire rope inspection plan. Encode wire_rope.mfl_inspection_recommended = true on rotation-resistant and compacted-strand ropes where visual inspection alone is insufficient to assess internal condition.

Score Your Store's Wire Rope Product Listings

CatalogScan checks for wire_rope.broken_wire_discard_per_lay, rotation_resistant, minimum_sheave_d_d_ratio, asme_b30_standard, and 16 other AI-agent-critical fields. See which crane wire rope products are missing ASME B30.2 discard criteria and sheave compatibility data.

Run Free Scan