FlightScope X3C
/* ===== BASE ===== */ .esg-x3c-pdp { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: #0A1A3A; line-height: 1.6; font-size: 16px; } .esg-x3c-pdp * { box -sizing: border-box; } .esg-x3c-pdp h2, .esg-x3c-pdp h3, .esg-x3c-pdp h4 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; letter-spacing: -0.01em; color: #0A1A3A; text-transform: uppercase; margin: 0 0 16px; line-height: 1.05; } .esg-x3c-pdp p { margin: 0 0 14px; color: #2a3756; } .esg-x3c-pdp strong { font-weight: 700; color: #0A1A3A; } .esg-x3c-pdp a { color: #0A1A3A; text-decoration: underline; } .esg-x3c-pdp a:hover { text-decoration: none; } .esg-x3c-pdp ul { margin: 0 0 14px; padding-left: 20px; color: #2a3756; } .esg-x3c-pdp li { margin: 6px 0; } /* ===== EYEBROW ===== */ .esg-x3c-pdp .esg-eyebrow { display: inline-block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: #0A1A3A; margin-bottom: 14px; } .esg-x3c-pdp .esg-section--dark .esg-eyebrow { color: #C9D6F2; } /* ===== SECTION ===== */ .esg-x3c-pdp .esg-section { padding: 64px 32px; background: #F8F8F8; } .esg-x3c-pdp .esg-section__inner { max-width: 1200px; margin: 0 auto; } .esg-x3c-pdp .esg-section--white { background: #ffffff; } .esg-x3c-pdp .esg-section--dark { background: #0A1A3A; color: #ffffff; } .esg-x3c-pdp .esg-section--dark h2, .esg-x3c-pdp .esg-section--dark h3, .esg-x3c-pdp .esg-section--dark h4 { color: #ffffff; } .esg-x3c-pdp .esg-section--dark p { color: #E6ECF7; } .esg-x3c-pdp .esg-section--dark strong { color: #ffffff; } .esg-x3c-pdp .esg-section--dark a { color: #ffffff; } /* ===== TRUST STRIP ===== */ .esg-x3c-pdp .esg-trust { background: #0A1A3A; padding: 24px 32px; color: #ffffff; border-top: 1px solid rgba(255,255,255,0.08); } .esg-x3c-pdp .esg-trust__grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; } .esg-x3c-pdp .esg-trust__item { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.12em; text-transform: uppercase; color: #ffffff; } /* ===== H2/H3 SIZES ===== */ .esg-x3c-pdp h2 { font-size: clamp(28px, 3.5vw, 40px); } .esg-x3c-pdp h3 { font-size: clamp(22px, 2.4vw, 28px); } .esg-x3c-pdp h4 { font-size: 18px; letter-spacing: 0.04em; } /* ===== CALLOUT ===== */ .esg-x3c-pdp .esg-callout { background: #ffffff; border-left: 4px solid #0A1A3A; padding: 28px 32px; margin: 0 0 24px; } .esg-x3c-pdp .esg-callout__head { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 24px; margin-bottom: 18px; } .esg-x3c-pdp .esg-callout__main { flex: 1 1 480px; } .esg-x3c-pdp .esg-callout__side { flex: 0 1 280px; background: #F8F8F8; border-left: 3px solid #0A1A3A; padding: 16px 18px; } .esg-x3c-pdp .esg-callout__side h4 { color: #0A1A3A; margin-bottom: 6px; } .esg-x3c-pdp .esg-callout__side p { font-size: 14px; margin: 0; } /* ===== GRIDS ===== */ .esg-x3c-pdp .esg-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; } .esg-x3c-pdp .esg-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .esg-x3c-pdp .esg-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } /* ===== CARDS ===== */ .esg-x3c-pdp .esg-card { background: #ffffff; border: 1px solid #E6E9F0; padding: 22px; } .esg-x3c-pdp .esg-card h4 { color: #0A1A3A; font-size: 18px; margin-bottom: 8px; letter-spacing: 0.02em; } .esg-x3c-pdp .esg-card p { font-size: 14.5px; margin: 0; color: #2a3756; } .esg-x3c-pdp .esg-card--accent { border-top: 3px solid #0A1A3A; } /* ===== NOTICES ===== */ .esg-x3c-pdp .esg-notice { padding: 20px 22px; background: #ffffff; border-left: 4px solid #0A1A3A; } .esg-x3c-pdp .esg-notice h4 { margin-bottom: 6px; color: #0A1A3A; } .esg-x3c-pdp .esg-notice p { margin: 0; font-size: 14.5px; color: #2a3756; } /* ===== VIDEO (unused, kept for consistency) ===== */ .esg-x3c-pdp .esg-video { position: relative; width: 100%; padding-top: 56.25%; background: #000; overflow: hidden; margin: 20px 0 16px; } .esg-x3c-pdp .esg-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; } .esg-x3c-pdp .esg-check { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: #2a3756; } .esg-x3c-pdp .esg-check__bullet { width: 22px; height: 22px; min-width: 22px; background: #0A1A3A; color: #ffffff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; font-family: 'Barlow Condensed', sans-serif; } /* ===== BUTTONS ===== */ .esg-x3c-pdp .esg-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; background: #0A1A3A; color: #ffffff; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 15px; letter-spacing: 0.12em; text-transform: uppercase; border: 2px solid #0A1A3A; text-decoration: none; cursor: pointer; transition: all 0.2s ease; } .esg-x3c-pdp .esg-btn:hover { background: transparent; color: #0A1A3A; } .esg-x3c-pdp .esg-btn--ghost { background: transparent; color: #0A1A3A; border-color: #0A1A3A; } .esg-x3c-pdp .esg-btn--ghost:hover { background: #0A1A3A; color: #ffffff; } .esg-x3c-pdp .esg-section--dark .esg-btn { background: #ffffff; color: #0A1A3A; border-color: #ffffff; } .esg-x3c-pdp .esg-section--dark .esg-btn:hover { background: transparent; color: #ffffff; } /* ===== SPECS TABLE ===== */ .esg-x3c-pdp .esg-specs { background: #ffffff; border: 1px solid #E6E9F0; } .esg-x3c-pdp .esg-specs__row { display: flex; justify-content: space-between; gap: 16px; padding: 16px 22px; border-bottom: 1px solid #E6E9F0; } .esg-x3c-pdp .esg-specs__row:last-child { border-bottom: none; } .esg-x3c-pdp .esg-specs__label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; color: #6B7390; } .esg-x3c-pdp .esg-specs__value { font-weight: 700; color: #0A1A3A; text-align: right; font-size: 15px; } /* ===== DARK CARDS ===== */ .esg-x3c-pdp .esg-section--dark .esg-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); } .esg-x3c-pdp .esg-section--dark .esg-card h4 { color: #ffffff; } .esg-x3c-pdp .esg-section--dark .esg-card p { color: #C9D6F2; } .esg-x3c-pdp .esg-section--dark .esg-card strong { color: #ffffff; } /* ===== BUNDLES ===== */ .esg-x3c-pdp .esg-bundle { background: #ffffff; border: 1px solid #E6E9F0; border-top: 3px solid #0A1A3A; padding: 24px; } .esg-x3c-pdp .esg-bundle h4 { font-size: 20px; margin-bottom: 10px; } .esg-x3c-pdp .esg-bundle a { color: #0A1A3A; text-decoration: none; } .esg-x3c-pdp .esg-bundle a:hover { text-decoration: underline; } /* ===== WHAT'S IN THE BOX ===== */ .esg-x3c-pdp .esg-box-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; } .esg-x3c-pdp .esg-box-list li { background: #ffffff; border: 1px solid #E6E9F0; border-left: 3px solid #0A1A3A; padding: 16px 18px; } .esg-x3c-pdp .esg-box-list__item { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 18px; letter-spacing: 0.02em; color: #0A1A3A; text-transform: uppercase; } /* ===== LEDE ===== */ .esg-x3c-pdp .esg-lede { font-size: 18px; color: #2a3756; max-width: 900px; } /* ===== RESOURCE LINKS BAND ===== */ .esg-x3c-pdp .esg-resources { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; } .esg-x3c-pdp .esg-resource { background: #ffffff; border: 1px solid #E6E9F0; padding: 22px 24px; text-decoration: none; color: #0A1A3A; transition: border-color 0.2s ease, transform 0.2s ease; display: block; } .esg-x3c-pdp .esg-resource:hover { border-color: #0A1A3A; transform: translateY(-2px); } .esg-x3c-pdp .esg-resource h4 { margin: 0 0 6px; font-size: 20px; } .esg-x3c-pdp .esg-resource p { margin: 0; color: #2a3756; font-size: 14.5px; } .esg-x3c-pdp .esg-resource__cta { display: inline-block; margin-top: 12px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: #0A1A3A; } /* ===== METRIC PILLS ===== */ .esg-x3c-pdp .esg-metrics { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 0; padding: 0; list-style: none; } .esg-x3c-pdp .esg-metrics li { margin: 0; padding: 7px 12px; background: #F8F8F8; border: 1px solid #E6E9F0; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: #0A1A3A; } .esg-x3c-pdp .esg-metrics--calc li { background: #ffffff; border-style: dashed; color: #2a3756; } .esg-x3c-pdp .esg-metric-card { background: #ffffff; border: 1px solid #E6E9F0; border-top: 3px solid #0A1A3A; padding: 24px; } .esg-x3c-pdp .esg-metric-card h4 { display: flex; align-items: baseline; gap: 10px; margin: 0 0 4px; } .esg-x3c-pdp .esg-metric-card__count { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 800; color: #0A1A3A; letter-spacing: -0.02em; } .esg-x3c-pdp .esg-metric-card__note { font-size: 13px; color: #6B7390; margin: 6px 0 0; font-style: italic; } /* ===== FAQ ===== */ .esg-x3c-pdp .esg-faq { background: #ffffff; border: 1px solid #E6E9F0; margin-top: 10px; } .esg-x3c-pdp .esg-faq__item { border-bottom: 1px solid #E6E9F0; padding: 20px 24px; } .esg-x3c-pdp .esg-faq__item:last-child { border-bottom: none; } .esg-x3c-pdp .esg-faq__q { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 19px; color: #0A1A3A; margin: 0 0 8px; text-transform: uppercase; letter-spacing: 0.02em; } .esg-x3c-pdp .esg-faq__a { margin: 0; color: #2a3756; font-size: 15px; } /* ===== RESPONSIVE ===== */ @media (max-width: 900px) { .esg-x3c-pdp .esg-grid-4 { grid-template-columns: repeat(2, 1fr); } .esg-x3c-pdp .esg-grid-3 { grid-template-columns: 1fr; } .esg-x3c-pdp .esg-grid-2 { grid-template-columns: 1fr; } .esg-x3c-pdp .esg-box-list { grid-template-columns: 1fr; } .esg-x3c-pdp .esg-resources { grid-template-columns: 1fr; } .esg-x3c-pdp .esg-trust__grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } .esg-x3c-pdp .esg-section { padding: 56px 24px; } .esg-x3c-pdp .esg-callout__head { flex-direction: column; } } @media (max-width: 560px) { .esg-x3c-pdp .esg-grid-4 { grid-template-columns: 1fr; } .esg-x3c-pdp .esg-trust__grid { grid-template-columns: 1fr; } } Why Golfers Choose The FlightScope X3C Tour-Level Radar Data In The World's First Carbon Fiber Launch Monitor. The FlightScope X3C is FlightScope's flagship radar launch monitor — a full tracking radar built from aerospace carbon fiber that follows the golf ball from impact all the way to landing outdoors, not just off the tee. Patented Fusion Tracking combines 3D Doppler radar with synchronized high-speed image processing to deliver 50 data parameters across full swing, chipping, and putting, with no annual subscription required to use the core hardware. This is the launch monitor for club fitters, teaching professionals, and serious golfers who need tour-level accuracy indoors and outdoors — not a step-up from a home-bay monitor, but the same radar lineage FlightScope builds its most affordable units on, scaled up to commercial-grade precision. Free Continental US Shipping No Required Subscription 12-Month Warranty ESG-Backed Support World's First Carbon Fiber Radar Aerospace Materials Built For Daily Use In Teaching Bays And Fitting Studios. Every X3C shell is individually hand-made from aerospace-grade carbon fiber by trained, specialized artisans — no two shells are exactly alike. The result is a launch monitor housing that is structurally strong, lightweight, and durable enough for daily use in commercial teaching bays, club-fitting studios, and premium home setups. Auto-leveling feet and an internal alignment camera make setup fast on any surface, indoors or outdoors, while the carbon fiber body stands up to the demands of a busy fitting bay far better than a standard plastic or aluminum housing. What This Means The X3C is not a home-bay upgrade — it is FlightScope's tour-level tool for fitters, coaches, and outdoor-accuracy seekers who need full ball-flight-to-landing radar data and 50 data parameters with zero subscription fees. Full Tracking Radar Tracks the golf ball from impact to landing outdoors — not an estimate past a set distance. Fusion Tracking 3D Doppler radar synchronized with high-speed image processing for consistent, repeatable accuracy. Face Impact Location Lateral and vertical impact location included by default — no separate add-on purchase required. Auto-Leveling Feet Self-levels to the slope of the ground or floor on startup for a faster, more consistent setup. Setup Requirement — Sensor-To-Tee Distance The X3C is a portable, floor-placed radar — no ceiling mount or fixed installation required. Indoor Mode needs roughly 11 feet sensor-to-tee distance (13+ feet of ball flight recommended); Short Indoor Mode works in as little as 8 feet. See the Elite Sim Golf Install Hub for full space-planning guidance. No Required Subscription For Core Use The X3C ships with a 12-course E6 Connect bundle (iOS and PC) included at no recurring cost. Core radar tracking, data parameters, and Face Impact Location do not require an annual monitor subscription. Key Features At A Glance Built For Fitters, Coaches, And Tour-Level Accuracy Seekers. Carbon Fiber Construction Individually hand-made aerospace carbon fiber shell — lightweight, durable, and built for daily commercial use. 50 Data Parameters Comprehensive ball, club, and short-game data across full swing, chipping, and putting. Full Outdoor Ball Flight Tracks the ball from impact all the way to landing outdoors — true radar tracking, not extrapolation. Auto-Leveling + Internal Camera Self-leveling feet and a built-in alignment camera speed up setup on any surface. Environmental Optimizer Adjust wind, humidity, altitude, and relative landing height to match real course conditions. Action Video With Data Overlay Automatically records, clips, and saves action video clips with performance-data overlay on every shot. 7+ Hour Battery Life Single lithium polymer battery rated for extended sessions in a fitting bay or on the range. GSPro, E6 & TGC 2019 Compatible Works with leading third-party simulator platforms on a capable Windows PC. Quick Specs By The Numbers. Placement Type Portable — Behind The Ball Dimensions 12" x 1 7/8" x 10" Weight 6 lbs 10 oz Indoor Space Needed 11 ft Sensor-To-Tee (Indoor Mode) Battery Life Up to 7+ Hours Warranty 12 Months Software Compatibility Open Platform. Compatible Simulator Platforms GSPro — realistic ball flight, course play, and online simulator golf E6 Connect — 12-course bundle included for iOS and PC at no recurring cost TGC 2019 — supported third-party simulator software Included FlightScope Tools FS Golf App for radar data, video capture, and 3D trajectories (iOS & Android) FlightScope Tracer for 3D trajectory overlay on video (iOS) Trajectory Optimizer for personalized club-by-club optimization (iOS) FS Multicam for synchronized multi-angle swing video Every Metric The X3C Measures 50 Data Parameters Across Full Swing, Chipping, And Putting. The X3C captures comprehensive ball and club performance data using Fusion Tracking — 15 full-swing ball data points, 14 full-swing club and swing data points, plus dedicated chipping and putting metric sets, so fitters and coaches get the full picture on every shot. 15 Full Swing — Ball Data Measured directly by the tracking radar. Carry Distance Roll Distance Total Distance Ball Speed Smash Factor Vertical Launch Angle Horizontal Launch Angle Spin Rate Spin Axis Apex Height Flight Time Lateral Landing Shot Dispersion Vertical Descent Angle Curve 14 Full Swing — Club Data Captured at and through impact. Club Speed Angle Of Attack Spin Loft Shot Type Club Path Face To Path Face To Target Vertical Swing Plane Horizontal Swing Plane Low Point Dynamic Loft Club Speed Profile Club Acceleration Profile Face Impact Location 11 Putting — Ball & Club Data Dedicated short-game and green-reading metrics. Launch Speed Total Distance Ball Direction Roll Speed Roll Distance Skid Distance Roll Deceleration Skid Deceleration Bounce Count Bounce Distance Ball Speed Profile Plus: Full Chipping Data Set & Action Video Chipping mode captures its own set of 14 ball and 12 club and swing data points, mirroring the full-swing metric depth for short-game work. Every mode also records automatic action video clips with performance-data overlay for visual, on-screen feedback. Who The X3C Is Built For If This Sounds Like Your Setup, You Are In The Right Place. Club Fitters Tour-level radar accuracy for equipment validation, gapping, and data-driven fitting sessions. Teaching Professionals 50 data parameters plus Face Impact Location and action video make instruction more precise and visual. Outdoor & Range Use True full-flight radar tracking outdoors for golfers who need real ball-flight-to-landing data, not estimates. Serious Home Simulator Builds For golfers who want the most accurate launch monitor available and are building a premium simulator room around it. What's In The Box Everything You Need To Start Tracking. Every FlightScope X3C order from Elite Sim Golf ships with the full accessory package — no separate purchases needed to get up and running. X3C Launch Monitor Power Adapter USB Cable Ethernet Cable 100 Aluminum Stickers Carrying Case 12-Course iOS E6 Connect License User Manual Tape Measure Need setup help? Elite Sim Golf's Install Hub covers placement, calibration, and compatibility notes for the X3C and every other launch monitor ESG sells. Build A Complete Simulator Pair The X3C With A Custom SimKit. The X3C is sold as a standalone launch monitor, but it fits directly into any Elite Sim Golf simulator build. Use the SimKit Bundle Builder to add an enclosure, projector, and hitting mat sized to your space and budget. Build Your Own SimKit With The X3C Configure a custom simulator package around the FlightScope X3C. Pick your enclosure size, projector tier, and hitting mat — built around your space and budget, with live compatibility checks and automatic bundle pricing. Open The SimKit Bundle Builder → Compare FlightScope Launch Monitors Not sure the X3C is the right fit? Compare it against the Mevo Gen2 and Mevo+ to see which FlightScope radar matches your budget and space. Browse Launch Monitors → X3C Resources Setup, Support, And Partner Resources. Everything you need before and after purchase — placement guidance, software setup help, and reseller / installer opportunities. Elite Sim Golf Install Hub Placement guides, calibration steps, and compatibility notes for the X3C and every launch monitor ESG sells. Open Install Hub → SimKit Bundle Builder Build a complete simulator around the X3C — choose your enclosure, projector, and hitting mat. Open The Builder → Golf Simulator Installation Services Direct installation in Nashville and Knoxville, TN, with trusted third-party installer options in other markets. View Installation Services → Frequently Asked Questions FlightScope X3C Buyer FAQ. How much space does the FlightScope X3C need indoors? Indoor Mode needs roughly 11 feet of sensor-to-tee distance with at least 13 feet of ball flight recommended for the most accurate readings. Short Indoor Mode works with as little as 8 feet sensor-to-tee and 8 feet of ball flight. Full space-planning guidance is available on the Elite Sim Golf Install Hub. Does the X3C require a subscription to use? No. The X3C ships with a 12-course E6 Connect bundle included for iOS and PC at no recurring cost, and core radar tracking, data parameters, and Face Impact Location do not require an annual monitor subscription. Third-party simulator software such as GSPro may require its own separate license. Is the X3C compatible with GSPro and E6 Connect? Yes. The X3C is compatible with GSPro, E6 Connect, and TGC 2019 on a capable Windows PC. A 12-course E6 Connect bundle is included with purchase. Do I need special golf balls or stickers with the X3C? For indoor use with limited ball flight, a metal sticker on the ball (or a Titleist RCT ball) is required for accurate spin measurement, since the short flight distance limits the radar's direct read. Outdoors with full, unrestricted ball flight, no stickers are required. 100 aluminum stickers are included in the box. Does the X3C track the ball outdoors the same way it does indoors? Outdoors, the X3C is a true full tracking radar that follows the ball from impact all the way to landing. Indoors, the shorter available ball flight means the unit captures key data at impact and uses built-in modeling to calculate carry and trajectory. What is Face Impact Location and is it included? Face Impact Location tracks the precise lateral and vertical point of ball-to-clubface contact. It is included with the X3C by default — unlike FlightScope's Mevo+, which requires it as a separate paid add-on. How long does the X3C battery last? The X3C is rated for 7+ hours of continuous use on a single lithium polymer battery charge, enough for a full day of fittings or coaching sessions. How much does the FlightScope X3C weigh and what are its dimensions? The X3C weighs 6 lbs 10 oz and measures 12" x 1 7/8" x 10", making it portable enough to move between a range, teaching bay, or simulator room. How many data parameters does the X3C measure? The X3C captures 50 data parameters across full swing, chipping, and putting — including carry distance, spin rate, club path, face angle, angle of attack, and dedicated putting metrics like roll speed and skid distance. What kind of post-purchase support does Elite Sim Golf provide? Elite Sim Golf provides direct support for the X3C including placement guidance, software setup help, and troubleshooting. Details are on the Install Hub. What is included in the box with the FlightScope X3C? Every X3C order ships with the X3C launch monitor, power adapter, USB cable, Ethernet cable, 100 aluminum stickers, a carrying case, a 12-course iOS E6 Connect license, a user manual, and a tape measure. What is the X3C's warranty? The FlightScope X3C carries a 12-month limited warranty from the manufacturer, covering the sensor unit and included accessories such as the power supply, USB cables, and protective case. Can I build a full golf simulator around the X3C? Yes. Use the SimKit Bundle Builder to pair the X3C with an enclosure, projector, and hitting mat sized to your room and budget. The Elite Sim Golf X3C Advantage A Smoother X3C Experience — From Delivery To Setup. Where you buy matters as much as what you buy. Elite Sim Golf is built around fast fulfillment, real product knowledge, and post-purchase support that helps you get the most from your X3C. Free Continental US Shipping Free ground shipping within the Continental United States on X3C orders, with an estimated 2–3 business day lead time. Inventory-First Fulfillment Real inventory and active order movement — not extended drop-ship timelines. Real Product Knowledge Elite Sim Golf sells and supports the full FlightScope lineup, from the Mevo Gen2 to the flagship X3C. Real Post-Purchase Support From placement questions to troubleshooting, our team is known for responsive support after the sale. Bottom Line: When you order from Elite Sim Golf, you are choosing fast fulfillment, real FlightScope product knowledge, and a support team that actually knows the X3C. { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "How much space does the FlightScope X3C need indoors?", "acceptedAnswer": { "@type": "Answer", "text": "Indoor Mode needs roughly 11 feet of sensor-to-tee distance with at least 13 feet of ball flight recommended for the most accurate readings. Short Indoor Mode works with as little as 8 feet sensor-to-tee and 8 feet of ball flight." } }, { "@type": "Question", "name": "Does the X3C require a subscription to use?", "acceptedAnswer": { "@type": "Answer", "text": "No. The X3C ships with a 12-course E6 Connect bundle included for iOS and PC at no recurring cost, and core radar tracking, data parameters, and Face Impact Location do not require an annual monitor subscription. Third-party simulator software such as GSPro may require its own separate license." } }, { "@type": "Question", "name": "Is the X3C compatible with GSPro and E6 Connect?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. The X3C is compatible with GSPro, E6 Connect, and TGC 2019 on a capable Windows PC. A 12-course E6 Connect bundle is included with purchase." } }, { "@type": "Question", "name": "Do I need special golf balls or stickers with the X3C?", "acceptedAnswer": { "@type": "Answer", "text": "For indoor use with limited ball flight, a metal sticker on the ball (or a Titleist RCT ball) is required for accurate spin measurement, since the short flight distance limits the radar's direct read. Outdoors with full, unrestricted ball flight, no stickers are required. 100 aluminum stickers are included in the box." } }, { "@type": "Question", "name": "Does the X3C track the ball outdoors the same way it does indoors?", "acceptedAnswer": { "@type": "Answer", "text": "Outdoors, the X3C is a true full tracking radar that follows the ball from impact all the way to landing. Indoors, the shorter available ball flight means the unit captures key data at impact and uses built-in modeling to calculate carry and trajectory." } }, { "@type": "Question", "name": "What is Face Impact Location and is it included?", "acceptedAnswer": { "@type": "Answer", "text": "Face Impact Location tracks the precise lateral and vertical point of ball-to-clubface contact. It is included with the X3C by default, unlike FlightScope's Mevo+, which requires it as a separate paid add-on." } }, { "@type": "Question", "name": "How long does the X3C battery last?", "acceptedAnswer": { "@type": "Answer", "text": "The X3C is rated for 7+ hours of continuous use on a single lithium polymer battery charge, enough for a full day of fittings or coaching sessions." } }, { "@type": "Question", "name": "How much does the FlightScope X3C weigh and what are its dimensions?", "acceptedAnswer": { "@type": "Answer", "text": "The X3C weighs 6 lbs 10 oz and measures 12 by 1 7/8 by 10 inches, making it portable enough to move between a range, teaching bay, or simulator room." } }, { "@type": "Question", "name": "How many data parameters does the X3C measure?", "acceptedAnswer": { "@type": "Answer", "text": "The X3C captures 50 data parameters across full swing, chipping, and putting, including carry distance, spin rate, club path, face angle, angle of attack, and dedicated putting metrics like roll speed and skid distance." } }, { "@type": "Question", "name": "What kind of post-purchase support does Elite Sim Golf provide for the X3C?", "acceptedAnswer": { "@type": "Answer", "text": "Elite Sim Golf provides direct support for the X3C including placement guidance, software setup help, and troubleshooting through its Install Hub." } }, { "@type": "Question", "name": "What is included in the box with the FlightScope X3C?", "acceptedAnswer": { "@type": "Answer", "text": "Every X3C order ships with the X3C launch monitor, power adapter, USB cable, Ethernet cable, 100 aluminum stickers, a carrying case, a 12-course iOS E6 Connect license, a user manual, and a tape measure." } }, { "@type": "Question", "name": "What is the X3C's warranty?", "acceptedAnswer": { "@type": "Answer", "text": "The FlightScope X3C carries a 12-month limited warranty from the manufacturer, covering the sensor unit and included accessories such as the power supply, USB cables, and protective case." } }, { "@type": "Question", "name": "Can I build a full golf simulator around the X3C?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Buyers can use the SimKit Bundle Builder to pair the X3C with an enclosure, projector, and hitting mat sized to their room and budget." } } ] }
More you might like
Related
FlightScope Golf FlightScope X3C
Related
FlightScope X3C
Related
FlightScope X3C
Related