Forklift/Tractor LED Safety Red-Line Pedestrian Awareness LED Light
/* ========================= ORACLE PDP STANDARD v1.0 (Scoped + Portable) ========================= */ .oracle-pdp-standard{ font-family:-apple-system,BlinkMacSystemFont,"Segoe UI" ,Roboto,Inter,Arial,sans-serif; color:#1a1a1a; line-height:1.7; } .oracle-pdp-standard *{ box-sizing:border-box; } .oracle-pdp-standard p, .oracle-pdp-standard li, .oracle-pdp-standard span, .oracle-pdp-standard div, .oracle-pdp-standard h1, .oracle-pdp-standard h2, .oracle-pdp-standard h3, .oracle-pdp-standard h4{ color:inherit; } .oracle-pdp-standard a{ color:#f7021f; text-decoration:none; } .oracle-pdp-standard a:hover{ color:#d00219; text-decoration:underline; } .oracle-pdp-standard .product-hero-gradient{ background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%); padding:40px; border-radius:12px; margin:0 0 22px; color:#ffffff; box-shadow:0 4px 20px rgba(0,0,0,0.15); } .oracle-pdp-standard .subheadline{ margin:0 0 14px; font-size:1.05em; color:#e6e6e6; line-height:1.45; } .oracle-pdp-standard .highlight-pills{ display:flex; flex-wrap:wrap; gap:10px; margin:14px 0 0; } .oracle-pdp-standard .highlight-pill{ background:rgba(247,2,31,0.15); border:1px solid #f7021f; padding:9px 16px; border-radius:999px; font-size:.95em; font-weight:800; color:#ffffff; transition:transform .2s ease,background .2s ease,box-shadow .2s ease; } .oracle-pdp-standard .highlight-pill:hover{ background:#f7021f; transform:translateY(-2px); box-shadow:0 4px 12px rgba(247,2,31,0.3); } .oracle-pdp-standard .partline{ margin:14px 0 0; font-size:.98em; color:#f2f2f2; } .oracle-pdp-standard .details-section{ margin:14px 0; border:1px solid #e0e0e0; border-radius:10px; overflow:hidden; background:#ffffff; transition:border-color .2s ease,box-shadow .2s ease; } .oracle-pdp-standard .details-section:hover{ border-color:#f7021f; box-shadow:0 2px 8px rgba(0,0,0,0.1); } .oracle-pdp-standard .details-header{ list-style:none; background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%); padding:16px 18px; cursor:pointer; display:flex; justify-content:space-between; align-items:center; user-select:none; font-weight:900; color:#1a1a1a; } .oracle-pdp-standard .details-header::-webkit-details-marker{ display:none; } .oracle-pdp-standard .details-header::marker{ content:""; } .oracle-pdp-standard .details-title{ font-size:1.06em; } .oracle-pdp-standard .arrow{ font-size:1.35em; line-height:1; transform:rotate(0deg); transition:transform .2s ease; } .oracle-pdp-standard .details-section[open] .arrow{ transform:rotate(180deg); } .oracle-pdp-standard .details-header:hover{ background:linear-gradient(135deg,#f7021f 0%,#d00219 100%); color:#fff; } .oracle-pdp-standard .details-header:hover .arrow,.oracle-pdp-standard .details-header:hover .details-title{ color:#fff; } .oracle-pdp-standard .details-content{ padding:18px; background:#fff; } .oracle-pdp-standard .pdp-list{ margin:0; padding-left:18px; line-height:1.9; } .oracle-pdp-standard .note{ margin:12px 0 0; padding:14px; border-radius:10px; background:#f9f9f9; border:1px solid #ececec; font-size:.95em; } .oracle-pdp-standard .note--warn{ background:#fff4e5; border-left:4px solid #f7021f; color:#7a3a00; } .oracle-pdp-standard .note--info{ background:#e8f4fd; border-left:4px solid #1a73e8; color:#0d3a5c; } .oracle-pdp-standard .specrows{ display:grid; grid-template-columns:1fr; gap:10px; } .oracle-pdp-standard .specrows > div{ border:1px solid #e9e9e9; border-radius:10px; padding:10px 12px; display:flex; justify-content:space-between; gap:14px; font-size:.95em; background:#fff; } .oracle-pdp-standard .specrows > div span:first-child{ font-weight:900; color:#333; } .oracle-pdp-standard .specrows > div span:last-child{ text-align:right; color:#555; } .oracle-pdp-standard .media-img{ display:block; width:100%; max-width:600px; height:auto; margin:14px 0 0; border-radius:8px; } @media (max-width:768px){ .oracle-pdp-standard .product-hero-gradient{ padding:24px; } } .oracle-pdp-standard .pdp-definition-list{display:grid;gap:10px;margin:14px 0;} .oracle-pdp-standard .pdp-definition-row{display:grid;grid-template-columns:minmax(140px,.7fr) minmax(0,1.3fr);gap:14px;padding:12px 14px;border:1px solid #e6e6e6;border-radius:8px;background:#fafafa;} .oracle-pdp-standard .pdp-definition-label{font-weight:800;} .oracle-pdp-standard .pdp-definition-value{min-width:0;} @media(max-width:640px){.oracle-pdp-standard .pdp-definition-row{grid-template-columns:1fr;gap:4px;}} .oracle-pdp-standard .trust-row{display:flex;flex-wrap:wrap;gap:10px;margin:0;} .oracle-pdp-standard .trust-link{display:inline-flex;align-items:center;padding:10px 14px;border:1px solid #e0e0e0;border-radius:999px;background:#fff;font-size:.95em;text-decoration:none;color:#1a1a1a;font-weight:900;transition:border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;} .oracle-pdp-standard .trust-link:hover{border-color:#f7021f;color:#f7021f;text-decoration:none;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.10);} .oracle-pdp-standard .install-time-block{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-top:16px;} .oracle-pdp-standard .install-time-block .icon-row{margin:0;} .oracle-pdp-standard .install-time-block .install-time-copy{flex:1;min-width:240px;margin:0;} @media(max-width:640px){.oracle-pdp-standard .install-time-block{align-items:flex-start;}.oracle-pdp-standard .install-time-block .install-time-copy{min-width:100%;}} Mounts to forklifts, tractors, and heavy equipment to project a bright red warning line on the ground - alerting pedestrians to nearby machinery even in high-noise environments where audio alarms are ignored. 3x 3W LED Source 10-80VDC Input IP67 Waterproof Die-Cast Aluminum Housing -40° to 140°F Operating Range Multi-Mount Compatible ORACLE Part #: 2912-003 - Currently Backordered Product Overview ▼ The ORACLE LED Safety Warning Light is a pedestrian awareness system designed for forklifts, tractors, and other heavy equipment operating in shared workspaces. Mounted directly to the machinery, it projects a vivid red line onto the ground surface - creating a clear, visible safety zone that pedestrians can see regardless of ambient noise levels. Traditional audio backup alarms are easily masked by industrial noise, and workers can become desensitized to repetitive audio warnings over time. The ORACLE red-line system provides a silent, always-visible alternative. Multiple units can be mounted on a single vehicle to project warning lines to the front, rear, and sides simultaneously. Built for demanding industrial and agricultural environments, the housing is die-cast aluminum with a hard coat anodized finish, rated IP67 waterproof, and operates across a wide voltage range of 10-80VDC - compatible with virtually any equipment electrical system. Key Features ▼ Visible red-line ground projection - alerts pedestrians regardless of ambient noise Overcomes audio alarm limitations - a visual warning cannot be tuned out the way repetitive audio alarms can Multi-mount capable - install multiple units for 360° front, rear, and side coverage Wide voltage range - 10-80VDC, compatible with virtually any industrial or agricultural equipment IP67 waterproof rated - built for outdoor and wash-down environments Die-cast aluminum housing with hard coat anodized finish Stainless steel mounting bracket included Wide operating temperature - -40° to 140°F Other projection colors available as special order Performance & Technical Specifications ▼ LED Source3x 3W LEDs Input Voltage10-80VDC Waterproof RatingIP67 Light PatternLinear Beam (Line) Projection ColorRed (Other Colors: Special Order) Housing MaterialDie-Cast Aluminum Housing FinishHard Coat Anodized Lens MaterialPMMA Mounting BracketStainless Steel Mount TypePost Mount ConnectorDTM04-2P Cable18AWG Cable Length500mm Operating Temperature-40° to 140°F Vehicle Fitment ▼ Universal Equipment Application: Designed for forklifts, tractors, and other heavy equipment using a compatible 10V-80V DC electrical system. Verify mounting location, connector requirements, supply voltage, and projected safety-zone placement before installation. What's Included ▼ (1) ORACLE LED Safety Red-Line Warning Light (1) Stainless Steel Mounting Bracket Installation Guide & Resources ▼ Mounts via the included stainless steel post mount bracket. Connects via DTM04-2P connector with 18AWG / 500mm cable. Multiple units can be installed on a single vehicle for full perimeter coverage. Download Specification Sheet Estimated Installation Time: 15 minutesExperience Level: BeginnerDesigned for a straightforward installation using basic hand tools. Part Numbers & Options ▼ 2912-003Red Projection - Standard Other projection colors are available as a special order. Contact us for details. Policies ▼ 1-Year WarrantyShippingReturns & Exchanges Note: This product is currently backordered. Orders will ship when stock is available.
More you might like
Related
Yellow LED Strobe Lights for Forklift Golf Car Trucks Tracto
Related
CDZHLTG Universal Forklift Seat Waterproof Forklift Suspensi
Related
CDZHLTG Universal Forklift Seat Waterproof Forklift Suspensi
Related