wip
Some checks failed
Build & Deploy / deploy (push) Failing after 20m37s

This commit is contained in:
2026-01-19 20:15:14 +01:00
parent 4abcc3fdf5
commit 6adf97a096
26 changed files with 475 additions and 898 deletions

View File

@@ -11,33 +11,16 @@ The vision is clear: A Europe powered 100% by renewable energy. But while solar
In the end, its not just about generating more power, but about smart grids that can transport it reliably and with minimal losses.
## The problem: Old grids for a new energy future
Today’s power infrastructure was built for centralized large-scale power plants. But renewable energy works differently: It is decentralized, weather-dependent, and requires flexible grids. This creates a massive need for restructuring.
### Why our grid is currently overwhelmed:
<table>
<thead>
<tr>
<th>Problem</th>
<th>Cause</th>
<th>Solution?</th>
</tr>
</thead>
<tbody>
<tr>
<td>**Grid bottlenecks**</td>
<td>Old power lines designed for central plants, not decentralized energy</td>
<td>New high- &amp; medium-voltage cables</td>
</tr>
<tr>
<td>**Curtailment of solar &amp; wind power**</td>
<td>Grid cannot absorb enough electricity</td>
<td>Smart grids &amp; storage solutions</td>
</tr>
<tr>
<td>**Long transmission distances**</td>
<td>Generation is often far from consumption</td>
<td>High-performance cables &amp; local grids</td>
</tr>
</tbody>
</table>
<StickyNarrative
title="Why our grid is currently overwhelmed"
items={[
{ title: "Grid bottlenecks", content: "**Cause:** Old power lines designed for central plants, not decentralized energy. **Solution:** New high- & medium-voltage cables." },
{ title: "Curtailment of solar & wind power", content: "**Cause:** Grid cannot absorb enough electricity. **Solution:** Smart grids & storage solutions." },
{ title: "Long transmission distances", content: "**Cause:** Generation is often far from consumption. **Solution:** High-performance cables & local grids." }
]}
/>
⚠️ A grid from the past cannot transport the energy of the future!
Anyone investing only in renewable energy systems today while ignoring cable infrastructure will be left with expensive, unused electricity tomorrow.
## Which cables do we need for the energy transition?
@@ -48,39 +31,19 @@ Not all cables are created equal and not every cable is suited for the chall
💡 The better the cable, the less electricity is lost along the way and the greener the energy becomes!
## Solar and wind farms arent enough
Without the right cables, electricity stays where it&#8217;s generated. But what kind of grid expansion really makes sense?
### Underground cables vs. overhead lines which is the better choice?
A key question in grid expansion is whether new power lines should be built as overhead lines or underground cables. Both options have pros and cons, but in the long run, underground cabling offers significant advantages in terms of reliability, environmental protection, and grid stability.
<table>
<thead>
<tr>
<th>Criteria</th>
<th>Underground Cable</th>
<th>Overhead Line</th>
</tr>
</thead>
<tbody>
<tr>
<td>**Grid stability**</td>
<td>Very high</td>
<td>Moderate</td>
</tr>
<tr>
<td>**Environmental impact**</td>
<td>Unobtrusive, no disruption to landscapes</td>
<td>Visible, problematic for birds</td>
</tr>
<tr>
<td>**Maintenance &amp; lifespan**</td>
<td>Minimal maintenance, long lifespan</td>
<td>Weather-sensitive, shorter lifespan</td>
</tr>
<tr>
<td>**Costs**</td>
<td>Higher installation costs, but more efficient operation</td>
<td>Cheaper to build, but higher long-term costs</td>
</tr>
</tbody>
</table>
<ComparisonGrid
title="Underground cables vs. overhead lines which is the better choice?"
leftLabel="Underground Cable"
rightLabel="Overhead Line"
items={[
{ label: "Grid stability", leftValue: "Very high", rightValue: "Moderate" },
{ label: "Environmental impact", leftValue: "Unobtrusive, no disruption to landscapes", rightValue: "Visible, problematic for birds" },
{ label: "Maintenance & lifespan", leftValue: "Minimal maintenance, long lifespan", rightValue: "Weather-sensitive, shorter lifespan" },
{ label: "Costs", leftValue: "Higher installation costs, but more efficient operation", rightValue: "Cheaper to build, but higher long-term costs" }
]}
/>
In the past, overhead lines were favored due to lower construction costs. However, modern demands for grid stability, environmental protection, and aesthetics increasingly support underground cables. As a result, many countries are now adopting underground cabling as the standard for new high- and medium-voltage power lines.
For those who want to dive deeper into the topic, heres a **detailed analysis** comparing overhead lines and underground cables:
<VisualLinkPreview

