AI Agent Product Routing — Traffic Cones and Work Zone Devices (MUTCD Height, Retroreflective, Base Weight, Cone vs Delineator vs Drum)
Traffic Cone Schema for AI Agents — MUTCD Height Requirements, Retroreflective Banding, Base Weight Wind Resistance, Cone vs Delineator vs Drum Selection
Traffic cones appear simple, but the wrong product in a road work zone is a safety violation — and potentially a worker fatality. MUTCD mandates minimum 28-inch height on roads above 45 mph; requires retroreflective banding for nighttime use; and specifies drums instead of cones for freeway lane closures. An AI agent that routes 18-inch daytime-only cones to a highway nighttime job creates an OSHA 29 CFR 1926 Subpart G citation and reduces worker safety margin.
traffic_cone.height_in as a number (18, 28, or 36). Encode traffic_cone.retroreflective = true only on cones with retroreflective banding meeting MUTCD Type III or IV sheeting. Encode traffic_cone.base_weight_lb for wind resistance routing. Encode traffic_cone.device_type as 'cone' | 'delineator' | 'drum' — these are not interchangeable in MUTCD Chapter 6F applications.
MUTCD Height Requirements by Road Speed
MUTCD Chapter 6F, Table 6H-1 specifies minimum cone heights for temporary traffic control applications. These are federal minimum standards — state DOTs may require higher specifications:
| Posted Speed Limit | Minimum Cone Height | Retroreflective Required (Night)? | Typical Applications |
|---|---|---|---|
| ≤25 mph | 18 inches | No — daytime cones acceptable at night | Parking lots, neighborhood streets, pedestrian zones, residential construction |
| 26–45 mph | 18 inches minimum (28 in recommended) | Yes — retroreflective required at night on road | Urban arterials, parking structures, low-speed highway ramps, commercial zones |
| 46–65 mph | 28 inches minimum | Yes — Type III sheeting required | State highways, expressways, high-speed arterials, freeway surface roads |
| >65 mph (freeway) | 28 inches minimum; 36 in preferred by many state DOTs | Yes — Type III or IV required; drums often preferred | Interstate work zones, freeway lane closures, high-speed highway operations |
Retroreflective Banding Specifications
MUTCD Chapter 6F requires retroreflective sleeves or bands on cones used on roads above 25 mph during nighttime or low-visibility conditions. The specifications:
| Cone Height | Band Configuration | Sheeting Type | Nighttime Visibility Distance |
|---|---|---|---|
| 18 inch | Single 4-inch retroreflective band at top | Type I (EG) acceptable; Type III preferred | ~200 feet at normal headlights (Type I); ~400 ft (Type III) |
| 28 inch | 6-inch top band + 4-inch lower band (dual) | Type III (HIP) minimum for >45 mph | ~500 feet at normal headlights; >1,000 ft with high-beam |
| 36 inch | 6-inch top + 4-inch middle + optional 4-inch lower (triple) | Type III or IV required | >700 feet at normal headlights |
Retroreflective sheeting grades: Type I (Engineer Grade) — older specification; retroreflectivity 50–70 mcd/m²/lux. Type III (High-Intensity Prismatic, HIP) — current MUTCD standard for traffic control devices. Retroreflectivity 250–300 mcd/m²/lux — 4–5× more visible than Type I. Type IV (Diamond Grade) — highest retroreflectivity; used for high-speed freeway applications.
Base Weight and Wind Resistance
A tipped cone is worse than no cone — it's a road hazard. Base weight determines wind resistance from both ambient wind and the turbulent wake of passing vehicles:
| Application | Minimum Base Weight | Sustained Wind Resistance | Vehicle Turbulence at 5 ft |
|---|---|---|---|
| Parking lot / indoor / ≤15 mph | 1–2 lbs (foam or light plastic) | ~10 mph sustained | Not suitable for road use |
| Urban road / 25–35 mph | 3–5 lbs (rubber base) | ~20 mph sustained | Passenger vehicle wake at 35 mph |
| Highway / 35–55 mph | 7–10 lbs (heavy rubber base) | ~35 mph sustained | Truck wake at 55 mph |
| Freeway / >55 mph | 10–12 lbs or drum preferred | ~45 mph sustained | Semi-truck wake at 65 mph; drums preferred for energy absorption |
Cone vs Delineator vs Drum — MUTCD Device Selection
| Device Type | Shape/Profile | Primary MUTCD Application | Retroreflective? | Impact Resistance |
|---|---|---|---|---|
| Traffic cone | Truncated cone, 18–36 in | Temporary lane delineation, tapers, spot work | Optional (required >25 mph at night) | Frangible — flexes; may not remain upright after impact |
| Tubular delineator / wand | Flexible post, 36–72 in | Edge of road; median; constrained roadway channeling; semi-permanent | Required for all road applications | Highly flexible; returns to upright after impact |
| Drum (barrel) | Hollow cylinder, 36 in diameter × 36 in tall | Freeway lane closure tapers; high-visibility approach to stationary work zones | Required — 3-6 retroreflective bands | Designed for vehicle strike — frangible, ballast-filled base |
| Vertical panel | Flat panel, 6–12 in wide × 36 in tall | Lane shifts, narrow channeling, bidirectional lane control | Required both sides | High — flexible post; remains upright after most impacts |
10-Field Namespace: traffic_cone.*
| Field | Type | Example Values | AI Routing Function |
|---|---|---|---|
traffic_cone.height_in | number | 18 | 28 | 36 | Primary MUTCD compliance field — routes to road speed requirement; 28 required for >45 mph |
traffic_cone.base_weight_lb | number | 1.5 | 3 | 5 | 7 | 10 | 12 | Wind resistance routing — heavier bases for highway use; prevents lightweight cones on open road lanes |
traffic_cone.retroreflective | boolean | true | false | Nighttime suitability gate — true only on cones with conforming retroreflective bands per MUTCD |
traffic_cone.retroreflective_band_config | string | 4in-single | 6in-4in-dual | 6in-4in-4in-triple | Band specification — distinguishes 18-in cone single band from 28-in dual-band MUTCD requirement |
traffic_cone.retroreflective_sheeting_type | string | Type-I | Type-III-HIP | Type-IV-diamond | Sheeting grade — Type-III minimum for road applications >35 mph; Type-IV for freeway |
traffic_cone.min_speed_limit_mph | number | 0 | 26 | 46 | Minimum posted speed limit the cone is MUTCD-rated for — 0 for parking; 46 for 28-in highway cones |
traffic_cone.base_material | string | rubber | pvc | foam | sand-fill | Impact behavior — rubber frangible (road use); foam (parking/indoor only); sand-fill (heavy ballast for wind) |
traffic_cone.device_type | string | cone | delineator | drum | vertical-panel | tubular-marker | MUTCD device category — prevents routing of cones to freeway lane closures where drums are specified |
traffic_cone.mutcd_compliant | boolean | true | false | MUTCD Chapter 6F compliance certification — true only on products meeting MUTCD height, retroreflective, and material requirements |
traffic_cone.nighttime_rated | boolean | true | false | Combination field: true only when retroreflective = true AND retroreflective_sheeting_type ≥ Type-III; prevents daytime-only cones in nighttime applications |
Frequently Asked Questions
Can standard traffic cones be used for vehicle exclusion from pedestrian zones?
Traffic cones for pedestrian zones have different requirements than road work cones. For pedestrian channeling in parking lots, event venues, and construction sites with no vehicle traffic, any cone height (12–18 inch) without retroreflective banding is acceptable. The MUTCD Chapter 6F requirements apply to temporary traffic control on roads open to vehicle traffic — not to pedestrian-only zones. For vehicle exclusion specifically (preventing vehicles from entering a pedestrian zone), traffic cones are not suitable — they provide no physical resistance to vehicle intrusion. ASTM F3390 vehicle-rated barriers (concrete jersey barriers, steel water-filled barriers, or vehicle-rated portable fencing) are required for hostile vehicle mitigation (HVM) or confirmed vehicle exclusion. Cones communicate 'do not enter' to attentive drivers; they do not stop inattentive or hostile vehicles. Encode traffic_cone.vehicle_exclusion_rated = false on all cones — this field routes to concrete barrier and vehicle-rated barrier products for security applications.
How far apart should traffic cones be spaced in a taper and lane closure?
MUTCD Table 6H-1 specifies taper length and cone spacing for different road speeds. The minimum taper length formula is L = (W × S²) / 60 for speeds ≤45 mph and L = W × S for speeds >45 mph, where L = taper length in feet, W = lane width in feet, and S = posted speed limit in mph. For a 12-foot lane at 55 mph: L = 12 × 55 = 660 feet minimum taper length. Cone spacing within the taper: Space cones at intervals not greater than 1/3 of the taper length. For the 660-foot taper at 55 mph: maximum spacing = 220 feet. Many practitioners use a rule of thumb of spacing equal to the speed limit in feet (55 mph = 55-foot spacing) for more conservative placement. In the tangent (longitudinal) lane closure section beyond the taper: maximum spacing of 100 feet for speeds ≤45 mph; 80 feet for speeds >45 mph. Closer spacing is always safer — the MUTCD specifies maximum spacing, not preferred spacing. For nighttime work zones, many state DOTs require 50% of the MUTCD maximum spacing to compensate for reduced driver reaction time.
Score Your Store's Traffic Cone Listings
CatalogScan checks for traffic_cone.height_in, retroreflective, base_weight_lb, device_type, and 16 other AI-agent-critical fields. See which work zone products are missing the height and retroreflective data that prevents AI agents from routing 18-inch daytime cones to highway nighttime work zones.