Challenger EV1220-UC-BMC Upper Components for Bench Mounted Controls
:root { --brand: #0066cc; } .product-content-wrapper { font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif; max-width: 1000px; margin: 0 auto; padding: 0 15px 3rem 15px; color: #333; line-height: 1.6; position: relative; z-index: 1; background: #fff; } .product-content-wrapper section { margin: 40px 0; } .product-content-wrapper section::after, .product-content-wrapper .hero::after, .product-content-wrapper .highlight::after { content: ""; display: table; clear: both; } .product-content-wrapper h2 { font-size: 1.5rem; margin: 2rem 0 1rem; font-weight: 600; border-bottom: 1px solid #eee; padding-bottom: 0.5rem; } .product-content-wrapper h3 { font-size: 1.2rem; margin: 1.5rem 0 0.75rem; font-weight: 600; } .product-content-wrapper p { margin-bottom: 1rem; } .product-content-wrapper ul, .product-content-wrapper ol { margin-bottom: 1.5rem; padding-left: 1.5rem; } .product-content-wrapper li { margin-bottom: 0.5rem; } .quick-nav { font-size: 0.95rem; color: #666; margin-top: 1.5rem; } .quick-nav a { color: var(--brand); text-decoration: none; } .quick-nav a:hover { text-decoration: underline; } .hero-container { display: block; background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%); padding: 2.5rem; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); } .product-content-wrapper table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; display: table; table-layout: fixed; } .product-content-wrapper th, .product-content-wrapper td { padding: 0.75rem; text-align: left; border: 1px solid #ddd; word-wrap: break-word; } .product-content-wrapper th { font-weight: 600; } .product-content-wrapper th[scope="row"] { background-color: #f5f5f5; } .product-content-wrapper table thead th, .product-content-wrapper table caption { background-color: var(--brand); color: #fff; } .product-content-wrapper table caption { caption-side: top; display: table-caption; padding: 0.75rem; font-weight: 600; } .product-content-wrapper tr:nth-child(even) { background-color: #f9f9f9; } .product-content-wrapper .highlight { background-color: #f8f9fa; border-left: 4px solid var(--brand); padding: 1rem 1.5rem; margin: 1.5rem 0; color: #333; } .product-content-wrapper .highlight h3 { font-size: 1.25rem; font-weight: 700; color: var(--brand); margin: 0 0 1rem 0; line-height: 1.3; padding-bottom: 0.5rem; border-bottom: 2px solid #e0e8f0; } .product-content-wrapper .highlight p { margin-bottom: 0.75rem; } .product-content-wrapper .highlight p:last-child { margin-bottom: 0; } .product-content-wrapper .cta { margin: 40px 0; padding: 1.75rem; border: 1px solid #eee; border-radius: 12px; background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%); } .product-content-wrapper .cta h2 { border-bottom: none; margin: 0 0 0.75rem 0; } .product-content-wrapper .cta p { margin: 0 0 1rem 0; } .product-content-wrapper .cta .btn { display: inline-block; cursor: pointer; background: var(--brand); color: #fff; border-radius: 6px; padding: 0.75rem 1.25rem; font-weight: 600; text-decoration: none; } .product-content-wrapper .cta .btn:hover { opacity: 0.9; } .product-content-wrapper details { margin-bottom: 1rem; border: 1px solid #e0e0e0; border-radius: 8px; padding: 0; overflow: hidden; } .product-content-wrapper summary { padding: 1rem; cursor: pointer; font-weight: 600; background: #f8f9fa; border-radius: 8px 8px 0 0; position: relative; padding-right: 2.5rem; list-style: none; } .product-content-wrapper summary::-webkit-details-marker { display: none; } .product-content-wrapper summary::after { content: '\25B6'; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); transition: transform 0.3s ease; font-size: 0.75rem; } .product-content-wrapper details[open] summary::after { transform: translateY(-50%) rotate(90deg); } .product-content-wrapper details[open] summary { border-bottom: 1px solid #e0e0e0; } .product-content-wrapper details > div { padding: 1rem; } .product-content-wrapper .value-prop { display: flex; align-items: center; gap: 0.5rem; margin: 0.75rem 0; font-weight: 600; color: var(--brand); } .product-content-wrapper .value-prop::before { content: "\2713"; display: inline-block; min-width: 20px; width: 20px; min-height: 20px; height: 20px; background: var(--brand); color: white; border-radius: 50%; text-align: center; line-height: 20px; font-size: 12px; flex-shrink: 0; } .collection-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin: 1.5rem 0; } .collection-link-card { background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); border: 1px solid #e0e0e0; border-radius: 8px; padding: 1.5rem; text-align: center; } .collection-link-card h3 { font-size: 1.1rem; margin: 0 0 0.5rem 0; color: var(--brand); } .collection-link-card p { font-size: 0.9rem; color: #666; margin-bottom: 1rem; } .collection-btn { display: inline-block; background: var(--brand) !important; color: #fff !important; padding: 0.5rem 1rem; border-radius: 4px; text-decoration: none !important; font-weight: 600; font-size: 0.9rem; transition: opacity 0.2s ease; } .collection-btn:hover { opacity: 0.9; color: #fff !important; } .product-content-wrapper .docs-grid { display: grid; gap: 12px; } .product-content-wrapper .doc-card { display: flex; gap: 12px; align-items: center; padding: 12px; border: 1px solid #eee; border-radius: 8px; background: linear-gradient(180deg, #fff 0%, #fafbff 100%); } .product-content-wrapper .doc-card img { width: 40px; height: 40px; flex: 0 0 40px; } .product-content-wrapper .doc-card .doc-meta { line-height: 1.35; } .product-content-wrapper .doc-card .doc-title { font-weight: 600; margin: 0 0 2px 0; font-size: 0.95rem; } .product-content-wrapper .doc-card .doc-note { margin: 0; font-size: 0.85rem; color: #555; } .product-content-wrapper .doc-card a { text-decoration: underline; } @media (min-width: 768px) { .product-content-wrapper table { display: table !important; width: 100% !important; table-layout: fixed !important; } .product-content-wrapper #features .highlight { max-width: 88%; clear: both; } .product-content-wrapper #features .highlight:nth-of-type(odd) { margin-left: 0; margin-right: auto; } .product-content-wrapper #features .highlight:nth-of-type(even) { margin-left: auto; margin-right: 0; border-left: none; border-right: 4px solid var(--brand); } .product-content-wrapper #features .highlight:nth-of-type(even) h3 { text-align: right; } .product-content-wrapper .docs-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 767px) { .product-content-wrapper table { display: block !important; overflow-x: auto !important; } .product-content-wrapper .docs-grid { grid-template-columns: 1fr; } } @media (max-width: 500px) { .product-content-wrapper { padding: 0 10px 2rem 10px; } .product-content-wrapper h2 { font-size: 1.1rem; } .product-content-wrapper h3 { font-size: 1rem; } .product-content-wrapper .highlight h3 { font-size: 1.15rem; } .hero-container { padding: 1.5rem; } } Challenger EV1220-UC-BMC Upper Components for EV1220 Inground Lift with Bench Mount Controls The Challenger EV1220-UC-BMC delivers all above-ground components needed to complete an EV1220 inground lift installation on an existing pre-kit foundation. This upper components package combines the hydraulic completion kit and superstructure into a single order, including 8.5" chrome pistons, a 2HP electric hydraulic power unit, Bench Mount Controls (BMC) with raise, lower, and lock release functions, 3-stage front and rear arms, screw-type extensions, and frame engaging adapters. Designed for 208-230V, 60Hz, single-phase power, the UC package is the most efficient way to build a complete 12,000 lb EV1220 lift when you already have the pre-kit installed. Only the CSPK-series pre-kit foundation is required to complete the system. Complete above-ground assembly for EV1220 pre-kit Includes completion kit and superstructure in one order 2HP electric hydraulic motor with 60-second rise time Bench Mount Controls with raise, lower, and lock release 3-stage front and rear arms with extensions and adapters Jump to: Features · Compatibility · Specs · Installation · What's Included · Shipping · Warranty · Documents · FAQ Challenger EV1220-UC-BMC Upper Components Features Complete Above-Ground Assembly in One Order The Upper Components (UC) package combines the completion kit and superstructure into a single SKU, eliminating the need to order hydraulic components and lifting arms separately. This streamlined procurement approach ensures all above-ground components are factory-matched, ship together, and are ready for coordinated installation on your existing EV1220 pre-kit foundation. 2HP Electric Hydraulic Power Unit The package includes a reliable 2HP electric hydraulic power unit that delivers a 60-second rise time with smooth, controlled operation. The standard power configuration provides dependable performance for professional service environments with moderate to steady daily throughput, delivering consistent lift cycles throughout extended service operations. Bench Mount Controls with Full Function The included Bench Mount Controls (BMC) provide a permanent control station with raise, lower, and lock release functions accessible from a fixed workbench or designated location. This upgraded control configuration improves technician efficiency compared to the standard wall-mounted controls by centralizing all lift operations at the work area. 3-Stage Front and Rear Arms The superstructure includes true 3-stage front and rear triple-telescoping versymmetric arms that provide both symmetric and asymmetric lifting capability. Arm reach extends from a minimum of 19.625" to a maximum of 48", offering access to manufacturer-recommended lift points on a wide range of vehicles from compact cars to full-size trucks. 8.5" Chrome Pistons for 12,000 lb Capacity The kit includes 8.5" diameter chrome pistons that deliver the hydraulic force for the EV1220's full 12,000 lb lifting capacity with 3,000 lb per arm. Chrome non-breathing ram-style cylinder construction resists corrosion from salt and moisture, extending service life in demanding shop environments. Complete Extension and Adapter Kit The superstructure includes 4 standard adjustable screw-type extensions, 4 medium extensions, 2 high extensions, and 4 frame engaging truck adapters for a total of 14 contact components. This range of extensions accommodates vehicles with running boards, side steps, and varied lift point heights while the frame adapters provide secure contact for frame-constructed vehicles. Challenger EV1220-UC-BMC Compatibility EV1220 Pre-Kit Foundation Required This upper components package is engineered exclusively for the Challenger EV1220 12,000 lb inground lift platform. It requires an installed CSPK-series pre-kit foundation (sealed polymer cassette tub and structural frame) to complete the lift system. The UC package is not compatible with other Challenger lift models (EV1020, EV1520, EW Series) or competing manufacturers' inground lift systems. Two-Component System A complete EV1220 inground lift installation requires only two purchases when using the UC package: Pre-Kit (Foundation): The CSPK-series cassette pit assembly that provides the below-grade sealed polymer tub and structural frame (sold separately) Upper Components (This Product): The EV1220-UC-BMC delivers all above-ground components including chrome pistons, 2HP power unit, bench mount controls, 3-stage arms, extensions, frame adapters, and installation hardware Challenger EV1220-UC-BMC Specifications Upper Components Specifications Specification Value Compatible Lift System Challenger EV1220 (12,000 lb) Piston Diameter 8.5" (216 mm) Motor Rating 2 HP (Standard) Rise Time 60 seconds Controls Bench Mount Controls (BMC) with raise, lower, and lock release Arm Configuration 3-Stage Front and Rear Arm Reach (Min/Max) 19.625" to 48" Electrical Service 208-230V, 60Hz, single phase Air Supply Requirement 90-120 PSI EV1220 System Specifications (Fully Assembled) Specification Value Lifting Capacity 12,000 lb (5,443 kg) Capacity Per Arm 3,000 lb (1,361 kg) Stroke 68" (1,727 mm) Rise Height (With Superstructure) Up to 81.25" (2,064 mm) Overall Width 115" (2,921 mm) Drive-Thru Clearance 87" (2,210 mm) Lock Engagement Every 3" Challenger EV1220-UC-BMC Installation Requirements Pre-Kit Foundation Required The EV1220 CSPK-series pre-kit foundation must be installed in a properly constructed concrete pit before upper components can be assembled. Concrete must meet minimum PSI requirements with proper reinforcement per Challenger specifications. The sealed polymer cassette tub and structural frame must be fully set and cured before proceeding with upper component installation. Electrical Requirements Power: 208-230V, 60Hz, single phase with a dedicated 2HP motor circuit. A licensed electrician must install and verify the electrical supply meets all local codes and manufacturer specifications before the power unit is energized. Pneumatic Requirements Air Supply: 90-120 PSI compressed air required for lock release operation. Ensure your shop air system can maintain adequate pressure and volume for consistent lift operation. Professional Installation Required Professional installation by qualified lift technicians familiar with inground lift systems is required. Installation involves hydraulic connections, electrical wiring, arm assembly, control system integration, and safety lock verification. All work must follow the official Challenger EV1220 installation manual with specified torque values. Verify local building codes and permit requirements as inground lift work may require inspections. What's Included with the Challenger EV1220-UC-BMC Completion Kit Components 8.5" diameter chrome-plated pistons Chrome non-breathing ram-style cylinders 2HP electric hydraulic power unit assembly Bench Mount Controls (BMC) with raise, lower, and lock release functions Enhanced raised wipers (top and bottom) Mechanical safety locks (engaging every 3") Complete hardware box (nuts, bolts, fittings, fasteners) Superstructure Components 3-stage front arms (triple-telescoping versymmetric) 3-stage rear arms (triple-telescoping versymmetric) 4 standard adjustable screw-type extensions 4 medium extensions 2 high extensions 4 frame engaging truck adapters Polyurethane screw pads Also Included: Installation and operation manual. Required (Sold Separately): EV1220 CSPK-series pre-kit foundation (sealed polymer cassette pit assembly). The pre-kit is the only additional component required to complete a fully operational 12,000 lb inground lift system. Optional Accessories: Quick Cycle motor upgrade (QC), StayDry automatic condensate removal kit (SD100), additional stack adapter extension kits (10315), and 6" stack adapter extensions (10313) available separately. Not Included: Pre-kit foundation, concrete pit construction, electrical wiring and installation, compressed air supply system, and professional installation labor. Challenger EV1220-UC-BMC Shipping and Delivery Freight Shipping Coverage: Free freight shipping to commercial addresses in the 48 contiguous United States. Lead Time: Contact sales for current lead times. International: Contact sales for international shipping quotes and availability. Delivery Requirements Unloading: Forklift or loading dock may be required depending on shipment size and weight. Delivery Type: Curbside delivery to commercial addresses is standard. Inspection: Inspect all packages for damage before signing the bill of lading. Document and photograph any visible damage on the delivery receipt immediately. Returns Returns accepted within 30 days of delivery. Product must be unopened in original packaging with proof of purchase. A 20% restocking fee applies to all returns. Buyer is responsible for return freight costs. Challenger EV1220-UC-BMC Warranty Challenger Lifts Warranty Coverage Challenger Lifts stands behind their American-engineered inground lift products with comprehensive warranty protection. 5 Years: Structural components including cassette tub, plungers, arms, and main frame assembly 2 Years: Functional parts including power units, cylinders, hoses, cables, and controls 1 Year: Electrical components and accessories Extended Warranty: An optional extended warranty is available for purchase within 30 days of the lift invoice, extending functional parts coverage by an additional 3 years (5 years total). Requirements: Warranty coverage requires proper installation according to manufacturer specifications, use within rated capacity, and adherence to recommended maintenance procedures. Warranty registration must be completed within 30 days of installation at challengerlifts.com. See warranty document for complete terms and exclusions. Documents Click to open in a new tab. Challenger EV1220 Sales Sheet (PDF) Product overview with features and specifications Challenger EV1220 Installation and Operation Manual (PDF) Complete installation, operation, and maintenance instructions Challenger Lifts Warranty Information (PDF) Complete warranty terms and conditions Questions About the Challenger EV1220-UC-BMC? Our equipment specialists can help confirm pre-kit compatibility, coordinate your order, and plan your EV1220 installation. Call +1 (855) 498-2147 Related Products Challenger Inground Lifts Browse the complete line of Challenger EV and EW Series inground lifts in various capacities. Browse Collection Inground Lift Pre-Kits CSPK-series pre-kit foundations for EV Series inground lift installations. Browse Collection Inground Lift Accessories Stack adapters, frame engaging adapters, StayDry kits, and other accessories. Browse Collection Challenger EV1220-UC-BMC Upper Components FAQ What are "Upper Components" and how do they differ from a completion kit? Upper Components (UC) include everything that goes above the pre-kit foundation: the completion kit (pistons, power unit, controls, hardware) and the superstructure (arms, extensions, frame adapters) combined in a single order. A completion kit alone (CK) includes only the hydraulic and power components without the superstructure. Ordering the UC package simplifies procurement by combining both component groups into one SKU. What do I still need to purchase separately? The only additional component required is the EV1220 CSPK-series pre-kit foundation, which provides the below-grade sealed polymer cassette tub and structural frame. Once the pre-kit is installed in a properly constructed concrete pit, this UC package supplies everything else needed for a complete, operational 12,000 lb inground lift. Concrete work, electrical, and air supply are also required but are site infrastructure, not Challenger components. What lift system is this package compatible with? The EV1220-UC-BMC is engineered exclusively for the Challenger EV1220 12,000 lb inground cassette-style lift system. It is not compatible with other Challenger models such as the EV1020, EV1520, or EW Series, and it will not fit competing manufacturers' inground lift platforms. Confirm your installed pre-kit model number before ordering to ensure compatibility. What are Bench Mount Controls? Bench Mount Controls (BMC) provide a permanent control station that mounts at a workbench or designated location, offering raise, lower, and lock release functions from a fixed ergonomic position. Standard wall-mounted controls mount near the lift column and feature a single push-button lift function with a down release valve handle. BMC centralizes all lift operations at the technician's work area for improved efficiency. What is the difference between this model and the EV1220-UC-BMC-QC? This EV1220-UC-BMC includes a standard 2HP motor with a 60-second rise time, while the EV1220-UC-BMC-QC includes a 3HP Quick Cycle motor that delivers faster rise and lower times. Both packages include identical Bench Mount Controls and superstructure components. The standard model is well suited for facilities with moderate daily throughput, while the QC model targets high-volume environments where faster lift cycles directly impact revenue. What is included in the superstructure portion? The superstructure includes 3-stage front and rear triple-telescoping versymmetric arms with reach from 19.625" to 48", polyurethane screw pads, 4 standard adjustable screw-type extensions, 4 medium extensions, 2 high extensions, and 4 frame engaging truck adapters. This provides a total of 14 contact components for accommodating a wide range of vehicle lift points and frame configurations. What electrical power does this package require? The standard power unit requires 208-230V, 60Hz, single-phase electrical service with a dedicated 2HP motor circuit. A licensed electrician must install and verify the electrical supply meets all local codes and Challenger specifications before the power unit is connected and energized. Is compressed air required? Yes, the EV1220 system requires compressed air at 90-120 PSI for the mechanical lock release mechanism. Ensure your shop air system can provide adequate pressure and volume for consistent lock release operation during normal service use. What is the lifting capacity of the completed system? When combined with the EV1220 pre-kit foundation, this upper components package delivers a complete lift system rated at 12,000 lb total capacity with 3,000 lb per arm. The 8.5" chrome pistons provide greater stability under load compared to smaller-bore competitive designs, handling passenger cars, crossovers, SUVs, and light trucks. Is professional installation required? Yes, professional installation by qualified lift technicians familiar with inground lift systems is required. Installation involves hydraulic connections, electrical wiring, arm assembly, control integration, and safety lock verification. All work must follow Challenger's specified torque values and procedures for safe operation. Improper installation can void warranty coverage. What warranty coverage is included? Challenger provides a 5-year warranty on structural components (including arms), 2-year warranty on functional parts (power units, cylinders, hoses, controls), and 1-year warranty on electrical components. An optional extended warranty adding 3 years of functional parts coverage is available within 30 days of purchase. Warranty registration must be completed within 30 days of installation. I already have the pre-kit installed. Is this everything I need? Yes. If you have a properly installed EV1220 CSPK-series pre-kit foundation, this UC package provides every component needed to complete your lift: chrome pistons, 2HP power unit, bench mount controls, 3-stage arms, all extensions, frame adapters, and installation hardware. You will still need professional installation, electrical service, and compressed air supply as site infrastructure. ! California Proposition 65 Warning WARNING: This product can expose you to chemicals including styrene and vinyl chloride, which are known to the State of California to cause cancer, birth defects, or other reproductive harm. For more information, visit www.p65warnings.ca.gov.
More you might like
Related
Challenger EV1220-UC-BMC-QC Upper Components for EV1220 BMC
Related
Challenger EV1220-UC-BMC-QC Upper Components for EV1220 BMC
Related
Challenger EV1220-UC-BMC Upper Components for Bench Mounted
Related