View File

@@ -9,48 +9,21 @@ category: Kabel Technologie
Particularly with cables such as **NA2XS(F)2Y** or **NAYY** for **wind turbines**, the choice of material determines costs, performance and service life. Copper impresses with its high electrical conductivity, while aluminum scores with low costs and low weight. But which material is technically and economically the better choice in the long term? This article provides a detailed analysis of the advantages and disadvantages of both options.
### Electrical and Mechanical Properties Compared
Copper has been the preferred material for electrical wiring for decades. It offers high conductivity and excellent mechanical stability. Aluminum, on the other hand, is significantly lighter but has lower electrical conductivity. This means aluminum cables require a larger cross-section to transmit the same current.
<h4>Comparison of Properties</h4>
<table>
<thead>
<tr>
<th>Property</th>
<th>Copper</th>
<th>Aluminum</th>
</tr>
</thead>
<tbody>
<tr>
<td>Electrical Conductivity</td>
<td>58 MS/m</td>
<td>35 MS/m</td>
</tr>
<tr>
<td>Density (g/cm³)</td>
<td>8.96</td>
<td>2.70</td>
</tr>
<tr>
<td>Corrosion Resistance</td>
<td>Very high</td>
<td>Medium (oxidation)</td>
</tr>
<tr>
<td>Mechanical Strength</td>
<td>High</td>
<td>Medium</td>
</tr>
<tr>
<td>Weight</td>
<td>High</td>
<td>Low</td>
</tr>
<tr>
<td>Price per ton</td>
<td>€8,000 9,000</td>
<td>€2,300 2,500</td>
</tr>
</tbody>
</table>
<ComparisonGrid
title="Comparison of Properties"
leftLabel="Copper"
rightLabel="Aluminum"
items={[
{ label: "Electrical Conductivity", leftValue: "58 MS/m", rightValue: "35 MS/m" },
{ label: "Density (g/cm³)", leftValue: "8.96", rightValue: "2.70" },
{ label: "Corrosion Resistance", leftValue: "Very high", rightValue: "Medium (oxidation)" },
{ label: "Mechanical Strength", leftValue: "High", rightValue: "Medium" },
{ label: "Weight", leftValue: "High", rightValue: "Low" },
{ label: "Price per ton", leftValue: "€8,000 9,000", rightValue: "€2,300 2,500" }
]}
/>
Although aluminum offers weight savings in transport and installation, it requires larger cross-sections to achieve the same performance. This can impact space requirements in cable trays and mechanical stability. Additionally, aluminum is more prone to oxidation, which can lead to contact issues, whereas copper maintains its conductivity over long periods without significant quality loss. In humid or salty environments, such as offshore wind farms, this can be a crucial factor.
### Costs: Acquisition, Installation, and Operation
<h4>Material Costs</h4>
@@ -110,54 +83,22 @@ Aluminum excels in **production efficiency and recycling**, while **coppers d
- **Copper** lasts longer, requires **fewer replacements**, and thus also contributes to sustainability.
Ultimately, the best choice depends on **whether short-term efficiency or long-term durability** is the priority.
### Which Solution is Best for Wind Farms?
<h4>Comparison of Key Factors</h4>
<table>
<thead>
<tr>
<th>Factor</th>
<th>Copper</th>
<th>Aluminum</th>
</tr>
</thead>
<tbody>
<tr>
<td>**Efficiency**</td>
<td>Better</td>
<td>Higher losses</td>
</tr>
<tr>
<td>**Cost (Material &amp; Purchase)**</td>
<td>More expensive</td>
<td>Cheaper</td>
</tr>
<tr>
<td>**Installation Effort**</td>
<td>Heavier, more complex</td>
<td>Lighter, easier</td>
</tr>
<tr>
<td>**Operating Costs (Losses &amp; Maintenance)**</td>
<td>Lower</td>
<td>Higher</td>
</tr>
<tr>
<td>**Corrosion Resistance**</td>
<td>Very good</td>
<td>Medium</td>
</tr>
<tr>
<td>**Lifespan**</td>
<td>Longer</td>
<td>Shorter</td>
</tr>
<tr>
<td>**Environmental Impact**</td>
<td>High energy consumption</td>
<td>Better with recycling</td>
</tr>
</tbody>
</table>
<ComparisonGrid
title="Which Solution is Best for Wind Farms?"
leftLabel="Copper"
rightLabel="Aluminum"
items={[
{ label: "Efficiency", leftValue: "Better", rightValue: "Higher losses" },
{ label: "Cost (Material & Purchase)", leftValue: "More expensive", rightValue: "Cheaper" },
{ label: "Installation Effort", leftValue: "Heavier, more complex", rightValue: "Lighter, easier" },
{ label: "Operating Costs (Losses & Maintenance)", leftValue: "Lower", rightValue: "Higher" },
{ label: "Corrosion Resistance", leftValue: "Very good", rightValue: "Medium" },
{ label: "Lifespan", leftValue: "Longer", rightValue: "Shorter" },
{ label: "Environmental Impact", leftValue: "High energy consumption", rightValue: "Better with recycling" }
]}
/>
### Recommended Applications
- **Aluminum** is ideal for **long medium-voltage routes**, where weight and cost are crucial factors.
- **Copper** is the better choice for **grid connections, substations, and critical areas**, where **efficiency and longevity** matter most.

