Solar DAS Network Design: Fiber vs Copper vs Radio
Key Takeaways
- Cat5e/Cat6 copper Ethernet is limited to 100m per segment (IEEE 802.3-2022). On a 50 MW site, inverter rows routinely exceed this, forcing extra switches or shielded cabling at 2-3x higher cost
- Single-mode fiber has attenuation below 0.4 dB/km, making distance a non-issue for any utility-scale site, carrying no electrical signal so inverter EMI cannot affect it
- Unlicensed 900 MHz ISM band radio (902–928 MHz FHSS) spans up to 20 miles but caps at 115.2 Kbps, too slow for continuous SCADA polling from more than a handful of RTUs without edge aggregation
- IEC 61724-1:2021 Class A monitoring requires 1-minute sample intervals; a solar data acquisition system (DAS) with even 3–5% packet loss silently produces compounding data gaps that corrupt long-term performance ratio calculations
- Most 50–250 MW utility-scale sites use a hybrid topology: fiber backbone to major collection points, copper last-hop within 80m, and radio only for physically isolated equipment or temporary monitoring during construction
Why Network Medium Decides Whether Your Solar Data Acquisition System (DAS) Data Is Defensible
Sixty percent of solar site data gap investigations trace back to the physical layer, not sensors, not software, not the historian. The network medium determines whether every measurement reaches the solar data acquisition system (DAS) intact. Choose the wrong medium for the site conditions, and no amount of calibration or software configuration fixes the silent packet loss that follows.
When the Cable Run Length Decision Goes Wrong
A 50 MW site in the Southwest commissioned in 2023 had all sensors calibrated, all tag scaling verified, and all time sync confirmed. The commissioning team signed off. Operations took over.
Six weeks later, the asset manager flagged 18–22% missing data from the solar data acquisition system (DAS) historian during afternoon peak hours. Not every day, but on the hottest days when inverters ran hardest. The investigation took three weeks to isolate.
The cause was a 140-meter Cat6 cable run from the combiner box aggregator to the substation switch, routed alongside the string inverter AC output cable tray. Specifically, inverter switching transients were inducing CRC errors on the Ethernet run. The link showed green. Notably, no alarms fired. As a result, the solar data acquisition system (DAS) discarded corrupted packets silently.
That rework involved replacing 140 meters of Cat6 with shielded fiber, adding new conduit routing away from the cable tray, re-testing the full run, and updating as-builts. In total, it added 11 days to the project schedule and significant labor cost. Notably, the physical layer decision (made months earlier during design) had never been reviewed against the inverter layout.
In short, the solar data acquisition system (DAS) network carries every measurement from sensor to historian. The choice of physical medium (copper, fiber, or radio) determines latency, data completeness, failure modes, and maintenance burden for the asset’s 30-year life.
This post defines when each medium works, when it fails, and how to build a hybrid topology that meets IEC 61724-1:2021 Class A requirements from day one. It is written for project managers, commissioning leads, SCADA engineers, and O&M teams.
For a complete picture of how sensor data flows before it enters the network, see our guide to solar DAS sensor mapping and data flow.
Copper Ethernet in Solar Data Acquisition System (DAS) Design
Copper Ethernet’s fundamental constraint is the 100-meter segment length defined by IEEE 802.3-2022. In practice, on a utility-scale solar data acquisition system (DAS) site, string inverter rows are commonly 150–300 meters from the nearest aggregation switch. Consequently, every run over 100 meters requires an additional managed switch. That means another power supply, another enclosure, another configuration, and another failure point. For example, a 200 MW site with inverter rows on a half-kilometer grid could require dozens of extra switches under an all-copper design.
EMI Risk on Copper Runs Near Inverters
PV string and central inverters generate switching noise during DC-to-AC conversion. Specifically, the primary noise range is 2 kHz to 150 kHz. Still, modern inverter designs reduce conducted EMI at the output terminals. However, radiated EMI and cable coupling remain risks when Ethernet runs share cable trays with AC output cables.
For context, Cat6 UTP (unshielded) provides minimal protection against common-mode EMI. By contrast, Cat7 S/FTP adds foil-shielded pairs and an overall braid shield. As a result, it cuts EMI pickup by 20-30 dB. That said, Cat7 costs 3–4× more than Cat6 and requires proper grounding of the shield at both ends, adding installation complexity.
The failure mode is insidious: CRC errors cause packet drops, but the Ethernet link remains up. No fault alarm fires. As a result, the solar data acquisition system (DAS) historian shows missing data, which often looks like sensor failure, data logger failure, or software bugs. In practice, root-causing it to the cable run requires systematic CRC error tracking in the managed switch, a step most field validation protocols do not include by default.
When Copper Ethernet Is Appropriate
Copper is the right choice in three specific situations. First, use it for device-to-device connections within a NEMA 4 enclosure where runs are fixed and short (under 5 meters). Second, it works well for substation-local connections between rack-mounted equipment in a controlled room. Third, it is appropriate for last-hop connections to field devices within 60–80 meters of the aggregation switch, short enough to stay well under the 100-meter limit after accounting for cable routing overhead.
For any solar data acquisition system (DAS) network run that crosses inverter row cable trays or exceeds 80 meters in planned routed length, fiber is the engineering-defensible choice.
Fiber Optic: The Backbone of Any Solar Data Acquisition System (DAS)
Single-mode OS2 fiber has a specified attenuation below 0.4 dB/km per fiber optics in utility-scale solar installations (Fluke). In practice, on a 100 MW site with field instruments at 2–4 km from the main SCADA server, fiber delivers full-signal-strength data with sub-millisecond propagation delay. Indeed, distance is not a design variable for fiber. A 5 km run, a 15 km run, and a 40 km run all behave the same from a data quality standpoint.
More important: fiber carries light, not electrical current. As a result, inverter switching transients cannot couple onto optical fiber. In addition, ground potential differences can damage copper cable runs that connect equipment at different earthing points across large outdoor sites. Fiber is immune to both. In most utility-scale projects, those two properties alone justify the higher installation cost over copper for all backbone runs.
Ring Topology vs. Star Topology
Most utility-scale solar data acquisition system (DAS) deployments use a fiber ring rather than a star. Specifically, a ring provides path redundancy. If one segment is cut by excavation equipment, a cable pull gone wrong, or rodent damage, traffic reroutes the other direction around the ring. As a result, SCADA and telemetry data continue with minimal interruption. Managed switches with RSTP configured typically reroute in under one second.
A star topology has no redundancy. Specifically, a single fiber cut between the aggregation switch and a field device kills all data from every device on that branch. For example, on a DAS where a substation fiber trunk serves 20 combiner boxes and 4 inverter skids, a star topology means one backhoe can silently take out a quarter of the site’s telemetry. For this reason, ring topology is the standard for utility-scale sites and is the architecture REIG Solar specifies on all projects above 5 MW.
In practice, two fiber types matter for solar DAS design (see FOA fiber optic reference guide for detailed specifications):
- Single-mode (OS1/OS2): Runs up to 40–80 km depending on link budget, used for backbone connections and long field runs. Required for any run exceeding 500 meters.
- Multi-mode (OM3/OM4): Runs up to 300–550 meters, supports higher bandwidth for short building interconnections. Use within enclosures or substation buildings, not for outdoor field runs.
Radio in Solar Data Acquisition System (DAS) Networks
900 MHz ISM radio tops out at 115.2 Kbps. That is enough for a handful of RTUs polled at 15-minute intervals, and nothing more. Still, radio has a narrow but legitimate role in DAS network design: bridging over physical obstacles where running fiber is genuinely not feasible: river crossings, lease-line crossings, and temporary monitoring during construction. Radio also provides backup uplinks for remote RTUs where cellular coverage is too unreliable. However, it is not a substitute for fiber. The bandwidth ceiling and interference susceptibility introduce failure modes that a wired backbone avoids entirely.
When Radio Is a Valid Choice
Three radio types appear in solar DAS deployments:
| Radio Type | Spectrum | Max Range | Max Bandwidth | License Required | Primary Use |
|---|---|---|---|---|---|
| Point-to-point licensed microwave | 6–11 GHz (site-specific) | 50 km (LOS) | 100 Mbps+ | Yes (FCC Part 101) | Substation-to-substation, inter-ring link |
| 900 MHz ISM FHSS | 902–928 MHz | 32 km | 115.2 Kbps | No (ISM band) | Isolated RTU, backup uplink |
| 5 GHz Wi-Fi bridge | 5.15–5.85 GHz | 500 m outdoor | Several hundred Mbps | No | Temporary monitoring, construction phase |
The 900 MHz ISM band runs at 115.2 Kbps. A site with 50 RTU polling points at 2-second intervals generates roughly 3.75 Kbps of steady-state traffic. That sounds manageable. However, add alarms, event logs, SCADA command traffic, and FHSS retransmission overhead, and the link saturates. As a result, a solar data acquisition system (DAS) using unlicensed 900 MHz as its primary backbone is one congestion event away from data gaps.
NIST SP 800-82 Rev. 3 also recommends licensed spectrum for all OT control network communications and classifies ISM-band radio as elevated risk on isolated OT networks where interference cannot be controlled or predicted.
Measurement, Meaning, Control: What Each Medium Delivers to Your Solar Data Acquisition System (DAS)
Fiber meets all three MMC criteria unconditionally across any site scale. By contrast, copper meets Measurement and Meaning only when runs stay under 80 meters and away from inverter cable trays. ISM-band radio meets none of the three reliably under continuous SCADA load. The sections below show exactly where each medium falls short.
Measurement: Raw Data Delivery
Can the medium deliver raw sensor readings with acceptable latency and completeness? IEC 61724-1:2021 Class A monitoring requires continuous data capture with 1-minute averaging intervals. Fiber delivers this reliably across any site scale. Similarly, shielded copper within 80 meters delivers it in low-interference environments. However, ISM-band radio delivers it conditionally. Under 2–5% packet loss during interference events, the 1-minute sample cadence produces compounding gaps. Consequently, those gaps invalidate performance ratio calculations for affected periods. See our guide to DAS commissioning targets for completeness, accuracy, and latency for the numerical thresholds used in REIG witness testing.
Meaning: Data Integrity Across the Link
Does the medium preserve data integrity: correct values, correct timestamps, correct sequence? Fiber CRC error rates in field conditions are below 0.001%. By contrast, copper within 80 meters of inverter rows, using Cat6 UTP, can produce CRC error rates of 3–18% under peak EMI loading.
Those errors produce packet drops, not data corruption. Specifically, a dropped 1-minute record means a gap, not a bad value. As a result, operations analysts sometimes misread those gaps as sensor failures. Similarly, radio under congestion produces gaps, with the addition of potential out-of-order delivery.
For any solar data acquisition system (DAS) feeding a financial-grade historian, data integrity is not academic. In fact, investors and O&M contracts specify minimum data completeness percentages for performance ratio validation. For a discussion of how data tagging preserves meaning at the application layer, see solar DAS tagging standards for units, scaling, and QC.
Control: SCADA Command Reliability
Can SCADA send command messages reliably over this medium? Fiber and shielded copper support deterministic, low-jitter delivery of DNP3 control commands. By contrast, unlicensed radio requires acknowledgment and retry logic, adding latency on each retransmission event. For safety-critical functions (inverter trip, reactive power setpoint commands, and curtailment), a solar data acquisition system (DAS) control path that relies solely on unlicensed radio is not commissioning-ready. Therefore, licensed spectrum or fiber should always be on the control path for commands that affect grid interconnection.
Failure Modes in Solar Data Acquisition System (DAS) Networks
Sixty percent of the data gap investigations REIG Solar conducts on sites not designed in-house trace back to two copper failure modes: EMI-induced CRC errors and corroded outdoor connectors. Importantly, both are preventable at the design stage. By contrast, a fiber cut announces itself: the link goes down, an alarm fires, and the technician dispatches with an OTDR. A copper EMI problem, however, announces nothing. It simply takes data while every status indicator stays green.
| Medium | Common Failure | Detection Method | Recovery Time | Prevention |
|---|---|---|---|---|
| Fiber (cable cut) | Excavation, rodent damage, mechanical pull | OTDR trace; link-state alarm fires immediately | 4–8 hours (field splice + test) | Ring topology; OTDR baseline at commissioning; route documentation |
| Fiber (connector) | Dirty or damaged connector: elevated attenuation | OTDR; elevated BER counter | 15–30 minutes (clean or replace) | Clean at installation; cap unused ports |
| Copper (EMI) | CRC errors from inverter switching transients | CRC counter in managed switch; missing-data% in historian | 2–8 hours (recable or re-route) | Cat7 S/FTP; 80m max; route away from AC cable trays |
| Copper (connector) | Corroded or improperly terminated RJ45 in outdoor enclosure | Intermittent link drops; ping loss | 30–60 minutes (re-terminate) | Industrial-rated outdoor connectors; annual inspection |
| Radio (path) | Fresnel zone obstruction, antenna misalignment | SNR drop; sustained packet loss | 1–4 hours (re-aim, clear obstruction) | 60% Fresnel zone clearance at install; annual link-budget review |
| Radio (spectrum) | Co-channel interference from nearby ISM devices | Packet loss without hardware fault; spectrum analyzer scan | Variable; may require licensed band upgrade | Licensed band; pre-installation RF site survey |
Prevention Is Cheaper Than Any Field Investigation
The two copper failure modes (EMI and connector degradation) account for approximately 60% of the data gap investigations REIG Solar conducts on sites not originally designed with REIG. Still, both are preventable at design, not at the troubleshooting stage.
Choosing Your Solar Data Acquisition System (DAS) Network Topology
The right topology for a solar data acquisition system (DAS) network depends primarily on site scale, inverter layout, and available fiber installation routes. The decision framework below reflects REIG Solar’s current design standard, derived from deployment data across 52 utility-scale projects. In practice, most sites above 5 MW default to a fiber ring backbone with copper last-hops.
| Site Scale | Preferred Backbone | Last-Hop | Radio Role |
|---|---|---|---|
| <5 MW | Managed copper ring or fiber | Copper (<80m from switch) | Optional backup only |
| 5–50 MW | Fiber ring | Fiber tail or copper within 80m | River crossings; isolated RTUs |
| 50–250 MW | Fiber ring with redundant paths | Fiber tail | Bridge for isolated substations only |
| >250 MW | Multi-ring fiber with dedicated OT VLAN | Fiber | Licensed microwave for inter-ring links |
Four Rules for Any Solar Data Acquisition System (DAS) Design
Four rules of thumb apply to any DAS network design regardless of site scale:
- Use fiber for all runs over 80 meters, or any run that crosses inverter rows, AC cable trays, or transformer pads
- Use copper only for device-to-device connections within a single enclosure or temperature-controlled room where runs are fixed and short
- Use radio only where physical cable is genuinely impossible, not merely inconvenient or slightly more expensive
- Apply NIST SP 800-82 OT segmentation requirements regardless of medium: the solar data acquisition system (DAS) field device network should be on its own VLAN, isolated from corporate IT by a firewall or data diode; see our guide to solar plant SCADA network topology and OT zone design
REIG Solar deploys field-proven RenergyWare NEMA 4 / UL-listed solar data acquisition system (DAS) enclosures. Additionally, each unit ships with pre-terminated, factory-tested fiber and copper patch points. Specifically, they arrive built and verified to IEC 61724-1 Class A performance requirements. Yet across 50 utility-scale sites, the most consistent rework trigger is a copper run drawn at exactly 100 meters. In practice, the actual routed cable path through conduit and cable trays runs 20–30% longer. Consequently, that exceeds the IEEE 802.3 segment limit and produces intermittent CRC errors that no one caught at design review. The fix is straightforward: design to 80-meter maximums for copper and specify fiber for anything longer.
A solar data acquisition system (DAS) network that follows these principles will support not just the initial COD utility witness test but the full O&M data quality standard for the asset’s 30-year operating life. Contact REIG Solar to review your DAS network design before installation.
Frequently Asked Questions
What is the maximum copper Ethernet run length for a solar DAS network?
IEEE 802.3 limits copper 100BASE-TX to 100 meters per segment. In solar DAS applications, allow no more than 80 meters; actual routed cable length through trays and conduit is typically 15–25% longer than the direct distance, and EMI exposure from nearby inverter AC cables increases proportionally with run length.
Why is fiber the preferred medium for utility-scale solar data acquisition system (DAS) networks?
Fiber is immune to electromagnetic interference from inverters and AC power cables, immune to ground potential differences across large sites, and has attenuation below 0.4 dB/km, making distance a non-issue for any utility-scale site. A fiber ring topology adds path redundancy: a single cable cut reroutes traffic automatically, maintaining data flow.
When should a solar DAS use licensed vs. unlicensed radio?
Use licensed radio when the link carries control commands or high-frequency polling. Use unlicensed ISM band (902–928 MHz FHSS) only for backup links, low-frequency data transfers at 15-minute or longer intervals, or isolated monitoring stations where licensed spectrum is unavailable. Unlicensed radio at 115.2 Kbps saturates quickly under continuous SCADA polling from multiple RTUs.
What failure does EMI cause on copper Ethernet, and how do you detect it?
EMI from inverter switching causes Ethernet CRC errors. The receiving NIC discards corrupted frames silently. The link stays up with a green indicator, but packets are dropped. Detect it by monitoring the CRC error counter in your managed switch. Any sustained CRC rate above 0.1% indicates a cabling problem that will not self-correct without physical remediation.
Does IEC 61724-1 specify requirements for the DAS communication network?
IEC 61724-1:2021 specifies Class A (1-minute samples) and Class B (15-minute samples) monitoring requirements. While it does not prescribe physical medium, its data completeness thresholds require a network with CRC error rates low enough to sustain continuous sampling. Fiber and shielded copper near inverters typically meet this threshold; unshielded copper routed near AC cables typically does not.
What does NIST SP 800-82 say about OT network segmentation for solar DAS?
NIST SP 800-82 requires isolation of OT networks from IT and corporate networks using firewalls or data diodes. This applies to the solar data acquisition system (DAS) network regardless of medium. Both fiber and copper require VLAN segmentation; the medium choice affects reliability, not security architecture. Licensed radio is preferred over unlicensed ISM for OT control paths.
RenergyWare for DAS Networks: REIG Solar’s field-proven RenergyWare enclosures ship with pre-tested fiber and copper patch points, NEMA 4 weatherproofing, and factory-validated connectivity, ready for IEC 61724-1 Class A commissioning on day one. Learn more about RenergyWare or contact REIG Solar to discuss your DAS network design.
Further Reading
- Solar DAS Commissioning Checklist: Sensors, Scaling, and Timestamps
- Solar DAS Time Sync: NTP and PTP Without Drift
- Solar DAS Commissioning: Irradiance and Weather QA
- Solar SCADA ROI: How Controls and Data Increase Revenue
References
- IEEE 802.3-2022: IEEE Standard for Ethernet (distance and performance specifications for copper and fiber Ethernet)
- NIST SP 800-82 Rev. 3: Guide to Operational Technology (OT) Security (OT network segmentation, licensed vs. unlicensed radio guidance)
- IEC 61724-1:2021: Photovoltaic System Performance Monitoring (IEC Webstore) (Class A/B accuracy and data completeness requirements)
- Fiber Optics in Utility-Scale Solar Installations (Fluke) (commissioning and testing fiber networks in solar facilities)