View File

@@ -56,34 +56,15 @@ Typical causes of delays:
Especially for **wind farm projects** involving several kilometers of [**NA2XS(F)2Y**](/en/products/medium-voltage-cables/na2xsf2y/), precise **delivery coordination** is essential. Partial and complete deliveries must be scheduled to match the actual **construction progress**.
**Efficient logistics solutions can make the difference:**
<table>
<thead>
<tr>
<th>Challenge</th>
<th>Solution</th>
</tr>
</thead>
<tbody>
<tr>
<td>Different construction progress per turbine</td>
<td>Partial and phased deliveries matched to the build schedule</td>
</tr>
<tr>
<td>Tight installation windows</td>
<td>Just-in-time cable delivery to site</td>
</tr>
<tr>
<td>Limited storage space on site</td>
<td>Temporary, project-specific intermediate storage</td>
</tr>
<tr>
<td>Weather-dependent operations</td>
<td>Flexible adjustment of delivery schedules and material allocation</td>
</tr>
</tbody>
</table>
<TechnicalGrid
title="Efficient Logistics Solutions"
items={[
{ label: "Different construction progress per turbine", value: "Partial and phased deliveries matched to the build schedule" },
{ label: "Tight installation windows", value: "Just-in-time cable delivery to site" },
{ label: "Limited storage space on site", value: "Temporary, project-specific intermediate storage" },
{ label: "Weather-dependent operations", value: "Flexible adjustment of delivery schedules and material allocation" }
]}
/>
With precise [**cable capacity**](https://www.a-eberle.de/infobrief/infobrief-20/) planning and responsive logistics, even high-pressure timelines can be handled efficiently. This ensures the **wind farms grid connection** stays on schedule and energy flows reliably.
@@ -114,34 +95,15 @@ The bigger the project, the more complex the **material coordination** becomes:
**Our experience shows:** Planning for storage and packaging units in advance not only saves time but also reduces the risk of material loss and reorders.
**Typical requirements and solutions:**
<table>
<thead>
<tr>
<th>Challenge</th>
<th>Practical solution</th>
</tr>
</thead>
<tbody>
<tr>
<td>High delivery volumes on tight site space</td>
<td>Project-specific storage in regional hubs</td>
</tr>
<tr>
<td>Different drum sizes for medium- and low-voltage</td>
<td>Adjust drum dimensions to pulling force and weight</td>
</tr>
<tr>
<td>Sensitive cable sheaths when stored outdoors</td>
<td>Weatherproof packaging and UV protection</td>
</tr>
<tr>
<td>Lack of overview with many cable deliveries</td>
<td>Digital delivery summaries and clear drum labeling</td>
</tr>
</tbody>
</table>
<TechnicalGrid
title="Typical Requirements and Solutions"
items={[
{ label: "High delivery volumes on tight site space", value: "Project-specific storage in regional hubs" },
{ label: "Different drum sizes", value: "Adjust drum dimensions to pulling force and weight" },
{ label: "Sensitive cable sheaths", value: "Weatherproof packaging and UV protection" },
{ label: "Lack of overview", value: "Digital delivery summaries and clear drum labeling" }
]}
/>
A clear [**cable logistics strategy**](https://logistik-heute.de/galerien/mammutprojekt-kabellogistik-wie-kommen-tausende-tonnen-hgue-erdkabel-fuer-die-energiewende-zum-einsatzort-40875.html) is the key to avoiding material shortages and costly downtime. This helps maintain control even for projects involving dozens of kilometers of **wind farm cabling**.

View File

@@ -10,33 +10,16 @@ A secure and sustainable energy future is only possible with new technologies, s
But what will the energy supply of the future look like? What role will solar energy, wind power and cable infrastructure play? In this article, we take a look at the most important developments from intelligent grid control to sustainable cable systems.
## Solar Energy: the revolution on our roofs and fields
Solar energy has long evolved from a niche solution into a cornerstone of the energy transition. New technologies are making photovoltaics more efficient, flexible, and economical—not just on rooftops but also on farmland, building facades, and even floating on lakes.
### The most important innovations in photovoltaics
<table>
<thead>
<tr>
<th>Technology</th>
<th>Description</th>
<th>Advantage</th>
</tr>
</thead>
<tbody>
<tr>
<td>Tandem solar cells</td>
<td>Combination of silicon and perovskite for higher efficiency</td>
<td>Up to 30% more power output</td>
</tr>
<tr>
<td>Agri-PV</td>
<td>Solar panels above agricultural land</td>
<td>Dual land use for energy and crops</td>
</tr>
<tr>
<td>Bifacial modules</td>
<td>Capture light from both sides</td>
<td>1020% higher yield through reflection</td>
</tr>
</tbody>
</table>
<StickyNarrative
title="Innovations in Photovoltaics"
items={[
{ title: "Tandem solar cells", content: "**Description:** Combination of silicon and perovskite for higher efficiency. **Advantage:** Up to 30% more power output." },
{ title: "Agri-PV", content: "**Description:** Solar panels above agricultural land. **Advantage:** Dual land use for energy and crops." },
{ title: "Bifacial modules", content: "**Description:** Capture light from both sides. **Advantage:** 1020% higher yield through reflection." }
]}
/>
However, the biggest challenge remains grid integration: Solar energy is primarily generated during the day, but our electricity demand peaks in the morning and evening. The solution? Smart storage technologies and intelligent grid management that make solar power available exactly when its needed.
## Wind Power: higher, stronger, more efficient
Wind power is, alongside solar energy, the most important pillar of renewable energy. While offshore wind farms at sea generate massive amounts of electricity, onshore wind turbines remain the backbone of sustainable energy supply.

View File

@@ -17,33 +17,17 @@ Modern onshore wind farms consist not only of turbines, but of a complex network
What many underestimate: The cable routes in a wind farm often make up a significant part of the total investment. They are not just a link they are the **critical infrastructure** on which everything is built.
## Holistic Planning: Foundation for Sustainable Infrastructure
Integrating wind farms into the power grid requires a systemic approach. Sound planning takes into account not only performance requirements, but also environmental conditions, expansion scenarios and approval processes.
**Key planning aspects include:**
<table>
<thead>
<tr>
<th>Area</th>
<th>Planning Focus</th>
</tr>
</thead>
<tbody>
<tr>
<td>Route Guidance</td>
<td>Geology, ownership, protected areas</td>
</tr>
<tr>
<td>Grid Connection</td>
<td>Voltage level, feed-in points, redundancy</td>
</tr>
<tr>
<td>Load Profile</td>
<td>Design for base and peak loads</td>
</tr>
<tr>
<td>Scalability</td>
<td>Expansion potential for future systems</td>
</tr>
</tbody>
</table>
<StickyNarrative
title="Key Planning Aspects"
items={[
{ title: "Route Guidance", content: "Geology, ownership, protected areas" },
{ title: "Grid Connection", content: "Voltage level, feed-in points, redundancy" },
{ title: "Load Profile", content: "Design for base and peak loads" },
{ title: "Scalability", content: "Expansion potential for future systems" }
]}
/>
Professional planning not only ensures security of supply, but also reduces operating costs in the long term and enables flexible responses to grid requirements.
You can find more information here on how wind energy basically works:

View File

@@ -9,62 +9,32 @@ category: Cable Technology
### **Growth needs structure**
**Growth sounds good ** more projects, more customers, more revenue.<br />But real, sustainable growth needs more than just speed: it needs **transparency, planning, and control**.
To ensure that ambitious goals don't turn into a blind flight, we have decided to specifically strengthen our team. Because the larger the projects become, the more important the ability to recognize developments early and steer them specifically becomes.
<table>
<thead>
<tr>
<th>**Why we are expanding our controlling**</th>
<th>**What we want to achieve with it**</th>
</tr>
</thead>
<tbody>
<tr>
<td>More projects at home and abroad</td>
<td>Clear figures and reliable forecasts</td>
</tr>
<tr>
<td>Increasing requirements in sales</td>
<td>Better overview of trends and margins</td>
</tr>
<tr>
<td>More complex processes</td>
<td>Faster, well-founded decisions</td>
</tr>
<tr>
<td>Sustainable growth</td>
<td>Stability instead of coincidence</td>
</tr>
</tbody>
</table>
<TechnicalGrid
title="Why we are expanding our controlling"
items={[
{ label: "More projects at home and abroad", value: "Clear figures and reliable forecasts" },
{ label: "Increasing requirements in sales", value: "Better overview of trends and margins" },
{ label: "More complex processes", value: "Faster, well-founded decisions" },
{ label: "Sustainable growth", value: "Stability instead of coincidence" }
]}
/>
**In short:** We don't just want to grow we want to understand <em>how</em> we grow.<br />That's why we will rely even more on **qualitative controlling** in the future and are happy about support that makes exactly that possible.
### **New strength in the team**
With [**Julia Havasi**](https://www.linkedin.com/in/julia-havasi-18556b233/) we have found exactly the reinforcement we were looking for: analytically strong, structured in thinking, and with a good sense for the dynamics between numbers and people.
As **Senior Financial & Sales Controller**, Julia will be responsible for our financial and sales controlling in the future. Her goal: **more clarity, more foresight, more substance** in every decision.
<table>
<thead>
<tr>
<th>**Area of responsibility**</th>
<th>**Goal**</th>
</tr>
</thead>
<tbody>
<tr>
<td>**Financial Controlling**</td>
<td>Clean figures, clear structures, and comprehensible reports</td>
</tr>
<tr>
<td>**Sales Controlling**</td>
<td>Analyze sales figures, identify potential, derive trends</td>
</tr>
<tr>
<td>**Forecasts & Analyses**</td>
<td>Early assessment of market movements and investment opportunities</td>
</tr>
<tr>
<td>**Reporting & Communication**</td>
<td>Prepare complex data so that everyone understands it quickly and precisely</td>
</tr>
</tbody>
</table>
<TechnicalGrid
title="Areas of Responsibility & Goals"
items={[
{ label: "Financial Controlling", value: "Clean figures, clear structures, and comprehensible reports" },
{ label: "Sales Controlling", value: "Analyze sales figures, identify potential, derive trends" },
{ label: "Forecasts & Analyses", value: "Early assessment of market movements and investment opportunities" },
{ label: "Reporting & Communication", value: "Prepare complex data so that everyone understands it quickly and precisely" }
]}
/>
Julia will thus play a central role in the further development of KLZ as an interface between **management, sales, and strategy**.<br />Or, to put it more casually: she ensures that we not only know **where we stand**, but also **where we are going**.
### **Experience that connects**
**Understanding of numbers meets practical experience.**<br />With over 13 years of experience in controlling and sales, [**Julia Havasi**](https://www.linkedin.com/in/julia-havasi-18556b233/) brings the ideal combination of analytical precision and entrepreneurial thinking.

View File

@@ -11,33 +11,16 @@ Cable drums play a crucial role in the wind power industry—they ensure the saf
Without a well-thought-out recycling concept, vast amounts of wood, steel, and plastic would go to waste. However, efficient solutions already exist to return cable drums to the raw material cycle and minimize environmental impact.
### Materials and their reuse
Cable drums are made from different materials, each offering unique recycling possibilities. The way they are reintegrated into the circular economy depends on whether the material can be directly reused or needs further processing.
<h4>Main materials of cable drums and their recycling options</h4>
<table>
<thead>
<tr>
<th>**Material**</th>
<th>**Properties**</th>
<th>**Recycling options**</th>
</tr>
</thead>
<tbody>
<tr>
<td>**Wood**</td>
<td>Biodegradable, easy to repair</td>
<td>Upcycling, biomass, pallet production</td>
</tr>
<tr>
<td>**Steel**</td>
<td>Durable, reusable, corrosion-resistant</td>
<td>Melting down, reprocessing</td>
</tr>
<tr>
<td>**Plastic**</td>
<td>Weather-resistant, lightweight, long-lasting</td>
<td>Granulate production, upcycling</td>
</tr>
</tbody>
</table>
<StickyNarrative
title="Materials and their Reuse"
items={[
{ title: "Wood", content: "**Properties:** Biodegradable, easy to repair. **Recycling:** Upcycling, biomass, pallet production." },
{ title: "Steel", content: "**Properties:** Durable, reusable, corrosion-resistant. **Recycling:** Melting down, reprocessing." },
{ title: "Plastic", content: "**Properties:** Weather-resistant, lightweight, long-lasting. **Recycling:** Granulate production, upcycling." }
]}
/>
Depending on their condition, cable drums can be directly reused, repaired, or dismantled into their individual components. Wood, in particular, offers versatile reuse possibilities, while steel and plastic serve as valuable raw materials for new products.
To prevent raw material waste, it is essential to view damaged cable drums not as disposable waste but as a valuable resource.
### The recycling process: from return to reuse

View File

@@ -42,48 +42,21 @@ While standard cables quickly reach their limits under extreme temperatures, mec
In short: the H1Z2Z2-K 6mm² is no off-the-shelf solution its a specialized energy cable for an industry that doesnt compromise.
## Technical specifications and construction in detail
One of the strengths of this cable lies in its material structure and the resulting thermal and mechanical durability.
<table>
<thead>
<tr>
<th>**Property**</th>
<th>**Value / Description**</th>
</tr>
</thead>
<tbody>
<tr>
<td>Conductor</td>
<td>Fine-stranded, tinned copper conductor (Class 5)</td>
</tr>
<tr>
<td>Rated voltage</td>
<td>1500 V DC (compliant with EN 50618)</td>
</tr>
<tr>
<td>Test voltage</td>
<td>6.5 kV</td>
</tr>
<tr>
<td>Operating temperature range</td>
<td>-40 °C to +90 °C (conductor max. +120 °C)</td>
</tr>
<tr>
<td>Insulation and sheath</td>
<td>Cross-linked polyolefin, halogen-free</td>
</tr>
<tr>
<td>Outer diameter (6mm²)</td>
<td>approx. 6.4 mm</td>
</tr>
<tr>
<td>Bending radius</td>
<td>min. 4 × cable diameter</td>
</tr>
<tr>
<td>Max. current capacity (free laid)</td>
<td>up to 70 A (depending on ambient temperature)</td>
</tr>
</tbody>
</table>
<TechnicalGrid
title="Technical Specifications & Construction"
items={[
{ label: "Conductor", value: "Fine-stranded, tinned copper conductor (Class 5)" },
{ label: "Rated voltage", value: "1500 V DC (compliant with EN 50618)" },
{ label: "Test voltage", value: "6.5 kV" },
{ label: "Operating temperature range", value: "-40 °C to +90 °C (conductor max. +120 °C)" },
{ label: "Insulation and sheath", value: "Cross-linked polyolefin, halogen-free" },
{ label: "Outer diameter (6mm²)", value: "approx. 6.4 mm" },
{ label: "Bending radius", value: "min. 4 × cable diameter" },
{ label: "Max. current capacity", value: "up to 70 A (depending on ambient temperature)" }
]}
/>
## Standards and certifications: EN 50618 &amp; more
The H1Z2Z2-K 6mm² meets all key standards for use in photovoltaic systems. These standards ensure safety, durability, and compliance with legal requirements.
### EN 50618 European standard for solar cables

View File

@@ -20,37 +20,18 @@ Projects in the 10 to 30 kV range bring recurring demands regardless of whet
The reality on construction sites shows: a cable that lacks flexibility, has large bending radii, or reaches its thermal limits too quickly not only delays implementation it also endangers operational safety.
<h4>Why the NA2XS(F)2Y is ideal for modern energy infrastructure</h4>
The [**NA2XS(F)2Y**](/en/products/medium-voltage-cables/na2xsf2y/) meets these requirements with a well-thought-out, field-proven design. It is built for **long-term operation under load** and shows its strengths particularly in industrial and energy networks.
**Key features at a glance:**
<table>
<thead>
<tr>
<th>Feature</th>
<th>Benefit for your project</th>
</tr>
</thead>
<tbody>
<tr>
<td>**Aluminum conductor**</td>
<td>High conductivity, low transmission losses</td>
</tr>
<tr>
<td>**XLPE insulation**</td>
<td>High thermal resistance, durable and stable</td>
</tr>
<tr>
<td>**EMC-optimized design**</td>
<td>Interference-free operation in sensitive network environments</td>
</tr>
<tr>
<td>**Standard-compliant design (IEC)**</td>
<td>Safety in tenders, testing, and operation</td>
</tr>
<tr>
<td>**Robust outer construction**</td>
<td>Suitable for all common installation methods</td>
</tr>
</tbody>
</table>
<TechnicalGrid
title="Key Features at a Glance"
items={[
{ label: "Aluminum conductor", value: "High conductivity, low transmission losses" },
{ label: "XLPE insulation", value: "High thermal resistance, durable and stable" },
{ label: "EMC-optimized design", value: "Interference-free operation in sensitive network environments" },
{ label: "Standard-compliant design (IEC)", value: "Safety in tenders, testing, and operation" },
{ label: "Robust outer construction", value: "Suitable for all common installation methods" }
]}
/>
In other words: with the [NA2XS(F)2Y](/en/products/medium-voltage-cables/na2xsf2y/), you can build networks that not only work on paper but also perform reliably in practice long-term, low-maintenance, and safe.
Learn more about why grid expansion is so important here:

View File

@@ -14,29 +14,16 @@ Grid connection cables for wind farms are not just thicker versions of standard
✔ High tensile forces when pulling and laying the cables<br />✔ Bending radii that must be maintained to prevent insulation damage<br />✔ Vibrations from wind turbines that transfer through the foundations to the cables
### **Electrical stress**
High voltage spikes due to sudden feed-in fluctuations<br />Partial discharges that can damage insulation over the years<br />Electromagnetic influences requiring shielding and grounding of the cables
### **Thermal loads**
<table>
<thead>
<tr>
<th>Load factor</th>
<th>Impact on the cable</th>
</tr>
</thead>
<tbody>
<tr>
<td>Temperature fluctuations</td>
<td>Material expansion, cracks in the insulation</td>
</tr>
<tr>
<td>Continuous high current load</td>
<td>Heating of the cable conductors</td>
</tr>
<tr>
<td>Heat dissipation</td>
<td>Crucial for permissible current capacity</td>
</tr>
</tbody>
</table>
<TechnicalGrid
title="Thermal Loads"
items={[
{ label: "Temperature fluctuations", value: "Material expansion, cracks in the insulation" },
{ label: "Continuous high current load", value: "Heating of the cable conductors" },
{ label: "Heat dissipation", value: "Crucial for permissible current capacity" }
]}
/>
### **Environmental influences**
🌧 Moisture &amp; water Water ingress can destroy insulation<br />🔥 UV radiation &amp; extreme temperatures Particularly relevant for above-ground installation<br />🌍 Chemical exposure &amp; ground movements A critical factor, especially for underground cables
## **Material and construction What makes a good grid connection cable?**