Compare commits
110 Commits
v2.3.22-rc
...
v2.3.37
| Author | SHA1 | Date | |
|---|---|---|---|
| d5dba2be17 | |||
| ae381442aa | |||
| 3334937b67 | |||
| 246e6540d4 | |||
| aa299b285d | |||
| 2be0d1ea92 | |||
| 0554460153 | |||
| 4ae45b1aa7 | |||
| 76cbdaa37e | |||
| 5b1a2eff7f | |||
| 60422da644 | |||
| fc6da4e9aa | |||
| f7411d3dc4 | |||
| 7be2ec605c | |||
| bd00175912 | |||
| 9c9663eb88 | |||
| 402b5c30c6 | |||
| 2bb0381de4 | |||
| 614b0a5ffd | |||
| b1569a1ce2 | |||
| 2c35c6b8aa | |||
| bff150b1a7 | |||
| 8ffb1e5f6a | |||
| 42ff5b6226 | |||
| 539c503d0d | |||
| 4c473a2ffd | |||
| 4f64a94a15 | |||
| 5a82243965 | |||
| ebb14ee302 | |||
| 80f5e46d88 | |||
| b826b5b741 | |||
| 41228aca53 | |||
| cd3b7c1e3b | |||
| ecd525d782 | |||
| 52439cc5aa | |||
| 61bf8517d8 | |||
| 85d9e3a930 | |||
| 2f7d6befe4 | |||
| a6ba484faa | |||
| d7178a9100 | |||
| 1e39dc8567 | |||
| 3c2aa8b71e | |||
| 6e3befdfd9 | |||
| 5377b3c81a | |||
| 941625a4e0 | |||
| 9b251101d4 | |||
| ff0d880bde | |||
| b78a848ec2 | |||
| e72879b222 | |||
| 5a2b0c543e | |||
| 1203c20166 | |||
| 9944d3313b | |||
| d1cbfc41c8 | |||
| 09d435a1bc | |||
| 8f34ac2a6d | |||
| e5ecf16a66 | |||
| 12eadba0ee | |||
| 0ad975f049 | |||
| b53ea82be8 | |||
| 3d7a061858 | |||
| 44ad62de1c | |||
| 092325baa9 | |||
| a0910dd932 | |||
| db251687d1 | |||
| eaf17315ff | |||
| 6bab5c9173 | |||
| cf371e48ef | |||
| ec0c71a6a6 | |||
| 1b7fecff4a | |||
| b7f2d932a9 | |||
| aa3b0b05b8 | |||
| 4c6e8cb28b | |||
| 175cb10e01 | |||
| 5e8a175a53 | |||
| 9f64304539 | |||
| 6367efdf6f | |||
| 22ae008f29 | |||
| 118319ceab | |||
| 5d94337df1 | |||
| 3798d37fcd | |||
| efe3cbc58e | |||
| f798afe917 | |||
| 1623e04fce | |||
| b77eb2087e | |||
| 7e7acff670 | |||
| 069400dd86 | |||
| 91f5cb8de3 | |||
| 702313e42c | |||
| adafe8ac02 | |||
| 3599880f3a | |||
| 79f0231e26 | |||
| cdf2af79ca | |||
| 428b223020 | |||
| 6214678433 | |||
| 6e2a959972 | |||
| a20ba52f7f | |||
| 292557eca5 | |||
| 6c14ceec3e | |||
| d11c27fda0 | |||
| 3cbb4ba700 | |||
| 5a9c6e4a0a | |||
| 5652457e15 | |||
| d6876f6107 | |||
| 0f8a92693e | |||
| b6d6637e02 | |||
| ec62704c3a | |||
| 2171f471f2 | |||
| 1f07999d48 | |||
| 46a940f234 | |||
| 9c7ebe2567 |
@@ -256,6 +256,10 @@ jobs:
|
||||
# Analytics
|
||||
UMAMI_WEBSITE_ID: ${{ secrets.UMAMI_WEBSITE_ID || vars.UMAMI_WEBSITE_ID }}
|
||||
UMAMI_API_ENDPOINT: ${{ secrets.UMAMI_API_ENDPOINT || vars.UMAMI_API_ENDPOINT || 'https://analytics.infra.mintel.me' }}
|
||||
|
||||
# Notifications
|
||||
GOTIFY_URL: ${{ secrets.GOTIFY_URL }}
|
||||
GOTIFY_TOKEN: ${{ secrets.GOTIFY_TOKEN }}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -309,6 +313,10 @@ jobs:
|
||||
echo "UMAMI_WEBSITE_ID=$UMAMI_WEBSITE_ID"
|
||||
echo "UMAMI_API_ENDPOINT=$UMAMI_API_ENDPOINT"
|
||||
echo ""
|
||||
echo "# Notifications"
|
||||
echo "GOTIFY_URL=$GOTIFY_URL"
|
||||
echo "GOTIFY_TOKEN=$GOTIFY_TOKEN"
|
||||
echo ""
|
||||
echo "TARGET=$TARGET"
|
||||
echo "SENTRY_ENVIRONMENT=$TARGET"
|
||||
echo "PROJECT_NAME=$PROJECT_NAME"
|
||||
@@ -357,7 +365,7 @@ jobs:
|
||||
ssh root@alpha.mintel.me "cd $SITE_DIR && docker compose -p '${{ needs.prepare.outputs.project_name }}' --env-file '$ENV_FILE' pull"
|
||||
ssh root@alpha.mintel.me "cd $SITE_DIR && docker compose -p '${{ needs.prepare.outputs.project_name }}' --env-file '$ENV_FILE' up -d --remove-orphans"
|
||||
|
||||
|
||||
ssh root@alpha.mintel.me "docker network prune -f"
|
||||
ssh root@alpha.mintel.me "docker system prune -f --filter 'until=24h'"
|
||||
|
||||
- name: 🧹 Post-Deploy Cleanup (Runner)
|
||||
|
||||
@@ -44,7 +44,6 @@ jobs:
|
||||
env:
|
||||
NEXT_PUBLIC_BASE_URL: ${{ env.TARGET_URL }}
|
||||
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD }}
|
||||
PUPPETEER_EXECUTABLE_PATH: /usr/bin/chromium
|
||||
run: npx tsx scripts/smoke.ts
|
||||
- name: 🔔 Notify
|
||||
if: always()
|
||||
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
@@ -25,3 +25,7 @@ html-errors*.json
|
||||
reference/
|
||||
# Database backups
|
||||
backups/
|
||||
|
||||
# Local data / backups
|
||||
.data/
|
||||
scratch/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { ImageResponse } from 'next/og';
|
||||
import { getPageBySlug } from '@/lib/pages';
|
||||
import { OGImageTemplate } from '@/components/OGImageTemplate';
|
||||
import { getOgFonts, OG_IMAGE_SIZE } from '@/lib/og-helper';
|
||||
import { getOgFonts, OG_IMAGE_SIZE, getOgAssets } from '@/lib/og-helper';
|
||||
|
||||
export const size = OG_IMAGE_SIZE;
|
||||
export const contentType = 'image/png';
|
||||
@@ -20,9 +20,12 @@ export default async function Image({
|
||||
}
|
||||
|
||||
const fonts = await getOgFonts();
|
||||
const { logo, bgImage } = getOgAssets();
|
||||
|
||||
return new ImageResponse(
|
||||
<OGImageTemplate
|
||||
image={bgImage}
|
||||
logo={logo}
|
||||
title={pageData.frontmatter.title}
|
||||
description={pageData.frontmatter.excerpt}
|
||||
label="Information"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { ImageResponse } from 'next/og';
|
||||
import { getPostBySlug } from '@/lib/blog';
|
||||
import { OGImageTemplate } from '@/components/OGImageTemplate';
|
||||
import { getOgFonts, OG_IMAGE_SIZE } from '@/lib/og-helper';
|
||||
import { getOgFonts, OG_IMAGE_SIZE, getOgAssets } from '@/lib/og-helper';
|
||||
import { SITE_URL } from '@/lib/schema';
|
||||
|
||||
export const size = OG_IMAGE_SIZE;
|
||||
@@ -35,6 +35,7 @@ export default async function Image({
|
||||
}
|
||||
|
||||
const fonts = await getOgFonts();
|
||||
const { logo, bgImage } = getOgAssets();
|
||||
|
||||
// We don't have request.url here, but we can assume the domain from SITE_URL or config
|
||||
// For local images during dev, relative paths in <img> might not work in Satori
|
||||
@@ -55,10 +56,11 @@ export default async function Image({
|
||||
|
||||
return new ImageResponse(
|
||||
<OGImageTemplate
|
||||
logo={logo}
|
||||
title={post.frontmatter.title}
|
||||
description={post.frontmatter.excerpt}
|
||||
label={post.frontmatter.category || 'Blog'}
|
||||
image={base64Image || featuredImage}
|
||||
image={base64Image || featuredImage || bgImage}
|
||||
/>,
|
||||
{
|
||||
...OG_IMAGE_SIZE,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { ImageResponse } from 'next/og';
|
||||
import { getTranslations } from 'next-intl/server';
|
||||
import { OGImageTemplate } from '@/components/OGImageTemplate';
|
||||
import { getOgFonts, OG_IMAGE_SIZE } from '@/lib/og-helper';
|
||||
import { getOgFonts, OG_IMAGE_SIZE, getOgAssets } from '@/lib/og-helper';
|
||||
|
||||
export const size = OG_IMAGE_SIZE;
|
||||
export const contentType = 'image/png';
|
||||
@@ -11,9 +11,16 @@ export default async function Image({ params }: { params: Promise<{ locale: stri
|
||||
const { locale } = await params;
|
||||
const t = await getTranslations({ locale, namespace: 'Blog.meta' });
|
||||
const fonts = await getOgFonts();
|
||||
const { logo, bgImage } = getOgAssets();
|
||||
|
||||
return new ImageResponse(
|
||||
<OGImageTemplate title={t('title')} description={t('description')} label="Blog" />,
|
||||
<OGImageTemplate
|
||||
image={bgImage}
|
||||
logo={logo}
|
||||
title={t('title')}
|
||||
description={t('description')}
|
||||
label="Blog"
|
||||
/>,
|
||||
{
|
||||
...OG_IMAGE_SIZE,
|
||||
fonts,
|
||||
|
||||
@@ -3,7 +3,7 @@ import Image from 'next/image';
|
||||
import { getAllPosts } from '@/lib/blog';
|
||||
import { Section, Container, Heading, Card, Badge, Button } from '@/components/ui';
|
||||
import Reveal from '@/components/Reveal';
|
||||
import { Metadata } from 'next';
|
||||
|
||||
import { getTranslations, setRequestLocale } from 'next-intl/server';
|
||||
import { SITE_URL } from '@/lib/schema';
|
||||
import { BlogPaginationKeyboardObserver } from '@/components/blog/BlogPaginationKeyboardObserver';
|
||||
@@ -12,6 +12,7 @@ interface BlogIndexProps {
|
||||
params: Promise<{
|
||||
locale: string;
|
||||
}>;
|
||||
searchParams: Promise<{ [key: string]: string | string[] | undefined }>;
|
||||
}
|
||||
|
||||
export async function generateMetadata({ params }: BlogIndexProps) {
|
||||
@@ -41,8 +42,10 @@ export async function generateMetadata({ params }: BlogIndexProps) {
|
||||
};
|
||||
}
|
||||
|
||||
export default async function BlogIndex({ params }: BlogIndexProps) {
|
||||
export default async function BlogIndex({ params, searchParams }: BlogIndexProps) {
|
||||
const { locale } = await params;
|
||||
const resolvedSearchParams = await searchParams;
|
||||
const categoryParam = resolvedSearchParams.category as string | undefined;
|
||||
setRequestLocale(locale);
|
||||
const t = await getTranslations('Blog');
|
||||
const posts = await getAllPosts(locale);
|
||||
@@ -52,8 +55,14 @@ export default async function BlogIndex({ params }: BlogIndexProps) {
|
||||
(a, b) => new Date(b.frontmatter.date).getTime() - new Date(a.frontmatter.date).getTime(),
|
||||
);
|
||||
|
||||
const featuredPost = sortedPosts[0];
|
||||
const remainingPosts = sortedPosts.slice(1);
|
||||
const filteredPosts = categoryParam
|
||||
? sortedPosts.filter(
|
||||
(post) => post.frontmatter.category?.toLowerCase() === categoryParam.toLowerCase(),
|
||||
)
|
||||
: sortedPosts;
|
||||
|
||||
const featuredPost = filteredPosts[0];
|
||||
const remainingPosts = filteredPosts.slice(1);
|
||||
|
||||
return (
|
||||
<div className="bg-neutral-light min-h-screen">
|
||||
@@ -123,31 +132,38 @@ export default async function BlogIndex({ params }: BlogIndexProps) {
|
||||
{t('allArticles')}
|
||||
</Heading>
|
||||
<div className="flex flex-wrap gap-2 md:gap-4">
|
||||
{/* Category filters could go here */}
|
||||
<Badge
|
||||
variant="primary"
|
||||
className="cursor-pointer hover:bg-primary hover:text-white transition-colors touch-target px-3 md:px-4"
|
||||
>
|
||||
{t('categories.all')}
|
||||
</Badge>
|
||||
<Badge
|
||||
variant="neutral"
|
||||
className="cursor-pointer hover:bg-primary hover:text-white transition-colors touch-target px-3 md:px-4"
|
||||
>
|
||||
{t('categories.industry')}
|
||||
</Badge>
|
||||
<Badge
|
||||
variant="neutral"
|
||||
className="cursor-pointer hover:bg-primary hover:text-white transition-colors touch-target px-3 md:px-4"
|
||||
>
|
||||
{t('categories.technical')}
|
||||
</Badge>
|
||||
<Badge
|
||||
variant="neutral"
|
||||
className="cursor-pointer hover:bg-primary hover:text-white transition-colors touch-target px-3 md:px-4"
|
||||
>
|
||||
{t('categories.sustainability')}
|
||||
</Badge>
|
||||
<Link href={`/${locale}/blog`}>
|
||||
<Badge
|
||||
variant={!categoryParam ? 'primary' : 'neutral'}
|
||||
className="cursor-pointer hover:bg-primary hover:text-white transition-colors touch-target px-3 md:px-4"
|
||||
>
|
||||
{t('categories.all')}
|
||||
</Badge>
|
||||
</Link>
|
||||
<Link href={`/${locale}/blog?category=industry`}>
|
||||
<Badge
|
||||
variant={categoryParam === 'industry' ? 'primary' : 'neutral'}
|
||||
className="cursor-pointer hover:bg-primary hover:text-white transition-colors touch-target px-3 md:px-4"
|
||||
>
|
||||
{t('categories.industry')}
|
||||
</Badge>
|
||||
</Link>
|
||||
<Link href={`/${locale}/blog?category=technical`}>
|
||||
<Badge
|
||||
variant={categoryParam === 'technical' ? 'primary' : 'neutral'}
|
||||
className="cursor-pointer hover:bg-primary hover:text-white transition-colors touch-target px-3 md:px-4"
|
||||
>
|
||||
{t('categories.technical')}
|
||||
</Badge>
|
||||
</Link>
|
||||
<Link href={`/${locale}/blog?category=sustainability`}>
|
||||
<Badge
|
||||
variant={categoryParam === 'sustainability' ? 'primary' : 'neutral'}
|
||||
className="cursor-pointer hover:bg-primary hover:text-white transition-colors touch-target px-3 md:px-4"
|
||||
>
|
||||
{t('categories.sustainability')}
|
||||
</Badge>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</Reveal>
|
||||
@@ -260,7 +276,7 @@ export default async function BlogIndex({ params }: BlogIndexProps) {
|
||||
{t('prev')}
|
||||
</Button>
|
||||
<Button
|
||||
href={`/${locale}/blog?page=1`}
|
||||
href={`/${locale}/blog?page=1${categoryParam ? `&category=${categoryParam}` : ''}`}
|
||||
variant="primary"
|
||||
size="sm"
|
||||
className="md:h-11 md:px-6 md:text-base"
|
||||
@@ -269,7 +285,7 @@ export default async function BlogIndex({ params }: BlogIndexProps) {
|
||||
1
|
||||
</Button>
|
||||
<Button
|
||||
href={`/${locale}/blog?page=2`}
|
||||
href={`/${locale}/blog?page=2${categoryParam ? `&category=${categoryParam}` : ''}`}
|
||||
variant="outline"
|
||||
size="sm"
|
||||
className="md:h-11 md:px-6 md:text-base"
|
||||
@@ -277,7 +293,7 @@ export default async function BlogIndex({ params }: BlogIndexProps) {
|
||||
2
|
||||
</Button>
|
||||
<Button
|
||||
href={`/${locale}/blog?page=2`}
|
||||
href={`/${locale}/blog?page=2${categoryParam ? `&category=${categoryParam}` : ''}`}
|
||||
variant="outline"
|
||||
size="sm"
|
||||
className="md:h-11 md:px-6 md:text-base"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { ImageResponse } from 'next/og';
|
||||
import { getTranslations } from 'next-intl/server';
|
||||
import { OGImageTemplate } from '@/components/OGImageTemplate';
|
||||
import { getOgFonts, OG_IMAGE_SIZE } from '@/lib/og-helper';
|
||||
import { getOgFonts, OG_IMAGE_SIZE, getOgAssets } from '@/lib/og-helper';
|
||||
|
||||
export const size = OG_IMAGE_SIZE;
|
||||
export const contentType = 'image/png';
|
||||
@@ -11,12 +11,19 @@ export default async function Image({ params }: { params: Promise<{ locale: stri
|
||||
const { locale } = await params;
|
||||
const t = await getTranslations({ locale, namespace: 'Contact' });
|
||||
const fonts = await getOgFonts();
|
||||
const { logo, bgImage } = getOgAssets();
|
||||
|
||||
const title = t('meta.title') || t('title');
|
||||
const description = t('meta.description') || t('subtitle');
|
||||
|
||||
return new ImageResponse(
|
||||
<OGImageTemplate title={title} description={description} label="Contact" />,
|
||||
<OGImageTemplate
|
||||
image={bgImage}
|
||||
logo={logo}
|
||||
title={title}
|
||||
description={description}
|
||||
label="Contact"
|
||||
/>,
|
||||
{
|
||||
...OG_IMAGE_SIZE,
|
||||
fonts,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { ImageResponse } from 'next/og';
|
||||
import { getTranslations } from 'next-intl/server';
|
||||
import { OGImageTemplate } from '@/components/OGImageTemplate';
|
||||
import { getOgFonts, OG_IMAGE_SIZE } from '@/lib/og-helper';
|
||||
import { getOgFonts, OG_IMAGE_SIZE, getOgAssets } from '@/lib/og-helper';
|
||||
|
||||
export const size = OG_IMAGE_SIZE;
|
||||
export const contentType = 'image/png';
|
||||
@@ -11,9 +11,12 @@ export default async function Image({ params }: { params: Promise<{ locale: stri
|
||||
const { locale } = await params;
|
||||
const t = await getTranslations({ locale, namespace: 'Index.meta' });
|
||||
const fonts = await getOgFonts();
|
||||
const { logo, bgImage } = getOgAssets();
|
||||
|
||||
return new ImageResponse(
|
||||
<OGImageTemplate
|
||||
image={bgImage}
|
||||
logo={logo}
|
||||
title={t('title')}
|
||||
description={t('description')}
|
||||
label="Reliable Energy Infrastructure"
|
||||
|
||||
@@ -266,18 +266,7 @@ export default async function ProductPage({ params }: ProductPageProps) {
|
||||
notFound();
|
||||
}
|
||||
|
||||
let technicalItems = [];
|
||||
try {
|
||||
const tabMatch =
|
||||
typeof product.content === 'string' &&
|
||||
product.content.match(/<Block type="productTabs" data={({.*?})}\s*\/>/s);
|
||||
if (tabMatch && tabMatch[1]) {
|
||||
const data = JSON.parse(tabMatch[1]);
|
||||
technicalItems = data.technicalItems || [];
|
||||
}
|
||||
} catch (e) {
|
||||
// Ignore JSON parse errors for AST
|
||||
}
|
||||
let technicalItems: any[] = [];
|
||||
|
||||
const datasheetPath = getDatasheetPath(productSlug, locale);
|
||||
const isFallback = (product.frontmatter as any).isFallback;
|
||||
@@ -296,8 +285,20 @@ export default async function ProductPage({ params }: ProductPageProps) {
|
||||
if (typeof product.content === 'string') {
|
||||
const tabBlockMatch = product.content.match(/<Block type="productTabs".*?\/>/s);
|
||||
if (tabBlockMatch) {
|
||||
descriptionContent = product.content.replace(tabBlockMatch[0], '');
|
||||
technicalContent = tabBlockMatch[0];
|
||||
descriptionContent = product.content.replace(tabBlockMatch[0], '');
|
||||
|
||||
const dataMatch =
|
||||
technicalContent.match(/data="({.*?})"/s) || technicalContent.match(/data={({.*?})}/s);
|
||||
if (dataMatch && dataMatch[1]) {
|
||||
try {
|
||||
const rawJsonStr = dataMatch[1].replace(/"/g, '"');
|
||||
const data = JSON.parse(rawJsonStr);
|
||||
technicalItems = data.technicalItems || [];
|
||||
} catch (e) {
|
||||
console.error('Failed to parse productTabs data for page:', e);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { ImageResponse } from 'next/og';
|
||||
import { getTranslations } from 'next-intl/server';
|
||||
import { OGImageTemplate } from '@/components/OGImageTemplate';
|
||||
import { getOgFonts, OG_IMAGE_SIZE } from '@/lib/og-helper';
|
||||
import { getOgFonts, OG_IMAGE_SIZE, getOgAssets } from '@/lib/og-helper';
|
||||
|
||||
export const size = OG_IMAGE_SIZE;
|
||||
export const contentType = 'image/png';
|
||||
@@ -11,6 +11,7 @@ export default async function Image({ params }: { params: Promise<{ locale: stri
|
||||
const { locale } = await params;
|
||||
const t = await getTranslations({ locale, namespace: 'Products' });
|
||||
const fonts = await getOgFonts();
|
||||
const { logo, bgImage } = getOgAssets();
|
||||
|
||||
const title = t.has('meta.title')
|
||||
? t('meta.title')
|
||||
@@ -20,7 +21,13 @@ export default async function Image({ params }: { params: Promise<{ locale: stri
|
||||
const description = t('meta.description') || t('subtitle');
|
||||
|
||||
return new ImageResponse(
|
||||
<OGImageTemplate title={title} description={description} label="Products" />,
|
||||
<OGImageTemplate
|
||||
image={bgImage}
|
||||
logo={logo}
|
||||
title={title}
|
||||
description={description}
|
||||
label="Products"
|
||||
/>,
|
||||
{
|
||||
...OG_IMAGE_SIZE,
|
||||
fonts,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { ImageResponse } from 'next/og';
|
||||
import { getTranslations } from 'next-intl/server';
|
||||
import { OGImageTemplate } from '@/components/OGImageTemplate';
|
||||
import { getOgFonts, OG_IMAGE_SIZE } from '@/lib/og-helper';
|
||||
import { getOgFonts, OG_IMAGE_SIZE, getOgAssets } from '@/lib/og-helper';
|
||||
|
||||
export const size = OG_IMAGE_SIZE;
|
||||
export const contentType = 'image/png';
|
||||
@@ -11,12 +11,19 @@ export default async function Image({ params }: { params: Promise<{ locale: stri
|
||||
const { locale } = await params;
|
||||
const t = await getTranslations({ locale, namespace: 'Team' });
|
||||
const fonts = await getOgFonts();
|
||||
const { logo, bgImage } = getOgAssets();
|
||||
|
||||
const title = t('meta.title') || t('hero.subtitle');
|
||||
const description = t('meta.description') || t('hero.title');
|
||||
|
||||
return new ImageResponse(
|
||||
<OGImageTemplate title={title} description={description} label="Our Team" />,
|
||||
<OGImageTemplate
|
||||
image={bgImage}
|
||||
logo={logo}
|
||||
title={title}
|
||||
description={description}
|
||||
label="Our Team"
|
||||
/>,
|
||||
{
|
||||
...OG_IMAGE_SIZE,
|
||||
fonts,
|
||||
|
||||
@@ -61,7 +61,7 @@ export async function sendContactFormAction(formData: FormData) {
|
||||
productName,
|
||||
message,
|
||||
};
|
||||
fs.appendFileSync(backupFile, JSON.stringify(leadData) + '\\n');
|
||||
fs.appendFileSync(backupFile, JSON.stringify(leadData) + '\n');
|
||||
logger.info('Successfully saved lead to local backup file', { backupFile });
|
||||
} catch (backupError) {
|
||||
logger.error('Failed to write to local leads backup', { error: String(backupError) });
|
||||
@@ -156,7 +156,7 @@ export async function sendContactFormAction(formData: FormData) {
|
||||
|
||||
// Notify via Gotify (Internal)
|
||||
await services.notifications.notify({
|
||||
title: `📩 ${notificationSubject}`,
|
||||
title: `📩 [KLZ] ${notificationSubject}`,
|
||||
message: `New message from ${name} (${email}):\n\n${message}`,
|
||||
priority: 5,
|
||||
});
|
||||
|
||||
@@ -450,6 +450,13 @@ export default function Header() {
|
||||
variant="accent"
|
||||
size="lg"
|
||||
className="w-full py-6 text-lg md:text-xl shadow-2xl hover:scale-105 transition-transform"
|
||||
onClick={() => {
|
||||
setIsMobileMenuOpen(false);
|
||||
trackEvent(AnalyticsEvents.BUTTON_CLICK, {
|
||||
label: t('contact'),
|
||||
location: 'mobile_menu_cta',
|
||||
});
|
||||
}}
|
||||
>
|
||||
{t('contact')}
|
||||
</Button>
|
||||
|
||||
@@ -22,6 +22,9 @@ import MeetTheTeam from './home/MeetTheTeam';
|
||||
import GallerySection from './home/GallerySection';
|
||||
import VideoSection from './home/VideoSection';
|
||||
import CTA from './home/CTA';
|
||||
import { AgbHistoryBlock } from './AgbHistoryBlock';
|
||||
import { PDFDownloadBlock } from './PDFDownloadBlock';
|
||||
import ProductTechnicalData from './ProductTechnicalData';
|
||||
function ContactSection(props: any) {
|
||||
return (
|
||||
<div className="p-8 border-2 border-dashed border-primary my-8 text-center text-primary font-bold">
|
||||
@@ -94,6 +97,12 @@ async function Block(props: any) {
|
||||
return <VideoSection data={data} />;
|
||||
case 'homeCTA':
|
||||
return <CTA data={data} />;
|
||||
case 'agbHistory':
|
||||
return <AgbHistoryBlock {...data} />;
|
||||
case 'pdfDownload':
|
||||
return <PDFDownloadBlock {...data} />;
|
||||
case 'productTabs':
|
||||
return <ProductTechnicalData data={data} />;
|
||||
|
||||
default:
|
||||
return (
|
||||
|
||||
@@ -5,6 +5,7 @@ interface OGImageTemplateProps {
|
||||
description?: string;
|
||||
label?: string;
|
||||
image?: string;
|
||||
logo?: string;
|
||||
mode?: 'dark' | 'light' | 'image';
|
||||
}
|
||||
|
||||
@@ -13,6 +14,7 @@ export function OGImageTemplate({
|
||||
description,
|
||||
label,
|
||||
image,
|
||||
logo,
|
||||
mode = 'dark',
|
||||
}: OGImageTemplateProps) {
|
||||
const primaryBlue = '#001a4d';
|
||||
@@ -152,21 +154,26 @@ export function OGImageTemplate({
|
||||
height: '6px',
|
||||
backgroundColor: accentGreen,
|
||||
borderRadius: '3px',
|
||||
marginRight: '24px',
|
||||
marginRight: '32px',
|
||||
}}
|
||||
/>
|
||||
<div
|
||||
style={{
|
||||
fontSize: '24px',
|
||||
fontWeight: 700,
|
||||
color: 'white',
|
||||
textTransform: 'uppercase',
|
||||
letterSpacing: '0.15em',
|
||||
display: 'flex',
|
||||
}}
|
||||
>
|
||||
KLZ Cables
|
||||
</div>
|
||||
{logo ? (
|
||||
/* eslint-disable-next-line @next/next/no-img-element */
|
||||
<img src={logo} alt="KLZ Cables" height="40" style={{ objectFit: 'contain' }} />
|
||||
) : (
|
||||
<div
|
||||
style={{
|
||||
fontSize: '24px',
|
||||
fontWeight: 700,
|
||||
color: 'white',
|
||||
textTransform: 'uppercase',
|
||||
letterSpacing: '0.15em',
|
||||
display: 'flex',
|
||||
}}
|
||||
>
|
||||
KLZ Cables
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
{/* Saturated Blue Brand Strip */}
|
||||
|
||||
@@ -3,7 +3,11 @@
|
||||
import React from 'react';
|
||||
import { usePathname } from 'next/navigation';
|
||||
|
||||
export const PDFDownloadBlock: React.FC<{ label: string; style: string }> = ({ label, style }) => {
|
||||
export const PDFDownloadBlock: React.FC<{ label: string; style: string; url?: string }> = ({
|
||||
label,
|
||||
style,
|
||||
url,
|
||||
}) => {
|
||||
const pathname = usePathname();
|
||||
|
||||
// Extract slug from pathname
|
||||
@@ -12,7 +16,7 @@ export const PDFDownloadBlock: React.FC<{ label: string; style: string }> = ({ l
|
||||
// We want the page slug.
|
||||
const slug = segments[segments.length - 1] || 'home';
|
||||
|
||||
const href = `/api/pages/${slug}/pdf`;
|
||||
const href = url || `/api/pages/${slug}/pdf`;
|
||||
|
||||
return (
|
||||
<div className="my-8">
|
||||
|
||||
@@ -82,8 +82,13 @@ export function Button({
|
||||
);
|
||||
|
||||
if (href) {
|
||||
const { type, disabled, ...linkProps } = props as any;
|
||||
return (
|
||||
<Link href={href} className={styles}>
|
||||
<Link
|
||||
href={disabled ? '#' : href}
|
||||
className={cn(styles, disabled && 'pointer-events-none opacity-50')}
|
||||
{...linkProps}
|
||||
>
|
||||
{content}
|
||||
</Link>
|
||||
);
|
||||
|
||||
@@ -247,7 +247,7 @@ _status: published
|
||||
|
||||
Stand: April 2026
|
||||
|
||||
<Block type="pdfDownload" data={{"id":"69a9b09ea220fecfb9d54bb8","label":"Als PDF herunterladen","style":"primary","blockName":"","blockType":"pdfDownload"}} />
|
||||
<Block type="pdfDownload" data={{"id":"69a9b09ea220fecfb9d54bb8","label":"Als PDF herunterladen","style":"primary","url":"/AVB-KLZ-4-2026.pdf","blockName":"","blockType":"pdfDownload"}} />
|
||||
|
||||
<Block type="agbHistory" data={{"id":"69a9b09ea220fecfb9d54bb9","blockName":"AGB History","blockType":"agbHistory","title":"Vorherige Versionen"}} />
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
data/excel/high-voltage.xlsx
Normal file
BIN
data/excel/high-voltage.xlsx
Normal file
Binary file not shown.
BIN
data/excel/low-voltage-KM.xlsx
Normal file
BIN
data/excel/low-voltage-KM.xlsx
Normal file
Binary file not shown.
BIN
data/excel/medium-voltage-KM 170126.xlsx
Normal file
BIN
data/excel/medium-voltage-KM 170126.xlsx
Normal file
Binary file not shown.
BIN
data/excel/medium-voltage-KM.xlsx
Normal file
BIN
data/excel/medium-voltage-KM.xlsx
Normal file
Binary file not shown.
BIN
data/excel/solar-cables.xlsx
Normal file
BIN
data/excel/solar-cables.xlsx
Normal file
Binary file not shown.
249
data/products/de/h1z2z2-k.mdx
Normal file
249
data/products/de/h1z2z2-k.mdx
Normal file
@@ -0,0 +1,249 @@
|
||||
---
|
||||
title: H1Z2Z2-K
|
||||
sku: H1Z2Z2-K-solar-cables
|
||||
description: >
|
||||
Das H1Z2Z2-K Kabel ist ein hochflexibles, halogenfreies Solarkabel für moderne
|
||||
Photovoltaikanlagen. Es erfüllt höchste Anforderungen an Sicherheit,
|
||||
Wetterbeständigkeit und elektrische Belastbarkeit – sowohl im Innen- als auch
|
||||
im Außeneinsatz.
|
||||
categories:
|
||||
- Solarkabel
|
||||
images:
|
||||
- /uploads/2025/06/H1Z2Z2-K-scaled.webp
|
||||
application: >
|
||||
Das H1Z2Z2-K entspricht der Norm DIN EN 50618 (VDE 0283-618) und ist speziell für die
|
||||
Verkabelung von Photovoltaiksystemen konzipiert. Es kann fest verlegt oder flexibel
|
||||
geführt werden – im Gebäude, im Freien, in Industrieanlagen, landwirtschaftlichen
|
||||
Betrieben oder sogar in explosionsgefährdeten Bereichen. Die Leitung ist UV-, ozon-
|
||||
und wasserbeständig (AD7) und darf direkt in der Erde verlegt werden.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "120",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "+250 Max. 5 sec.",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-25",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Nennspannung (kV)",
|
||||
"value": "AC: 1000/1000 V DC: 1500 V",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung (kV)",
|
||||
"value": "6,5 AC, 15 DC (5 min.)",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Shape of conductor",
|
||||
"value": "RM",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich (°C)",
|
||||
"value": "-40/+90",
|
||||
"unit": "°C"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "AC: 1000 / 1000 V DC: 1500 V",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "AC: 1000 / 1000 V DC: 1500 V"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "6,5 AC, 15 DC (5 min.)",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-40/+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "120",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "+250 Max. 5 sec.",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-25",
|
||||
"unit": "°C"
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x1,5",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"13,7",
|
||||
"22",
|
||||
"4,5",
|
||||
"33"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x2,5",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"8,21",
|
||||
"24",
|
||||
"4,9",
|
||||
"41"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x4",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"5,09",
|
||||
"26",
|
||||
"5,5",
|
||||
"57"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x6",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"3,39",
|
||||
"30",
|
||||
"5,9",
|
||||
"73"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x10",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"1,95",
|
||||
"35",
|
||||
"6,9",
|
||||
"110"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x16",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"1,24",
|
||||
"40",
|
||||
"8",
|
||||
"170"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x25",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"0,795",
|
||||
"50",
|
||||
"10",
|
||||
"260"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x35",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"0,565",
|
||||
"56",
|
||||
"11",
|
||||
"360"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"0,393",
|
||||
"60",
|
||||
"13,2",
|
||||
"500"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="460" data-end="518">Für dauerhafte Einsätze in anspruchsvollen Umgebungen</h3>
|
||||
<p data-start="520" data-end="953">Das <strong data-start="524" data-end="536">H1Z2Z2-K</strong> entspricht der <strong data-start="552" data-end="588">Norm DIN EN 50618 (VDE 0283-618)</strong> und ist speziell für die <strong data-start="614" data-end="654">Verkabelung von Photovoltaiksystemen</strong> konzipiert. Es kann <strong data-start="675" data-end="713">fest verlegt oder flexibel geführt</strong> werden – im Gebäude, im Freien, in Industrieanlagen, landwirtschaftlichen Betrieben oder sogar in <strong data-start="812" data-end="847">explosionsgefährdeten Bereichen</strong>. Die Leitung ist <strong data-start="865" data-end="905">UV-, ozon- und wasserbeständig (AD7)</strong> und darf <strong data-start="915" data-end="945">direkt in der Erde verlegt</strong> werden.</p>
|
||||
<h3 data-start="955" data-end="990">Aufbau und technische Merkmale</h3>
|
||||
<p data-start="992" data-end="1516">Der feindrähtige <strong data-start="1009" data-end="1045">verzinnt Kupferleiter (Klasse 5)</strong> ist doppelt geschützt durch eine <strong data-start="1079" data-end="1160">vernetzte Isolierung und einen vernetzten Außenmantel aus Polyolefincopolymer</strong> – halogenfrei, flammwidrig und mit hoher Abriebfestigkeit. Das Kabel ist für eine maximale Leitertemperatur von <strong data-start="1273" data-end="1283">120 °C</strong> ausgelegt und bleibt auch bei <strong data-start="1314" data-end="1339">-40 °C (fest verlegt)</strong> zuverlässig flexibel. Die <strong data-start="1366" data-end="1394">geringe Rauchentwicklung</strong> und hohe Beständigkeit gegenüber mechanischen und thermischen Einflüssen sorgen für einen sicheren, langjährigen Betrieb.</p>
|
||||
<h3 data-start="1518" data-end="1549">Eigenschaften im Überblick</h3>
|
||||
<ul data-start="1551" data-end="1815">
|
||||
<li data-start="1551" data-end="1604">
|
||||
<p data-start="1553" data-end="1604"><strong data-start="1553" data-end="1604">Halogenfrei, flammwidrig, UV- und ozonbeständig</strong></p>
|
||||
</li>
|
||||
<li data-start="1605" data-end="1666">
|
||||
<p data-start="1607" data-end="1666"><strong data-start="1607" data-end="1666">Kurzschluss- und erdschlusssicher gemäß VDE-AR-E 2283-4</strong></p>
|
||||
</li>
|
||||
<li data-start="1667" data-end="1744">
|
||||
<p data-start="1669" data-end="1744"><strong data-start="1669" data-end="1744">Zugelassen für Innenräume, Außenbereiche und explosionsgefährdete Zonen</strong></p>
|
||||
</li>
|
||||
<li data-start="1745" data-end="1784">
|
||||
<p data-start="1747" data-end="1784"><strong data-start="1747" data-end="1784">Geeignet für direkte Erdverlegung</strong></p>
|
||||
</li>
|
||||
<li data-start="1785" data-end="1815">
|
||||
<p data-start="1787" data-end="1815"><strong data-start="1787" data-end="1815">CPR-Leistungsklasse: Eca</strong></p>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
835
data/products/de/n2x2y.mdx
Normal file
835
data/products/de/n2x2y.mdx
Normal file
@@ -0,0 +1,835 @@
|
||||
---
|
||||
title: N2X2Y
|
||||
sku: N2X2Y-low-voltage-cables
|
||||
description: >
|
||||
Das N2X2Y Kabel ist ein VPE-isoliertes Niederspannungskabel mit HDPE-Mantel,
|
||||
das für feste Verlegungen unter anspruchsvollen Bedingungen entwickelt wurde.
|
||||
Es überzeugt durch seine hohe thermische Belastbarkeit und ist optimal für den
|
||||
Einsatz in Energieverteilungen mit erhöhten Sicherheitsanforderungen geeignet.
|
||||
categories:
|
||||
- Niederspannungskabel
|
||||
images:
|
||||
- /uploads/2025/01/N2X2Y-scaled.webp
|
||||
application: >
|
||||
Das N2X2Y entspricht den Normen HD 603 S1 Teil 5G und HD 627 S1 Teil 4H (gleichlautend
|
||||
mit DIN VDE 0276-603 und -627) und ist für eine Betriebsfrequenz von 50 Hz ausgelegt.
|
||||
Es eignet sich für die feste Verlegung in Innenräumen, im Erdreich, im Freien und in
|
||||
Industrieumgebungen mit hohen Temperatur- und Belastungsanforderungen. Die maximale
|
||||
Betriebstemperatur liegt bei +90 °C, im Kurzschlussfall sind +250 °C zulässig.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Biegeradius (mm)",
|
||||
"value": "15/12xD",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Nennspannung (kV)",
|
||||
"value": "0.6/1",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung (kV)",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Self-extinguishing of single cable",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich (°C)",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "0.6/1 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "0.6/1 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,83",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"9",
|
||||
"141"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,15",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"10",
|
||||
"200"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,727",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"12",
|
||||
"301"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,524",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"13",
|
||||
"397"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,387",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"14",
|
||||
"520"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,268",
|
||||
"1,1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"16",
|
||||
"725"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,193",
|
||||
"1,1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"18",
|
||||
"972"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,153",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"20",
|
||||
"1207"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,124",
|
||||
"1,4",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"22",
|
||||
"1488"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,0991",
|
||||
"1,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"2388"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,0601",
|
||||
"1,8",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"29",
|
||||
"2964"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,047",
|
||||
"2",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"32",
|
||||
"3772"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,0366",
|
||||
"2,2",
|
||||
"2",
|
||||
"12xD",
|
||||
"36",
|
||||
"4808"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,83",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"17",
|
||||
"529"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,15",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"19",
|
||||
"741"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,727",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"23",
|
||||
"1122"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,524",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1473"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,387",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1729"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,268",
|
||||
"1,1",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"30",
|
||||
"2414"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1,1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"3210"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,153",
|
||||
"1,2",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"37",
|
||||
"3962"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,124",
|
||||
"1,4",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"41",
|
||||
"4906"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0991",
|
||||
"1,6",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"45",
|
||||
"6047"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0754",
|
||||
"1,7",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"51",
|
||||
"7833"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35+16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV/RE",
|
||||
"0,524",
|
||||
"0.9/0.7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1652"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50+25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM/RMV",
|
||||
"0,387",
|
||||
"1.0/0.9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"29",
|
||||
"2075"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70+35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,268",
|
||||
"1.1/0.9",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"32",
|
||||
"2828"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95+50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1.1/1.0",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"37",
|
||||
"3757"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120+70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,153",
|
||||
"1.2/1.1",
|
||||
"2,2",
|
||||
"12xD",
|
||||
"40",
|
||||
"4707"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150+70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,124",
|
||||
"1.4/1.1",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"45",
|
||||
"5675"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185+95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0991",
|
||||
"1.6/1.1",
|
||||
"2,5",
|
||||
"12xD",
|
||||
"49",
|
||||
"7071"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240+120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0754",
|
||||
"1.7/1.2",
|
||||
"2,7",
|
||||
"12xD",
|
||||
"56",
|
||||
"9138"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,83",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"18",
|
||||
"642"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,15",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"21",
|
||||
"910"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,727",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"25",
|
||||
"1391"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,524",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1834"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,387",
|
||||
"1",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"29",
|
||||
"2255"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,268",
|
||||
"1,1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"3158"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1,1",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"37",
|
||||
"4200"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,153",
|
||||
"1,2",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"41",
|
||||
"5259"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,124",
|
||||
"1,4",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"46",
|
||||
"6439"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0991",
|
||||
"1,6",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"51",
|
||||
"7967"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0754",
|
||||
"1,7",
|
||||
"2,8",
|
||||
"12xD",
|
||||
"57",
|
||||
"10324"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,83",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"20",
|
||||
"767"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,15",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"22",
|
||||
"1100"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,727",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"27",
|
||||
"1676"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,524",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"31",
|
||||
"2266"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,387",
|
||||
"1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"2877"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,268",
|
||||
"1,1",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"38",
|
||||
"3979"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1,1",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"42",
|
||||
"5342"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,153",
|
||||
"1,2",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"47",
|
||||
"6625"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="448" data-end="491">Für anspruchsvolle Betriebsbedingungen</h3>
|
||||
<p data-start="493" data-end="945">Das <strong data-start="497" data-end="506">N2X2Y</strong> entspricht den Normen <strong data-start="529" data-end="550">HD 603 S1 Teil 5G</strong> und <strong data-start="555" data-end="576">HD 627 S1 Teil 4H</strong> (gleichlautend mit <strong data-start="596" data-end="616">DIN VDE 0276-603</strong> und <strong data-start="621" data-end="629">-627</strong>) und ist für eine <strong data-start="648" data-end="678">Betriebsfrequenz von 50 Hz</strong> ausgelegt. Es eignet sich für die feste Verlegung in Innenräumen, im Erdreich, im Freien und in Industrieumgebungen mit hohen Temperatur- und Belastungsanforderungen. Die maximale Betriebstemperatur liegt bei <strong data-start="888" data-end="898">+90 °C</strong>, im Kurzschlussfall sind <strong data-start="924" data-end="935">+250 °C</strong> zulässig.</p>
|
||||
<h3 data-start="947" data-end="982">Aufbau und technische Merkmale</h3>
|
||||
<p data-start="984" data-end="1334">Der Kabelaufbau besteht aus <strong data-start="1012" data-end="1029">Kupferleitern</strong> mit <strong data-start="1034" data-end="1076">VPE-Isolation (vernetztes Polyethylen)</strong>. Die Adern sind verseilt und von einem robusten, <strong data-start="1126" data-end="1151">schwarzen HDPE-Mantel</strong> umgeben. Der integrierte <strong data-start="1177" data-end="1201">konzentrische Leiter</strong> aus Kupferdrähten wird an beiden Enden geerdet und sorgt für effektiven Schutz gegen Potenzialunterschiede und Berührungsspannungen.</p>
|
||||
<h3 data-start="1336" data-end="1355">Einsatzgebiete</h3>
|
||||
<p data-start="1357" data-end="1663">N2X2Y ist ideal für Installationen in <strong data-start="1395" data-end="1442">Ortsnetzen, Umspannwerken, Industrieanlagen</strong> und <strong data-start="1447" data-end="1470">Energieverteilungen</strong>, bei denen hohe <strong data-start="1487" data-end="1515">thermische Belastbarkeit</strong> und <strong data-start="1520" data-end="1552">mechanische Widerstandskraft</strong> gefragt sind. Es bietet eine langlebige Lösung für anspruchsvolle Einsatzbedingungen – zuverlässig und sicher.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
264
data/products/de/n2xfk2y.mdx
Normal file
264
data/products/de/n2xfk2y.mdx
Normal file
@@ -0,0 +1,264 @@
|
||||
---
|
||||
title: N2X(F)K2Y
|
||||
sku: N2X(F)K2Y-high-voltage-cables
|
||||
description: >
|
||||
Die N2X(F)K2Y-Hochspannungskabelserie ist für Spannungsklassen von 64/110kV
|
||||
ausgelegt und verwendet hochleitfähige Kupferleiter, ideal für anspruchsvolle
|
||||
industrielle und infrastrukturelle Anwendungen, einschließlich Erdverlegung
|
||||
und Kabeltrassen-Montage.
|
||||
categories:
|
||||
- Hochspannungskabel
|
||||
images: []
|
||||
application: >
|
||||
Die N2X(F)K2Y-Hochspannungskabelserie ist speziell für den Einsatz in
|
||||
Hochspannungsanwendungen konzipiert, wobei sie eine optimale Leistung durch die
|
||||
Verwendung von hochleitfähigem Kupfer und einer fortschrittlichen XLPE-Isolierung
|
||||
bietet. Diese Kombination gewährleistet eine hohe Durchschlagsfestigkeit und eine
|
||||
effiziente Thermozyklierung unter verschiedenen Betriebsbedingungen.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Nennspannung (kV)",
|
||||
"value": "64/110",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "64/110 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "64/110 kV"
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1×150RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,16",
|
||||
"18",
|
||||
"1,4",
|
||||
"67",
|
||||
"8300"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×185RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,13",
|
||||
"17",
|
||||
"1,3",
|
||||
"66",
|
||||
"8400"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×240RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,1",
|
||||
"16,5",
|
||||
"1,4",
|
||||
"67",
|
||||
"9030"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×300RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,08",
|
||||
"15,5",
|
||||
"1,4",
|
||||
"67",
|
||||
"9540"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×400RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,06",
|
||||
"14,5",
|
||||
"1,4",
|
||||
"69",
|
||||
"10410"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×500RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,05",
|
||||
"14",
|
||||
"1,4",
|
||||
"71",
|
||||
"11590"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×630RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,04",
|
||||
"14",
|
||||
"1,5",
|
||||
"75",
|
||||
"13470"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×800RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,03",
|
||||
"14",
|
||||
"1,6",
|
||||
"80",
|
||||
"15590"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1000RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,03",
|
||||
"14",
|
||||
"1,7",
|
||||
"84",
|
||||
"17980"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1200RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,02",
|
||||
"14",
|
||||
"1,8",
|
||||
"89",
|
||||
"20530"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1400RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,02",
|
||||
"14",
|
||||
"1,9",
|
||||
"94",
|
||||
"22780"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1600RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,02",
|
||||
"14",
|
||||
"2",
|
||||
"98",
|
||||
"25280"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1800RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,02",
|
||||
"14",
|
||||
"2",
|
||||
"102",
|
||||
"27940"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×2000RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,02",
|
||||
"14",
|
||||
"2,1",
|
||||
"103",
|
||||
"29610"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×2500RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,01",
|
||||
"14,5",
|
||||
"2,2",
|
||||
"112",
|
||||
"35400"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×3000RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,01",
|
||||
"14,5",
|
||||
"2,4",
|
||||
"121",
|
||||
"42420"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h2>Technische Übersicht</h2>
|
||||
<p>Die <strong>N2X(F)K2Y-Hochspannungskabelserie</strong> ist speziell für den Einsatz in Hochspannungsanwendungen konzipiert, wobei sie eine optimale Leistung durch die Verwendung von hochleitfähigem Kupfer und einer fortschrittlichen XLPE-Isolierung bietet. Diese Kombination gewährleistet eine hohe Durchschlagsfestigkeit und eine effiziente Thermozyklierung unter verschiedenen Betriebsbedingungen.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Technische Leistung und Konstruktion</h2>
|
||||
<p>Die Kabel der N2X(F)K2Y-Serie sind für ihre hohe <strong>Strombelastbarkeit</strong> und <strong>Kurzschlussstromfestigkeit</strong> bekannt, was sie zu einer zuverlässigen Wahl für kritische Infrastrukturen macht. Die <strong>elektromagnetische Verträglichkeit</strong> wird durch eine sorgfältige Konstruktion sichergestellt, die Spannungsinduzierungen minimiert und die Signalintegrität in komplexen Installationsszenarien bewahrt.</p>
|
||||
<ul>
|
||||
<li>Verwendung von hochreinem Kupfer für maximale Leitfähigkeit und geringe Widerstandsverluste</li>
|
||||
<li>XLPE-Isolierung für verbesserte dielektrische Stärke und thermische Beständigkeit</li>
|
||||
<li>Entwickelt für Verlegung in <strong>Kleeblattformation</strong> und <strong>Erdverlegung</strong>, optimiert für mechanische Stabilität und Wärmeableitung</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Normen und Konformität</h2>
|
||||
<p>Die Kabel entsprechen den internationalen Normen, einschließlich <strong>IEC-Konformität</strong> und <strong>CPR-Klassifizierung</strong>, und sind mit der <strong>CE-Kennzeichnung</strong> versehen. Diese Zertifizierungen bestätigen die Eignung der Kabel für den Einsatz unter den anspruchsvollsten Bedingungen und garantieren eine hohe Sicherheit und Zuverlässigkeit.</p>
|
||||
<p>Verfügbar in mehreren Konfigurationen, um den unterschiedlichen Anforderungen der Projekte gerecht zu werden, bietet die N2X(F)K2Y-Serie eine flexible Lösung für Hochspannungsanwendungen.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
235
data/products/de/n2xfkld2y.mdx
Normal file
235
data/products/de/n2xfkld2y.mdx
Normal file
@@ -0,0 +1,235 @@
|
||||
---
|
||||
title: N2X(F)KLD2Y
|
||||
sku: N2X(F)KLD2Y-high-voltage-cables-2
|
||||
description: >
|
||||
Das N2X(F)KLD2Y-Hochspannungskabel der Serie 2 ist für Spannungsklassen von
|
||||
64/110kV ausgelegt und verwendet hochleitfähige Kupferleiter, ideal für
|
||||
industrielle Hochspannungsanwendungen mit anspruchsvollen
|
||||
Umgebungsbedingungen.
|
||||
categories:
|
||||
- Hochspannungskabel
|
||||
images: []
|
||||
application: >
|
||||
Die N2X(F)KLD2Y-Hochspannungskabel Serie 2 sind speziell für den Einsatz in
|
||||
Hochspannungsanwendungen konzipiert, wobei sie eine optimale Leistung durch die
|
||||
Verwendung von hochleitfähigen Kupferleitern und einer fortschrittlichen
|
||||
XLPE-Isolierung bieten. Diese Kabelserie ist besonders geeignet für anspruchsvolle
|
||||
industrielle Umgebungen, wo hohe Durchschlagsfestigkeit und
|
||||
Thermozyklierungsfähigkeit erforderlich sind.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Nennspannung (kV)",
|
||||
"value": "64/110",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "64/110 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "64/110 kV"
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1×240RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,1",
|
||||
"16,5",
|
||||
"2,2",
|
||||
"86",
|
||||
"7040"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×300RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,08",
|
||||
"15,5",
|
||||
"2,2",
|
||||
"86",
|
||||
"7550"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×400RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,06",
|
||||
"14,5",
|
||||
"2,2",
|
||||
"88",
|
||||
"8380"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×500RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,05",
|
||||
"14",
|
||||
"2,2",
|
||||
"91",
|
||||
"9530"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×630RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,04",
|
||||
"14",
|
||||
"2,4",
|
||||
"95",
|
||||
"11190"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×800RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,03",
|
||||
"14",
|
||||
"2,5",
|
||||
"100",
|
||||
"13160"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1000RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,03",
|
||||
"14",
|
||||
"2,6",
|
||||
"104",
|
||||
"15380"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1200RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,02",
|
||||
"14",
|
||||
"2,8",
|
||||
"110",
|
||||
"17790"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1400RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,02",
|
||||
"14",
|
||||
"2,9",
|
||||
"115",
|
||||
"19870"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1600RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,02",
|
||||
"14",
|
||||
"3",
|
||||
"119",
|
||||
"22210"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1800RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,02",
|
||||
"14",
|
||||
"3,1",
|
||||
"122",
|
||||
"24720"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×2000RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,02",
|
||||
"14",
|
||||
"3,1",
|
||||
"124",
|
||||
"26340"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×2500RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0,01",
|
||||
"14,5",
|
||||
"3,3",
|
||||
"134",
|
||||
"31880"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h2>Technische Übersicht</h2>
|
||||
<p>Die <strong>N2X(F)KLD2Y-Hochspannungskabel Serie 2</strong> sind speziell für den Einsatz in Hochspannungsanwendungen konzipiert, wobei sie eine optimale Leistung durch die Verwendung von hochleitfähigen Kupferleitern und einer fortschrittlichen XLPE-Isolierung bieten. Diese Kabelserie ist besonders geeignet für anspruchsvolle industrielle Umgebungen, wo hohe Durchschlagsfestigkeit und Thermozyklierungsfähigkeit erforderlich sind.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Technische Leistung und Konstruktion</h2>
|
||||
<p>Die Kabel der Serie N2X(F)KLD2Y sind für ihre hohe <strong>Strombelastbarkeit</strong> und ausgezeichnete <strong>Kurzschlussstromfestigkeit</strong> bekannt. Die spezielle Konstruktion mit Kupferleitern und XLPE-Isolierung sorgt für eine hohe <strong>Durchschlagsfestigkeit</strong> und verbesserte <strong>thermische Eigenschaften</strong>, was sie ideal für den Einsatz in Hochspannungsnetzen macht.</p>
|
||||
<ul>
|
||||
<li>Verwendung von hochleitfähigem Kupfer für verbesserte elektrische Leistung</li>
|
||||
<li>XLPE-Isolierung bietet erhöhte thermische Beständigkeit und Langlebigkeit</li>
|
||||
<li>Entwickelt für Installationen in <strong>Kleeblattformation</strong>, <strong>Erdverlegung</strong> und auf <strong>Kabeltrassen</strong></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>EMV und Normkonformität</h2>
|
||||
<p>Die Kabelserie erfüllt strenge Anforderungen an die <strong>elektromagnetische Verträglichkeit</strong> (EMV), minimiert Spannungsinduzierungen und sorgt für eine zuverlässige Funktion in elektromagnetisch anspruchsvollen Umgebungen. Die Einhaltung der <strong>IEC-Normen</strong>, <strong>CPR-Klassifizierung</strong> und die <strong>CE-Kennzeichnung</strong> bestätigen die hohe Qualität und Sicherheit dieser Kabelserie.</p>
|
||||
<ul>
|
||||
<li>Konformität mit internationalen und europäischen Standards für Sicherheit und Leistung</li>
|
||||
<li>Optimierte Abschirmtechniken zur Reduzierung von elektromagnetischen Störungen</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
968
data/products/de/n2xs2y.mdx
Normal file
968
data/products/de/n2xs2y.mdx
Normal file
@@ -0,0 +1,968 @@
|
||||
---
|
||||
title: N2XS2Y
|
||||
sku: N2XS2Y-medium-voltage-cables
|
||||
description: >
|
||||
Das N2XS2Y Kabel ist ein robustes Mittelspannungskabel mit Kupferleiter,
|
||||
VPE-Isolation und widerstandsfähigem PE-Mantel. Es bietet eine zuverlässige
|
||||
Energieübertragung selbst bei hoher mechanischer Belastung und anspruchsvollen
|
||||
Umweltbedingungen.
|
||||
categories:
|
||||
- Mittelspannungskabel
|
||||
images:
|
||||
- /uploads/2025/01/N2XS2Y-scaled.webp
|
||||
application: >
|
||||
Das N2XS2Y erfüllt die Normen DIN VDE 0276-620, HD 620 S2 und IEC 60502. Es eignet sich
|
||||
zur Verlegung in Innenräumen, Kabelkanälen, im Freien, im Wasser, auf Kabelpritschen
|
||||
und insbesondere im Erdreich. Aufgrund seines widerstandsfähigen Mantels wird es
|
||||
häufig in Industrieanlagen, Kraftwerken und Schaltstationen eingesetzt, wo Stabilität
|
||||
und Langlebigkeit gefordert sind.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Shape of conductor",
|
||||
"value": "RM",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich (°C)",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "6/10 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "6/10 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "21",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x35/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,22",
|
||||
"15,3",
|
||||
"0,524",
|
||||
"3,4",
|
||||
"197",
|
||||
"187",
|
||||
"5",
|
||||
"2,1",
|
||||
"360",
|
||||
"24",
|
||||
"803"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,24",
|
||||
"16,3",
|
||||
"0,387",
|
||||
"3,4",
|
||||
"238",
|
||||
"220",
|
||||
"7,1",
|
||||
"2,1",
|
||||
"375",
|
||||
"25",
|
||||
"928"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,28",
|
||||
"17,9",
|
||||
"0,268",
|
||||
"3,4",
|
||||
"294",
|
||||
"268",
|
||||
"10",
|
||||
"2,1",
|
||||
"390",
|
||||
"26",
|
||||
"1154"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,3",
|
||||
"19,4",
|
||||
"0,193",
|
||||
"3,4",
|
||||
"358",
|
||||
"320",
|
||||
"13,6",
|
||||
"2,1",
|
||||
"420",
|
||||
"28",
|
||||
"1410"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,34",
|
||||
"20,9",
|
||||
"0,153",
|
||||
"3,4",
|
||||
"413",
|
||||
"363",
|
||||
"17,1",
|
||||
"2,1",
|
||||
"450",
|
||||
"30",
|
||||
"1682"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,36",
|
||||
"22,3",
|
||||
"0,124",
|
||||
"3,4",
|
||||
"468",
|
||||
"405",
|
||||
"21,4",
|
||||
"2,1",
|
||||
"465",
|
||||
"31",
|
||||
"2025"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,4",
|
||||
"23,9",
|
||||
"0,099",
|
||||
"3,4",
|
||||
"535",
|
||||
"456",
|
||||
"26,4",
|
||||
"2,1",
|
||||
"480",
|
||||
"32",
|
||||
"2383"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,44",
|
||||
"26,4",
|
||||
"0,075",
|
||||
"3,4",
|
||||
"631",
|
||||
"526",
|
||||
"34,3",
|
||||
"2,1",
|
||||
"525",
|
||||
"35",
|
||||
"2965"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,49",
|
||||
"28,8",
|
||||
"0,06",
|
||||
"3,4",
|
||||
"722",
|
||||
"591",
|
||||
"42,9",
|
||||
"2,1",
|
||||
"555",
|
||||
"37",
|
||||
"3624"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,54",
|
||||
"31,4",
|
||||
"0,047",
|
||||
"3,4",
|
||||
"827",
|
||||
"662",
|
||||
"57,2",
|
||||
"2,1",
|
||||
"600",
|
||||
"40",
|
||||
"4574"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,61",
|
||||
"34,6",
|
||||
"0,037",
|
||||
"3,4",
|
||||
"949",
|
||||
"744",
|
||||
"71,4",
|
||||
"2,1",
|
||||
"645",
|
||||
"43",
|
||||
"5597"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "12/20 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "12/20 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "42",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x35/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,16",
|
||||
"19,5",
|
||||
"0,524",
|
||||
"5,5",
|
||||
"200",
|
||||
"189",
|
||||
"5",
|
||||
"2,1",
|
||||
"420",
|
||||
"28",
|
||||
"948"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,17",
|
||||
"20,5",
|
||||
"0,387",
|
||||
"5,5",
|
||||
"239",
|
||||
"222",
|
||||
"7,1",
|
||||
"2,1",
|
||||
"435",
|
||||
"29",
|
||||
"1078"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,19",
|
||||
"22,1",
|
||||
"0,268",
|
||||
"5,5",
|
||||
"297",
|
||||
"271",
|
||||
"10",
|
||||
"2,1",
|
||||
"465",
|
||||
"31",
|
||||
"1315"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,21",
|
||||
"23,6",
|
||||
"0,193",
|
||||
"5,5",
|
||||
"361",
|
||||
"323",
|
||||
"13,6",
|
||||
"2,1",
|
||||
"480",
|
||||
"32",
|
||||
"1579"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,23",
|
||||
"25,1",
|
||||
"0,153",
|
||||
"5,5",
|
||||
"416",
|
||||
"367",
|
||||
"17,1",
|
||||
"2,1",
|
||||
"510",
|
||||
"34",
|
||||
"1861"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,25",
|
||||
"26,5",
|
||||
"0,124",
|
||||
"5,5",
|
||||
"470",
|
||||
"409",
|
||||
"21,4",
|
||||
"2,1",
|
||||
"525",
|
||||
"35",
|
||||
"2212"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,27",
|
||||
"28,1",
|
||||
"0,099",
|
||||
"5,5",
|
||||
"538",
|
||||
"461",
|
||||
"26,4",
|
||||
"2,1",
|
||||
"555",
|
||||
"37",
|
||||
"2585"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,3",
|
||||
"30,6",
|
||||
"0,075",
|
||||
"5,5",
|
||||
"634",
|
||||
"532",
|
||||
"34,3",
|
||||
"2,1",
|
||||
"585",
|
||||
"39",
|
||||
"3181"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,33",
|
||||
"33",
|
||||
"0,06",
|
||||
"5,5",
|
||||
"724",
|
||||
"599",
|
||||
"42,9",
|
||||
"2,1",
|
||||
"630",
|
||||
"42",
|
||||
"3763"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,36",
|
||||
"35,6",
|
||||
"0,047",
|
||||
"5,5",
|
||||
"829",
|
||||
"671",
|
||||
"57,2",
|
||||
"2,1",
|
||||
"660",
|
||||
"44",
|
||||
"4795"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,43",
|
||||
"38,8",
|
||||
"0,037",
|
||||
"5,5",
|
||||
"953",
|
||||
"754",
|
||||
"71,4",
|
||||
"2,1",
|
||||
"705",
|
||||
"47",
|
||||
"5872"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "18/30 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "18/30 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "63",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,13",
|
||||
"25,5",
|
||||
"0,387",
|
||||
"8",
|
||||
"241",
|
||||
"225",
|
||||
"7,1",
|
||||
"2,1",
|
||||
"510",
|
||||
"34",
|
||||
"1292"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,15",
|
||||
"27,1",
|
||||
"0,268",
|
||||
"8",
|
||||
"299",
|
||||
"274",
|
||||
"10",
|
||||
"2,1",
|
||||
"540",
|
||||
"36",
|
||||
"1542"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,16",
|
||||
"28,6",
|
||||
"0,193",
|
||||
"8",
|
||||
"363",
|
||||
"327",
|
||||
"13,6",
|
||||
"2,1",
|
||||
"555",
|
||||
"37",
|
||||
"1817"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,17",
|
||||
"30,1",
|
||||
"0,153",
|
||||
"8",
|
||||
"418",
|
||||
"371",
|
||||
"17,1",
|
||||
"2,1",
|
||||
"585",
|
||||
"39",
|
||||
"2110"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,19",
|
||||
"31,5",
|
||||
"0,124",
|
||||
"8",
|
||||
"472",
|
||||
"414",
|
||||
"21,4",
|
||||
"2,1",
|
||||
"600",
|
||||
"40",
|
||||
"2473"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,2",
|
||||
"33,1",
|
||||
"0,099",
|
||||
"8",
|
||||
"539",
|
||||
"466",
|
||||
"26,4",
|
||||
"2,1",
|
||||
"630",
|
||||
"42",
|
||||
"2853"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,22",
|
||||
"35,6",
|
||||
"0,075",
|
||||
"8",
|
||||
"635",
|
||||
"539",
|
||||
"34,3",
|
||||
"2,1",
|
||||
"660",
|
||||
"44",
|
||||
"3467"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,24",
|
||||
"38",
|
||||
"0,06",
|
||||
"8",
|
||||
"725",
|
||||
"606",
|
||||
"42,9",
|
||||
"2,1",
|
||||
"705",
|
||||
"47",
|
||||
"4164"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,26",
|
||||
"40,6",
|
||||
"0,047",
|
||||
"8",
|
||||
"831",
|
||||
"680",
|
||||
"57,2",
|
||||
"2,1",
|
||||
"735",
|
||||
"49",
|
||||
"5131"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,29",
|
||||
"43,8",
|
||||
"0,037",
|
||||
"8",
|
||||
"953",
|
||||
"765",
|
||||
"71,4",
|
||||
"2,4",
|
||||
"795",
|
||||
"53",
|
||||
"6234"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="451" data-end="502">Für Erdverlegung und anspruchsvolle Umgebungen</h3>
|
||||
<p data-start="504" data-end="901">Das <strong data-start="508" data-end="518">N2XS2Y</strong> erfüllt die Normen <strong data-start="538" data-end="558">DIN VDE 0276-620</strong>, <strong data-start="560" data-end="573">HD 620 S2</strong> und <strong data-start="578" data-end="591">IEC 60502</strong>. Es eignet sich zur <strong data-start="612" data-end="725">Verlegung in Innenräumen, Kabelkanälen, im Freien, im Wasser, auf Kabelpritschen und insbesondere im Erdreich</strong>. Aufgrund seines widerstandsfähigen Mantels wird es häufig in <strong data-start="788" data-end="841">Industrieanlagen, Kraftwerken und Schaltstationen</strong> eingesetzt, wo Stabilität und Langlebigkeit gefordert sind.</p>
|
||||
<h3 data-start="903" data-end="926">Technischer Aufbau</h3>
|
||||
<p data-start="928" data-end="1367">Der Leiter besteht aus <strong data-start="951" data-end="984">blankem, mehrdrähtigem Kupfer</strong> (Klasse 2), umgeben von einer <strong data-start="1015" data-end="1038">inneren Leitschicht</strong> und einer <strong data-start="1049" data-end="1067">VPE-Isolierung</strong> mit festhaftender äußerer Leitschicht. Die Abschirmung erfolgt über eine <strong data-start="1141" data-end="1187">Kupferdraht-Umspinnung mit Querleitwendeln</strong>. Zusätzlich ist das Kabel mit einer <strong data-start="1224" data-end="1250">leitfähigen Bandierung</strong> versehen und besitzt einen <strong data-start="1278" data-end="1301">schwarzen PE-Mantel</strong> (Typ DMP2), der vor Feuchtigkeit und mechanischem Abrieb schützt.</p>
|
||||
<h3 data-start="1369" data-end="1402">Merkmale und Einsatzvorteile</h3>
|
||||
<p data-start="1404" data-end="1766">Das N2XS2Y ist <strong data-start="1419" data-end="1435">erdverlegbar</strong>, <strong data-start="1437" data-end="1465">silikon- und cadmiumfrei</strong> sowie <strong data-start="1472" data-end="1493">nicht flammwidrig</strong>. Es ist für Temperaturen bis <strong data-start="1523" data-end="1544">+90 °C im Betrieb</strong> und <strong data-start="1549" data-end="1579">+250 °C im Kurzschlussfall</strong> ausgelegt. Dank seines <strong data-start="1603" data-end="1635">teilentladungsfreien Aufbaus</strong> bietet es ein hohes Maß an Sicherheit und ist besonders gut für Netze mit hoher Belastung und schwieriger Trassenführung geeignet.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
400
data/products/de/n2xsf2y.mdx
Normal file
400
data/products/de/n2xsf2y.mdx
Normal file
@@ -0,0 +1,400 @@
|
||||
---
|
||||
title: N2XS(F)2Y
|
||||
sku: N2XS(F)2Y-medium-voltage-cables
|
||||
description: >
|
||||
Das N2XS(F)2Y Kabel ist ein längswasserdichtes Mittelspannungskabel mit
|
||||
Kupferleiter, VPE-Isolation und widerstandsfähigem PE-Mantel. Es kombiniert
|
||||
hohe elektrische Sicherheit mit robuster Außenschicht für anspruchsvolle
|
||||
Anwendungen im Netzbetrieb.
|
||||
categories:
|
||||
- Mittelspannungskabel
|
||||
images:
|
||||
- /uploads/2025/01/N2XSF2Y-3-scaled.webp
|
||||
application: >
|
||||
Das N2XS(F)2Y erfüllt die gängigen Normen DIN VDE 0276-620, HD 620 S2 und IEC 60502 und
|
||||
ist für die Verlegung in Innenräumen, Kabelkanälen, im Freien, in Wasser, Erde und auf
|
||||
Kabelpritschen geeignet. Besonders in EVU-Netzen, Industrieanlagen und Kraftwerken
|
||||
spielt dieses Kabel seine Stärken aus – überall dort, wo Langlebigkeit,
|
||||
Wasserdichtigkeit und Sicherheit gefragt sind.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Isolationsdicke (nom.) (mm)",
|
||||
"value": "5,5",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "Manteldicke (min.) (mm)",
|
||||
"value": "2,1",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Nennspannung (kV)",
|
||||
"value": "12/20",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung (kV)",
|
||||
"value": "42",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Shape of conductor",
|
||||
"value": "RM",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich (°C)",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "12/20 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "12/20 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "42",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x35/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,16",
|
||||
"19,5",
|
||||
"0,524",
|
||||
"5,5",
|
||||
"200",
|
||||
"189",
|
||||
"5",
|
||||
"2,1",
|
||||
"420",
|
||||
"28",
|
||||
"949"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,17",
|
||||
"20,5",
|
||||
"0,387",
|
||||
"5,5",
|
||||
"239",
|
||||
"222",
|
||||
"7,1",
|
||||
"2,1",
|
||||
"435",
|
||||
"29",
|
||||
"1079"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,19",
|
||||
"22,1",
|
||||
"0,268",
|
||||
"5,5",
|
||||
"297",
|
||||
"271",
|
||||
"10",
|
||||
"2,1",
|
||||
"465",
|
||||
"31",
|
||||
"1315"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,21",
|
||||
"23,6",
|
||||
"0,193",
|
||||
"5,5",
|
||||
"361",
|
||||
"323",
|
||||
"13,6",
|
||||
"2,1",
|
||||
"480",
|
||||
"32",
|
||||
"1580"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,23",
|
||||
"25,1",
|
||||
"0,153",
|
||||
"5,5",
|
||||
"416",
|
||||
"367",
|
||||
"17,1",
|
||||
"2,1",
|
||||
"510",
|
||||
"34",
|
||||
"1862"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,25",
|
||||
"26,5",
|
||||
"0,124",
|
||||
"5,5",
|
||||
"470",
|
||||
"409",
|
||||
"21,4",
|
||||
"2,1",
|
||||
"525",
|
||||
"35",
|
||||
"2212"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,27",
|
||||
"28,1",
|
||||
"0,099",
|
||||
"5,5",
|
||||
"538",
|
||||
"461",
|
||||
"26,4",
|
||||
"2,1",
|
||||
"555",
|
||||
"37",
|
||||
"2585"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,3",
|
||||
"30,6",
|
||||
"0,075",
|
||||
"5,5",
|
||||
"634",
|
||||
"532",
|
||||
"34,3",
|
||||
"2,1",
|
||||
"585",
|
||||
"39",
|
||||
"3181"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,33",
|
||||
"33",
|
||||
"0,06",
|
||||
"5,5",
|
||||
"724",
|
||||
"599",
|
||||
"42,9",
|
||||
"2,1",
|
||||
"630",
|
||||
"42",
|
||||
"3851"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,36",
|
||||
"35,6",
|
||||
"0,047",
|
||||
"5,5",
|
||||
"829",
|
||||
"671",
|
||||
"57,2",
|
||||
"2,1",
|
||||
"660",
|
||||
"44",
|
||||
"4795"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,4",
|
||||
"38,8",
|
||||
"0,037",
|
||||
"5,5",
|
||||
"953",
|
||||
"754",
|
||||
"71,4",
|
||||
"2,1",
|
||||
"705",
|
||||
"47",
|
||||
"5873"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="452" data-end="502">Entwickelt für leistungsstarke Netzumgebungen</h3>
|
||||
<p data-start="504" data-end="904">Das <strong data-start="508" data-end="521">N2XS(F)2Y</strong> erfüllt die gängigen Normen <strong data-start="550" data-end="570">DIN VDE 0276-620</strong>, <strong data-start="572" data-end="585">HD 620 S2</strong> und <strong data-start="590" data-end="603">IEC 60502</strong> und ist für die <strong data-start="620" data-end="713">Verlegung in Innenräumen, Kabelkanälen, im Freien, in Wasser, Erde und auf Kabelpritschen</strong> geeignet. Besonders in <strong data-start="737" data-end="785">EVU-Netzen, Industrieanlagen und Kraftwerken</strong> spielt dieses Kabel seine Stärken aus – überall dort, wo Langlebigkeit, Wasserdichtigkeit und Sicherheit gefragt sind.</p>
|
||||
<h3 data-start="906" data-end="946">Aufbau und technische Eigenschaften</h3>
|
||||
<p data-start="948" data-end="1387">Im Inneren befindet sich ein <strong data-start="977" data-end="1016">blanker, mehrdrähtiger Kupferleiter</strong> (Klasse 2), umgeben von einer <strong data-start="1047" data-end="1123">extrudierten VPE-Isolation mit innerer und haftender äußerer Leitschicht</strong>. Eine <strong data-start="1130" data-end="1174">längswasserdichte, leitfähige Bandierung</strong>, eine <strong data-start="1181" data-end="1234">Abschirmung aus Kupferdrähten mit Querleitwendeln</strong> und eine zusätzliche <strong data-start="1256" data-end="1282">längswasserdichte Lage</strong> sichern den Aufbau. Der schwarze <strong data-start="1316" data-end="1345">PE-Außenmantel (Typ DMP2)</strong> sorgt für hohe mechanische Belastbarkeit.</p>
|
||||
<h3 data-start="1389" data-end="1425">Anwendungsbereiche und Vorteile</h3>
|
||||
<p data-start="1427" data-end="1822">Das N2XS(F)2Y ist <strong data-start="1445" data-end="1461">erdverlegbar</strong>, <strong data-start="1463" data-end="1509">resistent gegen aggressive Umwelteinflüsse</strong> und hält <strong data-start="1519" data-end="1562">Temperaturen bis +90 °C im Dauerbetrieb</strong> sowie <strong data-start="1569" data-end="1599">+250 °C im Kurzschlussfall</strong> stand. Es ist <strong data-start="1614" data-end="1663">frei von silikon- und cadmiumhaltigen Stoffen</strong> und dank des <strong data-start="1677" data-end="1709">teilentladungsfreien Aufbaus</strong> besonders geeignet für Netze mit höchsten Anforderungen an <strong data-start="1769" data-end="1803">elektrische Betriebssicherheit</strong> und Langlebigkeit.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
927
data/products/de/n2xsfl2y-hv.mdx
Normal file
927
data/products/de/n2xsfl2y-hv.mdx
Normal file
@@ -0,0 +1,927 @@
|
||||
---
|
||||
title: N2XS(FL)2Y
|
||||
sku: N2XS(FL)2Y-high-voltage-cables
|
||||
description: >
|
||||
Das N2XS(FL)2Y Kabel ist ein anpassbares Hochspannungskabel mit durchdachtem
|
||||
Schutzaufbau gegen Wassereintritt und hoher elektrischer Belastbarkeit. Es
|
||||
erfüllt internationale Normen und eignet sich ideal für anspruchsvolle
|
||||
Energieinfrastrukturen.
|
||||
categories:
|
||||
- Hochspannungskabel
|
||||
images:
|
||||
- /uploads/2025/06/N2XSFL2Y-3-scaled.webp
|
||||
application: >
|
||||
Das N2XS(FL)2Y ist konzipiert für die Verlegung im Erdreich, in Kabelkanälen, in Rohren,
|
||||
im Freien und in Innenräumen. Es entspricht der Norm IEC 60840 und lässt sich
|
||||
individuell auf projektspezifische Anforderungen anpassen. Typisch eingesetzt wird es
|
||||
in Übertragungsnetzen, Umspannwerken und großen Industrieanlagen, wo maximale
|
||||
Zuverlässigkeit gefordert ist.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Shape of conductor",
|
||||
"value": "RM",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "6/10 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "6/10 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "21",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,24",
|
||||
"16,3",
|
||||
"0,387",
|
||||
"3,4",
|
||||
"238",
|
||||
"220",
|
||||
"7,1",
|
||||
"2,1",
|
||||
"520",
|
||||
"26",
|
||||
"1010"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,28",
|
||||
"17,9",
|
||||
"0,268",
|
||||
"3,4",
|
||||
"294",
|
||||
"268",
|
||||
"10",
|
||||
"2,1",
|
||||
"560",
|
||||
"28",
|
||||
"1238"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,3",
|
||||
"19,4",
|
||||
"0,193",
|
||||
"3,4",
|
||||
"358",
|
||||
"320",
|
||||
"13,6",
|
||||
"2,1",
|
||||
"580",
|
||||
"29",
|
||||
"1495"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,34",
|
||||
"20,9",
|
||||
"0,153",
|
||||
"3,4",
|
||||
"413",
|
||||
"363",
|
||||
"17,1",
|
||||
"2,1",
|
||||
"620",
|
||||
"31",
|
||||
"1773"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,36",
|
||||
"22,3",
|
||||
"0,124",
|
||||
"3,4",
|
||||
"468",
|
||||
"405",
|
||||
"21,4",
|
||||
"2,1",
|
||||
"640",
|
||||
"32",
|
||||
"2119"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,4",
|
||||
"23,9",
|
||||
"0,099",
|
||||
"3,4",
|
||||
"535",
|
||||
"456",
|
||||
"26,4",
|
||||
"2,1",
|
||||
"680",
|
||||
"34",
|
||||
"2483"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,44",
|
||||
"26,4",
|
||||
"0,075",
|
||||
"3,4",
|
||||
"631",
|
||||
"526",
|
||||
"34,3",
|
||||
"2,1",
|
||||
"720",
|
||||
"36",
|
||||
"3073"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,48",
|
||||
"28,8",
|
||||
"0,06",
|
||||
"3,4",
|
||||
"722",
|
||||
"591",
|
||||
"42,9",
|
||||
"2,1",
|
||||
"780",
|
||||
"39",
|
||||
"3737"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,54",
|
||||
"31,4",
|
||||
"0,047",
|
||||
"3,4",
|
||||
"827",
|
||||
"662",
|
||||
"57,2",
|
||||
"2,1",
|
||||
"840",
|
||||
"42",
|
||||
"4697"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,61",
|
||||
"34,6",
|
||||
"0,037",
|
||||
"3,4",
|
||||
"949",
|
||||
"744",
|
||||
"71,4",
|
||||
"2,1",
|
||||
"880",
|
||||
"44",
|
||||
"5729"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "12/20 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "12/20 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "42",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35 - + 90 / -35 - +90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,17",
|
||||
"20,5",
|
||||
"0,387",
|
||||
"5,5",
|
||||
"239",
|
||||
"222",
|
||||
"7,1",
|
||||
"2,1",
|
||||
"600",
|
||||
"30",
|
||||
"1166"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,19",
|
||||
"22,1",
|
||||
"0,268",
|
||||
"5,5",
|
||||
"297",
|
||||
"271",
|
||||
"10",
|
||||
"2,1",
|
||||
"640",
|
||||
"32",
|
||||
"1409"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,21",
|
||||
"23,6",
|
||||
"0,193",
|
||||
"5,5",
|
||||
"361",
|
||||
"323",
|
||||
"13,6",
|
||||
"2,1",
|
||||
"660",
|
||||
"33",
|
||||
"1675"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,23",
|
||||
"25,1",
|
||||
"0,153",
|
||||
"5,5",
|
||||
"416",
|
||||
"367",
|
||||
"17,1",
|
||||
"2,1",
|
||||
"700",
|
||||
"35",
|
||||
"1968"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,25",
|
||||
"26,5",
|
||||
"0,124",
|
||||
"5,5",
|
||||
"470",
|
||||
"409",
|
||||
"21,4",
|
||||
"2,1",
|
||||
"720",
|
||||
"36",
|
||||
"2320"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,27",
|
||||
"28,1",
|
||||
"0,099",
|
||||
"5,5",
|
||||
"538",
|
||||
"461",
|
||||
"26,4",
|
||||
"2,1",
|
||||
"760",
|
||||
"38",
|
||||
"2697"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,3",
|
||||
"30,6",
|
||||
"0,075",
|
||||
"5,5",
|
||||
"634",
|
||||
"532",
|
||||
"34,3",
|
||||
"2,1",
|
||||
"800",
|
||||
"40",
|
||||
"3303"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,32",
|
||||
"33",
|
||||
"0,06",
|
||||
"5,5",
|
||||
"724",
|
||||
"599",
|
||||
"42,9",
|
||||
"2,1",
|
||||
"860",
|
||||
"43",
|
||||
"3978"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,36",
|
||||
"35,6",
|
||||
"0,047",
|
||||
"5,5",
|
||||
"829",
|
||||
"671",
|
||||
"57,2",
|
||||
"2,1",
|
||||
"900",
|
||||
"45",
|
||||
"4925"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,4",
|
||||
"38,8",
|
||||
"0,037",
|
||||
"5,5",
|
||||
"953",
|
||||
"754",
|
||||
"71,4",
|
||||
"2,1",
|
||||
"980",
|
||||
"49",
|
||||
"6006"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "18/30 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "18/30 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "63",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,13",
|
||||
"25,5",
|
||||
"0,387",
|
||||
"8",
|
||||
"241",
|
||||
"225",
|
||||
"7.1",
|
||||
"2,1",
|
||||
"700",
|
||||
"35",
|
||||
"1405"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,15",
|
||||
"27,1",
|
||||
"0,268",
|
||||
"8",
|
||||
"299",
|
||||
"274",
|
||||
"10",
|
||||
"2,1",
|
||||
"740",
|
||||
"37",
|
||||
"1646"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,16",
|
||||
"28,6",
|
||||
"0,193",
|
||||
"8",
|
||||
"363",
|
||||
"327",
|
||||
"13,6",
|
||||
"2,1",
|
||||
"760",
|
||||
"38",
|
||||
"1926"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,17",
|
||||
"30,1",
|
||||
"0,153",
|
||||
"8",
|
||||
"418",
|
||||
"371",
|
||||
"17,1",
|
||||
"2,1",
|
||||
"800",
|
||||
"40",
|
||||
"2227"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,19",
|
||||
"31,5",
|
||||
"0,124",
|
||||
"8",
|
||||
"472",
|
||||
"414",
|
||||
"21,4",
|
||||
"2,1",
|
||||
"820",
|
||||
"41",
|
||||
"2590"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,2",
|
||||
"33,1",
|
||||
"0,099",
|
||||
"8",
|
||||
"539",
|
||||
"466",
|
||||
"26,4",
|
||||
"2,1",
|
||||
"860",
|
||||
"43",
|
||||
"2975"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,22",
|
||||
"35,6",
|
||||
"0,075",
|
||||
"8",
|
||||
"635",
|
||||
"539",
|
||||
"34,3",
|
||||
"2,1",
|
||||
"900",
|
||||
"45",
|
||||
"3594"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,24",
|
||||
"38",
|
||||
"0,06",
|
||||
"8",
|
||||
"725",
|
||||
"606",
|
||||
"42,9",
|
||||
"2,1",
|
||||
"960",
|
||||
"48",
|
||||
"4300"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,26",
|
||||
"40,6",
|
||||
"0,047",
|
||||
"8",
|
||||
"831",
|
||||
"680",
|
||||
"57,2",
|
||||
"2,1",
|
||||
"1020",
|
||||
"51",
|
||||
"5290"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,29",
|
||||
"43,8",
|
||||
"0,037",
|
||||
"8",
|
||||
"953",
|
||||
"765",
|
||||
"71,4",
|
||||
"2,4",
|
||||
"1080",
|
||||
"54",
|
||||
"6403"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="508" data-end="571">Flexibel im Einsatz – unter Erde, Wasser und auf Pritschen</h3>
|
||||
<p data-start="573" data-end="950">Das <strong data-start="577" data-end="591">N2XS(FL)2Y</strong> ist konzipiert für die <strong data-start="615" data-end="698">Verlegung im Erdreich, in Kabelkanälen, in Rohren, im Freien und in Innenräumen</strong>. Es entspricht der Norm <strong data-start="723" data-end="736">IEC 60840</strong> und lässt sich individuell auf projektspezifische Anforderungen anpassen. Typisch eingesetzt wird es in <strong data-start="841" data-end="906">Übertragungsnetzen, Umspannwerken und großen Industrieanlagen</strong>, wo maximale Zuverlässigkeit gefordert ist.</p>
|
||||
<h3 data-start="952" data-end="975">Technischer Aufbau</h3>
|
||||
<p data-start="977" data-end="1539">Das Kabel verfügt über einen <strong data-start="1006" data-end="1062">mehrdrähtigen Kupferleiter (Klasse 2 nach IEC 60228)</strong>. Die Isolation besteht aus <strong data-start="1090" data-end="1123">vernetztem Polyethylen (XLPE)</strong>, eingebettet zwischen einer <strong data-start="1152" data-end="1180">leitfähigen Innenschicht</strong> und einer <strong data-start="1191" data-end="1232">leitfähigen äußeren Isolationsschicht</strong>. Eine <strong data-start="1239" data-end="1265">quellfähige Bandierung</strong> sorgt gemeinsam mit <strong data-start="1286" data-end="1334">Kupferdrähten und einer offenen Kupferwendel</strong> für eine effektive Abschirmung. Der Außenmantel besteht aus <strong data-start="1395" data-end="1401">PE</strong>, das mit einer <strong data-start="1417" data-end="1451">Aluminiumkaschierung (Alucopo)</strong> fest verbunden ist – optimaler Schutz gegen <strong data-start="1496" data-end="1538">mechanische Belastung und Feuchtigkeit</strong>.</p>
|
||||
<h3 data-start="1541" data-end="1561">Einsatzmerkmale</h3>
|
||||
<p data-start="1563" data-end="1902">Das N2XS(FL)2Y ist <strong data-start="1582" data-end="1611">wasserdicht, erdverlegbar</strong> und mechanisch belastbar – und dank seiner <strong data-start="1655" data-end="1700">mehrschichtigen Schirm- und Quellstruktur</strong> besonders für kritische Hochspannungsanwendungen geeignet. Die elektrische Leistungsfähigkeit wird projektbezogen berechnet – so lässt sich das Kabel exakt an die Anforderungen im Netzbetrieb anpassen.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
927
data/products/de/n2xsfl2y-mv.mdx
Normal file
927
data/products/de/n2xsfl2y-mv.mdx
Normal file
@@ -0,0 +1,927 @@
|
||||
---
|
||||
title: N2XS(FL)2Y
|
||||
sku: N2XS(FL)2Y-medium-voltage-cables
|
||||
description: >
|
||||
Das N2XS(FL)2Y Kabel ist ein längswasserdichtes Mittelspannungskabel mit
|
||||
Kupferleiter, VPE-Isolation und fest verschweißtem Al/PE-Mantel. Es bietet
|
||||
maximale Betriebssicherheit für kritische Infrastrukturen und schützt
|
||||
zuverlässig gegen eindringende Feuchtigkeit.
|
||||
categories:
|
||||
- Mittelspannungskabel
|
||||
images:
|
||||
- /uploads/2025/01/N2XSFL2Y-2-scaled.webp
|
||||
application: >
|
||||
Das N2XS(FL)2Y erfüllt die Standards DIN VDE 0276-620, HD 620 S2 und IEC 60502. Es
|
||||
eignet sich hervorragend für die Verlegung in Innenräumen, Kabelkanälen, im Freien, in
|
||||
Erde, im Wasser sowie auf Kabelpritschen – insbesondere in EVU-Netzen,
|
||||
Industrieanlagen und Schaltstationen, wo erhöhte Anforderungen an mechanische
|
||||
Belastbarkeit und Wasserdichtigkeit bestehen.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Shape of conductor",
|
||||
"value": "RM",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "6/10 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "6/10 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "21",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,24",
|
||||
"16,3",
|
||||
"0,387",
|
||||
"3,4",
|
||||
"238",
|
||||
"220",
|
||||
"7,1",
|
||||
"2,1",
|
||||
"520",
|
||||
"26",
|
||||
"1010"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,28",
|
||||
"17,9",
|
||||
"0,268",
|
||||
"3,4",
|
||||
"294",
|
||||
"268",
|
||||
"10",
|
||||
"2,1",
|
||||
"560",
|
||||
"28",
|
||||
"1238"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,3",
|
||||
"19,4",
|
||||
"0,193",
|
||||
"3,4",
|
||||
"358",
|
||||
"320",
|
||||
"13,6",
|
||||
"2,1",
|
||||
"580",
|
||||
"29",
|
||||
"1495"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,34",
|
||||
"20,9",
|
||||
"0,153",
|
||||
"3,4",
|
||||
"413",
|
||||
"363",
|
||||
"17,1",
|
||||
"2,1",
|
||||
"620",
|
||||
"31",
|
||||
"1773"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,36",
|
||||
"22,3",
|
||||
"0,124",
|
||||
"3,4",
|
||||
"468",
|
||||
"405",
|
||||
"21,4",
|
||||
"2,1",
|
||||
"640",
|
||||
"32",
|
||||
"2119"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,4",
|
||||
"23,9",
|
||||
"0,099",
|
||||
"3,4",
|
||||
"535",
|
||||
"456",
|
||||
"26,4",
|
||||
"2,1",
|
||||
"680",
|
||||
"34",
|
||||
"2483"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,44",
|
||||
"26,4",
|
||||
"0,075",
|
||||
"3,4",
|
||||
"631",
|
||||
"526",
|
||||
"34,3",
|
||||
"2,1",
|
||||
"720",
|
||||
"36",
|
||||
"3073"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,48",
|
||||
"28,8",
|
||||
"0,06",
|
||||
"3,4",
|
||||
"722",
|
||||
"591",
|
||||
"42,9",
|
||||
"2,1",
|
||||
"780",
|
||||
"39",
|
||||
"3737"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,54",
|
||||
"31,4",
|
||||
"0,047",
|
||||
"3,4",
|
||||
"827",
|
||||
"662",
|
||||
"57,2",
|
||||
"2,1",
|
||||
"840",
|
||||
"42",
|
||||
"4697"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,61",
|
||||
"34,6",
|
||||
"0,037",
|
||||
"3,4",
|
||||
"949",
|
||||
"744",
|
||||
"71,4",
|
||||
"2,1",
|
||||
"880",
|
||||
"44",
|
||||
"5729"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "12/20 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "12/20 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "42",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35 - + 90 / -35 - +90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,17",
|
||||
"20,5",
|
||||
"0,387",
|
||||
"5,5",
|
||||
"239",
|
||||
"222",
|
||||
"7,1",
|
||||
"2,1",
|
||||
"600",
|
||||
"30",
|
||||
"1166"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,19",
|
||||
"22,1",
|
||||
"0,268",
|
||||
"5,5",
|
||||
"297",
|
||||
"271",
|
||||
"10",
|
||||
"2,1",
|
||||
"640",
|
||||
"32",
|
||||
"1409"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,21",
|
||||
"23,6",
|
||||
"0,193",
|
||||
"5,5",
|
||||
"361",
|
||||
"323",
|
||||
"13,6",
|
||||
"2,1",
|
||||
"660",
|
||||
"33",
|
||||
"1675"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,23",
|
||||
"25,1",
|
||||
"0,153",
|
||||
"5,5",
|
||||
"416",
|
||||
"367",
|
||||
"17,1",
|
||||
"2,1",
|
||||
"700",
|
||||
"35",
|
||||
"1968"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,25",
|
||||
"26,5",
|
||||
"0,124",
|
||||
"5,5",
|
||||
"470",
|
||||
"409",
|
||||
"21,4",
|
||||
"2,1",
|
||||
"720",
|
||||
"36",
|
||||
"2320"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,27",
|
||||
"28,1",
|
||||
"0,099",
|
||||
"5,5",
|
||||
"538",
|
||||
"461",
|
||||
"26,4",
|
||||
"2,1",
|
||||
"760",
|
||||
"38",
|
||||
"2697"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,3",
|
||||
"30,6",
|
||||
"0,075",
|
||||
"5,5",
|
||||
"634",
|
||||
"532",
|
||||
"34,3",
|
||||
"2,1",
|
||||
"800",
|
||||
"40",
|
||||
"3303"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,32",
|
||||
"33",
|
||||
"0,06",
|
||||
"5,5",
|
||||
"724",
|
||||
"599",
|
||||
"42,9",
|
||||
"2,1",
|
||||
"860",
|
||||
"43",
|
||||
"3978"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,36",
|
||||
"35,6",
|
||||
"0,047",
|
||||
"5,5",
|
||||
"829",
|
||||
"671",
|
||||
"57,2",
|
||||
"2,1",
|
||||
"900",
|
||||
"45",
|
||||
"4925"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,4",
|
||||
"38,8",
|
||||
"0,037",
|
||||
"5,5",
|
||||
"953",
|
||||
"754",
|
||||
"71,4",
|
||||
"2,1",
|
||||
"980",
|
||||
"49",
|
||||
"6006"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "18/30 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "18/30 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "63",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,13",
|
||||
"25,5",
|
||||
"0,387",
|
||||
"8",
|
||||
"241",
|
||||
"225",
|
||||
"7,1",
|
||||
"2,1",
|
||||
"700",
|
||||
"35",
|
||||
"1405"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,15",
|
||||
"27,1",
|
||||
"0,268",
|
||||
"8",
|
||||
"299",
|
||||
"274",
|
||||
"10",
|
||||
"2,1",
|
||||
"740",
|
||||
"37",
|
||||
"1646"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,16",
|
||||
"28,6",
|
||||
"0,193",
|
||||
"8",
|
||||
"363",
|
||||
"327",
|
||||
"13,6",
|
||||
"2,1",
|
||||
"760",
|
||||
"38",
|
||||
"1926"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,17",
|
||||
"30,1",
|
||||
"0,153",
|
||||
"8",
|
||||
"418",
|
||||
"371",
|
||||
"17,1",
|
||||
"2,1",
|
||||
"800",
|
||||
"40",
|
||||
"2227"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,19",
|
||||
"31,5",
|
||||
"0,124",
|
||||
"8",
|
||||
"472",
|
||||
"414",
|
||||
"21,4",
|
||||
"2,1",
|
||||
"820",
|
||||
"41",
|
||||
"2590"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,2",
|
||||
"33,1",
|
||||
"0,099",
|
||||
"8",
|
||||
"539",
|
||||
"466",
|
||||
"26,4",
|
||||
"2,1",
|
||||
"860",
|
||||
"43",
|
||||
"2975"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,22",
|
||||
"35,6",
|
||||
"0,075",
|
||||
"8",
|
||||
"635",
|
||||
"539",
|
||||
"34,3",
|
||||
"2,1",
|
||||
"900",
|
||||
"45",
|
||||
"3594"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,24",
|
||||
"38",
|
||||
"0,06",
|
||||
"8",
|
||||
"725",
|
||||
"606",
|
||||
"42,9",
|
||||
"2,1",
|
||||
"960",
|
||||
"48",
|
||||
"4300"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,26",
|
||||
"40,6",
|
||||
"0,047",
|
||||
"8",
|
||||
"831",
|
||||
"680",
|
||||
"57,2",
|
||||
"2,1",
|
||||
"1020",
|
||||
"51",
|
||||
"5290"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,29",
|
||||
"43,8",
|
||||
"0,037",
|
||||
"8",
|
||||
"953",
|
||||
"765",
|
||||
"71,4",
|
||||
"2,4",
|
||||
"1080",
|
||||
"54",
|
||||
"6403"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="483" data-end="530">Für anspruchsvolle Energieverteilungsnetze</h3>
|
||||
<p data-start="532" data-end="920">Das <strong data-start="536" data-end="550">N2XS(FL)2Y</strong> erfüllt die Standards <strong data-start="573" data-end="593">DIN VDE 0276-620</strong>, <strong data-start="595" data-end="608">HD 620 S2</strong> und <strong data-start="613" data-end="626">IEC 60502</strong>. Es eignet sich hervorragend für die <strong data-start="664" data-end="762">Verlegung in Innenräumen, Kabelkanälen, im Freien, in Erde, im Wasser sowie auf Kabelpritschen</strong> – insbesondere in <strong data-start="781" data-end="833">EVU-Netzen, Industrieanlagen und Schaltstationen</strong>, wo erhöhte Anforderungen an mechanische Belastbarkeit und Wasserdichtigkeit bestehen.</p>
|
||||
<h3 data-start="922" data-end="945">Technischer Aufbau</h3>
|
||||
<p data-start="947" data-end="1455">Der Kabelaufbau basiert auf einem <strong data-start="981" data-end="1011">mehrdrähtigen Kupferleiter</strong> (Klasse 2), einer <strong data-start="1030" data-end="1047">VPE-Isolation</strong> mit extrudierter, fest haftender <strong data-start="1081" data-end="1104">äußerer Leitschicht</strong>, sowie einer <strong data-start="1118" data-end="1164">längswasserdichten, leitfähigen Bandierung</strong>. Die Abschirmung besteht aus <strong data-start="1194" data-end="1230">Kupferdrähten mit Querleitwendel</strong>, ergänzt durch eine weitere <strong data-start="1259" data-end="1291">längswasserdichte Bandierung</strong>. Der äußere Schutz wird durch eine <strong data-start="1327" data-end="1396">fest mit dem schwarzen PE-Mantel verschweißte Aluminiumbandierung</strong> realisiert – sie wirkt als effektive <strong data-start="1434" data-end="1454">Querwassersperre</strong>.</p>
|
||||
<h3 data-start="1457" data-end="1488">Eigenschaften und Vorteile</h3>
|
||||
<p data-start="1490" data-end="1897">Das N2XS(FL)2Y ist <strong data-start="1509" data-end="1525">erdverlegbar</strong>, <strong data-start="1527" data-end="1560">für Außenanwendungen geeignet</strong> und hält <strong data-start="1570" data-end="1605">Betriebstemperaturen bis +90 °C</strong> sowie <strong data-start="1612" data-end="1650">Kurzschlussbelastungen bis +250 °C</strong> stand. Es ist <strong data-start="1665" data-end="1693">silikon- und cadmiumfrei</strong> und enthält keine lackbenetzungsstörenden Substanzen. Dank seines <strong data-start="1760" data-end="1792">teilentladungsfreien Aufbaus</strong> und der Al/PE-Schicht ist es bestens geeignet für <strong data-start="1843" data-end="1896">feuchte Umgebungen mit erhöhtem Sicherheitsbedarf</strong>.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
963
data/products/de/n2xsy.mdx
Normal file
963
data/products/de/n2xsy.mdx
Normal file
@@ -0,0 +1,963 @@
|
||||
---
|
||||
title: N2XSY
|
||||
sku: N2XSY-medium-voltage-cables
|
||||
description: >
|
||||
Das N2XSY Kabel ist ein leistungsfähiges Mittelspannungskabel mit
|
||||
Kupferleiter, VPE-Isolation und PVC-Mantel. Es bietet hervorragende
|
||||
elektrische Eigenschaften und lässt sich auch bei komplexen Trassenführungen
|
||||
sicher und effizient verlegen.
|
||||
categories:
|
||||
- Mittelspannungskabel
|
||||
images:
|
||||
- /uploads/2025/01/N2XSY-scaled.webp
|
||||
application: >
|
||||
Das N2XSY erfüllt die Normen DIN VDE 0276-620, HD 620 S2 und IEC 60502. Es ist
|
||||
ausgelegt für die Verlegung in Innenräumen, Kabelkanälen, im Wasser, im Erdreich oder
|
||||
im Freien (bei geschützter Installation). Ob in Industrieanlagen, Kraftwerken oder
|
||||
Schaltanlagen – dieses Kabel sorgt für eine sichere und verlustarme
|
||||
Energieübertragung im Mittelspannungsbereich.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-25",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Shape of conductor",
|
||||
"value": "RM",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich (°C)",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "6/10 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "6/10 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "21",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-25",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "EN 60 332-1-2 / EN 60 332-1-3 / EN 60 332-1-4 / EN 60 332-1-5 / EN 60 332-1-6 / EN 60 332-1-7 / EN 60 332-1-8 / EN 60 332-1-9 / EN 60 332-1-10 / EN 60 332-1-11 / EN 60 332-1-12",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x35/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,22",
|
||||
"15,3",
|
||||
"0,524",
|
||||
"3,4",
|
||||
"197",
|
||||
"187",
|
||||
"5",
|
||||
"2,1",
|
||||
"360",
|
||||
"24",
|
||||
"904"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,24",
|
||||
"16,3",
|
||||
"0,387",
|
||||
"3,4",
|
||||
"238",
|
||||
"220",
|
||||
"7,1",
|
||||
"2,1",
|
||||
"390",
|
||||
"26",
|
||||
"1039"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,28",
|
||||
"17,9",
|
||||
"0,268",
|
||||
"3,4",
|
||||
"294",
|
||||
"268",
|
||||
"10",
|
||||
"2,1",
|
||||
"405",
|
||||
"27",
|
||||
"1271"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,3",
|
||||
"19,4",
|
||||
"0,193",
|
||||
"3,4",
|
||||
"358",
|
||||
"320",
|
||||
"13,6",
|
||||
"2,1",
|
||||
"435",
|
||||
"29",
|
||||
"1530"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,34",
|
||||
"20,9",
|
||||
"0,153",
|
||||
"3,4",
|
||||
"413",
|
||||
"363",
|
||||
"17,1",
|
||||
"2,1",
|
||||
"450",
|
||||
"30",
|
||||
"1809"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,36",
|
||||
"22,3",
|
||||
"0,124",
|
||||
"3,4",
|
||||
"468",
|
||||
"405",
|
||||
"21,4",
|
||||
"2,1",
|
||||
"480",
|
||||
"32",
|
||||
"2158"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,4",
|
||||
"23,9",
|
||||
"0,099",
|
||||
"3,4",
|
||||
"535",
|
||||
"456",
|
||||
"26,4",
|
||||
"2,1",
|
||||
"495",
|
||||
"33",
|
||||
"2524"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,44",
|
||||
"26,4",
|
||||
"0,075",
|
||||
"3,4",
|
||||
"631",
|
||||
"526",
|
||||
"34,3",
|
||||
"2,1",
|
||||
"540",
|
||||
"36",
|
||||
"3117"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,49",
|
||||
"28,8",
|
||||
"0,06",
|
||||
"3,4",
|
||||
"722",
|
||||
"591",
|
||||
"42,9",
|
||||
"2,1",
|
||||
"570",
|
||||
"38",
|
||||
"3786"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,54",
|
||||
"31,4",
|
||||
"0,047",
|
||||
"3,4",
|
||||
"827",
|
||||
"662",
|
||||
"57,2",
|
||||
"2,1",
|
||||
"615",
|
||||
"41",
|
||||
"4750"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,61",
|
||||
"34,6",
|
||||
"0,037",
|
||||
"3,4",
|
||||
"949",
|
||||
"744",
|
||||
"71,4",
|
||||
"2,1",
|
||||
"660",
|
||||
"44",
|
||||
"5786"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "12/20 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "12/20 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "42",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-25",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "EN 60 332-1-2",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x35/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,16",
|
||||
"19,5",
|
||||
"0,524",
|
||||
"5,5",
|
||||
"200",
|
||||
"189",
|
||||
"5",
|
||||
"2,1",
|
||||
"435",
|
||||
"29",
|
||||
"1069"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,17",
|
||||
"20,5",
|
||||
"0,387",
|
||||
"5,5",
|
||||
"239",
|
||||
"222",
|
||||
"7,1",
|
||||
"2,1",
|
||||
"450",
|
||||
"30",
|
||||
"1203"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,19",
|
||||
"22,1",
|
||||
"0,268",
|
||||
"5,5",
|
||||
"297",
|
||||
"271",
|
||||
"10",
|
||||
"2,1",
|
||||
"465",
|
||||
"31",
|
||||
"1447"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,21",
|
||||
"23,6",
|
||||
"0,193",
|
||||
"5,5",
|
||||
"361",
|
||||
"323",
|
||||
"13,6",
|
||||
"2,1",
|
||||
"495",
|
||||
"33",
|
||||
"1718"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,23",
|
||||
"25,1",
|
||||
"0,153",
|
||||
"5,5",
|
||||
"416",
|
||||
"367",
|
||||
"17,1",
|
||||
"2,1",
|
||||
"510",
|
||||
"34",
|
||||
"2007"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,25",
|
||||
"26,5",
|
||||
"0,124",
|
||||
"5,5",
|
||||
"470",
|
||||
"409",
|
||||
"21,4",
|
||||
"2,1",
|
||||
"540",
|
||||
"36",
|
||||
"2364"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,27",
|
||||
"28,1",
|
||||
"0,099",
|
||||
"5,5",
|
||||
"538",
|
||||
"461",
|
||||
"26,4",
|
||||
"2,1",
|
||||
"555",
|
||||
"37",
|
||||
"2744"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,3",
|
||||
"30,6",
|
||||
"0,075",
|
||||
"5,5",
|
||||
"634",
|
||||
"532",
|
||||
"34,3",
|
||||
"2,1",
|
||||
"600",
|
||||
"40",
|
||||
"3352"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,35",
|
||||
"33",
|
||||
"0,06",
|
||||
"5,5",
|
||||
"724",
|
||||
"599",
|
||||
"42,9",
|
||||
"2,1",
|
||||
"630",
|
||||
"42",
|
||||
"4032"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,36",
|
||||
"35,6",
|
||||
"0,047",
|
||||
"5,5",
|
||||
"829",
|
||||
"671",
|
||||
"57,2",
|
||||
"2,1",
|
||||
"675",
|
||||
"45",
|
||||
"4988"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,43",
|
||||
"38,8",
|
||||
"0,037",
|
||||
"5,5",
|
||||
"953",
|
||||
"754",
|
||||
"71,4",
|
||||
"2,1",
|
||||
"720",
|
||||
"48",
|
||||
"6080"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "18/30 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "18/30 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "63",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-25",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "EN 60 332-1-2",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,13",
|
||||
"25,5",
|
||||
"0,387",
|
||||
"8",
|
||||
"241",
|
||||
"225",
|
||||
"7,1",
|
||||
"2,1",
|
||||
"525",
|
||||
"35",
|
||||
"1439"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,15",
|
||||
"27,1",
|
||||
"0,268",
|
||||
"8",
|
||||
"299",
|
||||
"274",
|
||||
"10",
|
||||
"2,1",
|
||||
"540",
|
||||
"36",
|
||||
"1697"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,16",
|
||||
"28,6",
|
||||
"0,193",
|
||||
"8",
|
||||
"363",
|
||||
"327",
|
||||
"13,6",
|
||||
"2,1",
|
||||
"570",
|
||||
"38",
|
||||
"1979"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,17",
|
||||
"30,1",
|
||||
"0,153",
|
||||
"8",
|
||||
"418",
|
||||
"371",
|
||||
"17,1",
|
||||
"2,1",
|
||||
"585",
|
||||
"39",
|
||||
"2279"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,19",
|
||||
"31,5",
|
||||
"0,124",
|
||||
"8",
|
||||
"472",
|
||||
"414",
|
||||
"21,4",
|
||||
"2,1",
|
||||
"615",
|
||||
"41",
|
||||
"2648"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,2",
|
||||
"33,1",
|
||||
"0,099",
|
||||
"8",
|
||||
"539",
|
||||
"466",
|
||||
"26,4",
|
||||
"2,1",
|
||||
"630",
|
||||
"42",
|
||||
"3036"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,22",
|
||||
"35,6",
|
||||
"0,075",
|
||||
"8",
|
||||
"635",
|
||||
"539",
|
||||
"34,3",
|
||||
"2,1",
|
||||
"675",
|
||||
"45",
|
||||
"3661"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,24",
|
||||
"38",
|
||||
"0,06",
|
||||
"8",
|
||||
"725",
|
||||
"606",
|
||||
"42,9",
|
||||
"2,1",
|
||||
"705",
|
||||
"47",
|
||||
"4368"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,26",
|
||||
"40,6",
|
||||
"0,047",
|
||||
"8",
|
||||
"831",
|
||||
"680",
|
||||
"57,2",
|
||||
"2,1",
|
||||
"750",
|
||||
"50",
|
||||
"5347"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0,29",
|
||||
"43,8",
|
||||
"0,037",
|
||||
"8",
|
||||
"953",
|
||||
"765",
|
||||
"71,4",
|
||||
"2,4",
|
||||
"795",
|
||||
"53",
|
||||
"6472"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="435" data-end="481">Für kraftvolle Mittelspannungsanwendungen</h3>
|
||||
<p data-start="483" data-end="868">Das <strong data-start="487" data-end="496">N2XSY</strong> erfüllt die Normen <strong data-start="516" data-end="536">DIN VDE 0276-620</strong>, <strong data-start="538" data-end="551">HD 620 S2</strong> und <strong data-start="556" data-end="569">IEC 60502</strong>. Es ist ausgelegt für die <strong data-start="596" data-end="708">Verlegung in Innenräumen, Kabelkanälen, im Wasser, im Erdreich oder im Freien (bei geschützter Installation)</strong>. Ob in <strong data-start="716" data-end="768">Industrieanlagen, Kraftwerken oder Schaltanlagen</strong> – dieses Kabel sorgt für eine sichere und verlustarme Energieübertragung im Mittelspannungsbereich.</p>
|
||||
<h3 data-start="870" data-end="905">Aufbau und technische Merkmale</h3>
|
||||
<p data-start="907" data-end="1380">Das Kabel besteht aus einem <strong data-start="935" data-end="974">blanken, mehrdrähtigen Kupferleiter</strong> (Kl. 2), der von einer <strong data-start="998" data-end="1015">VPE-Isolation</strong> mit festhaftender <strong data-start="1034" data-end="1057">äußerer Leitschicht</strong> umgeben ist. Eine <strong data-start="1076" data-end="1101">leitfähige Bandierung</strong>, eine <strong data-start="1108" data-end="1160">Abschirmung aus Kupferdrähten mit Querleitwendel</strong>, zusätzliche Bandierung und ein <strong data-start="1193" data-end="1213">roter PVC-Mantel</strong> (Typ DMV6) runden den Aufbau ab. Die extrudierte Kombination von Isolierung und Leitschicht sorgt für einen <strong data-start="1322" data-end="1354">teilentladungsfreien Betrieb</strong> und hohe Zuverlässigkeit.</p>
|
||||
<h3 data-start="1382" data-end="1420">Eigenschaften und Einsatzvorteile</h3>
|
||||
<p data-start="1422" data-end="1807">Das N2XSY Kabel ist <strong data-start="1442" data-end="1458">erdverlegbar</strong>, <strong data-start="1460" data-end="1501">flammwidrig nach DIN VDE 0482-332-1-2</strong> und <strong data-start="1506" data-end="1555">frei von silikon- und cadmiumhaltigen Stoffen</strong>. Mit <strong data-start="1561" data-end="1590">+90 °C Betriebstemperatur</strong> und <strong data-start="1595" data-end="1627">+250 °C Kurzschlussresistenz</strong> eignet es sich ideal für Netze mit hoher thermischer Belastung. Die ausgezeichneten Verlegeeigenschaften ermöglichen auch bei schwieriger Streckenführung eine einfache Handhabung.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
888
data/products/de/n2xy.mdx
Normal file
888
data/products/de/n2xy.mdx
Normal file
@@ -0,0 +1,888 @@
|
||||
---
|
||||
title: N2XY
|
||||
sku: N2XY-low-voltage-cables
|
||||
description: >
|
||||
Das N2XY Kabel ist ein nicht armiertes Niederspannungskabel für Strom- und
|
||||
Steueranwendungen bis 0,6/1 kV. Es eignet sich für feste Verlegung in
|
||||
Gebäuden, im Freien, in feuchter Umgebung sowie bei direkter Erdverlegung –
|
||||
überall dort, wo keine besonderen mechanischen Belastungen auftreten.
|
||||
categories:
|
||||
- Niederspannungskabel
|
||||
images:
|
||||
- /uploads/2025/01/N2XY-scaled.webp
|
||||
application: >
|
||||
Das N2XY wird in Niederspannungsanlagen zur Energieverteilung eingesetzt – zum Beispiel
|
||||
in Kabeltrassen, Rohren, auf Wänden oder direkt im Erdreich. Es lässt sich sowohl im
|
||||
Innen- als auch im Außenbereich installieren und ist auch für feuchte Umgebungen
|
||||
geeignet. Dank verschiedener Aderkonfigurationen (einadrig bis vieradrig) und
|
||||
Querschnitten bis 630 mm² lässt sich das Kabel flexibel an die jeweilige Anwendung
|
||||
anpassen.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Biegeradius (mm)",
|
||||
"value": "15/12xD",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Nennspannung (kV)",
|
||||
"value": "0.6/1",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung (kV)",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Self-extinguishing of single cable",
|
||||
"value": "IEC 60332-1-2",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich (°C)",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "0.6/1 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "0.6/1 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "IEC 60332-1-2",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,83",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"9",
|
||||
"166"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,15",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"10",
|
||||
"229"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,727",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"12",
|
||||
"336"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,524",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"13",
|
||||
"436"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,387",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"14",
|
||||
"562"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,268",
|
||||
"1,1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"16",
|
||||
"774"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,193",
|
||||
"1,1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"18",
|
||||
"1027"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,153",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"20",
|
||||
"1267"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,124",
|
||||
"1,4",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"22",
|
||||
"1555"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,0991",
|
||||
"1,6",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"24",
|
||||
"1922"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,0754",
|
||||
"1,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"2471"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,0601",
|
||||
"1,8",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"29",
|
||||
"3055"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,047",
|
||||
"2",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"32",
|
||||
"3880"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,0366",
|
||||
"2,2",
|
||||
"2",
|
||||
"12xD",
|
||||
"36",
|
||||
"4938"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,83",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"17",
|
||||
"581"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,15",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"19",
|
||||
"800"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,727",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"23",
|
||||
"1193"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,524",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1553"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,387",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1815"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,268",
|
||||
"1,1",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"30",
|
||||
"2519"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1,1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"3319"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,153",
|
||||
"1,2",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"37",
|
||||
"4089"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,124",
|
||||
"1,4",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"41",
|
||||
"5077"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0991",
|
||||
"1,6",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"45",
|
||||
"6233"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0754",
|
||||
"1,7",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"51",
|
||||
"8067"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25+16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV/RE",
|
||||
"0,727",
|
||||
"0.9/0.7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"24",
|
||||
"1357"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35+16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM/RE",
|
||||
"0,524",
|
||||
"0.9/0.7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1658"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50+25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM/RMV",
|
||||
"0,387",
|
||||
"1.0/0.9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"29",
|
||||
"2170"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70+35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,268",
|
||||
"1.1/0.9",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"32",
|
||||
"2932"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95+50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1.1/1.0",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"37",
|
||||
"3897"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120+70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,153",
|
||||
"1.2/1.1",
|
||||
"2,2",
|
||||
"12xD",
|
||||
"40",
|
||||
"4865"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150+70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,124",
|
||||
"1.4/1.1",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"45",
|
||||
"5862"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185+95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0991",
|
||||
"1.6/1.1",
|
||||
"2,5",
|
||||
"12xD",
|
||||
"49",
|
||||
"7293"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240+120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0754",
|
||||
"1.7/1.2",
|
||||
"2,7",
|
||||
"12xD",
|
||||
"56",
|
||||
"9407"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,83",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"18",
|
||||
"698"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,15",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"21",
|
||||
"974"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"1,15",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"21",
|
||||
"995"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,727",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"25",
|
||||
"1469"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,524",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1818"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,387",
|
||||
"1",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"29",
|
||||
"2354"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,268",
|
||||
"1,1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"3268"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1,1",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"37",
|
||||
"4341"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,153",
|
||||
"1,2",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"41",
|
||||
"5429"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,124",
|
||||
"1,4",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"46",
|
||||
"6637"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0991",
|
||||
"1,6",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"51",
|
||||
"8188"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0754",
|
||||
"1,7",
|
||||
"2,8",
|
||||
"12xD",
|
||||
"57",
|
||||
"10609"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,83",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"20",
|
||||
"829"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,15",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"22",
|
||||
"1169"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"1,15",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"23",
|
||||
"1188"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,727",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"27",
|
||||
"1795"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,524",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"31",
|
||||
"2363"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,387",
|
||||
"1",
|
||||
"2",
|
||||
"12xD",
|
||||
"35",
|
||||
"3154"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,268",
|
||||
"1,1",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"38",
|
||||
"4146"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1,1",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"42",
|
||||
"5516"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,153",
|
||||
"1,2",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"47",
|
||||
"6805"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="514" data-end="565">Für die feste Verlegung in Standardanwendungen</h3>
|
||||
<p data-start="567" data-end="995">Das <strong data-start="571" data-end="579">N2XY</strong> wird in Niederspannungsanlagen zur Energieverteilung eingesetzt – zum Beispiel in Kabeltrassen, Rohren, auf Wänden oder direkt im Erdreich. Es lässt sich sowohl im Innen- als auch im Außenbereich installieren und ist auch für feuchte Umgebungen geeignet. Dank verschiedener Aderkonfigurationen (einadrig bis vieradrig) und Querschnitten bis 630 mm² lässt sich das Kabel flexibel an die jeweilige Anwendung anpassen.</p>
|
||||
<h3 data-start="997" data-end="1020">Technischer Aufbau</h3>
|
||||
<p data-start="1022" data-end="1346">Als Leiter dient massives oder mehrdrähtiges <strong data-start="1067" data-end="1077">Kupfer</strong> (RE oder RM), die Adern sind mit <strong data-start="1111" data-end="1144">XLPE (vernetztem Polyethylen)</strong> isoliert. Das Kabel ist eingebettet in eine <strong data-start="1189" data-end="1206">PVC-Füllmasse</strong> und wird von einem <strong data-start="1226" data-end="1245">PVC-Außenmantel</strong> umgeben, der das Kabel gegen Umwelteinflüsse und mechanische Beanspruchung im Normalbereich schützt.</p>
|
||||
<h3 data-start="1348" data-end="1387">Varianten und Einsatzmöglichkeiten</h3>
|
||||
<p data-start="1389" data-end="1779">N2XY ist sowohl als <strong data-start="1409" data-end="1419">N2XY-J</strong> (mit Schutzleiter) als auch als <strong data-start="1452" data-end="1462">N2XY-O</strong> (ohne Schutzleiter) verfügbar. Es bietet eine <strong data-start="1509" data-end="1594">platzsparende, wirtschaftliche Lösung für Verteilungen im Niederspannungsbereich</strong>, ohne auf Sicherheit oder Qualität zu verzichten. Typische Einsatzorte sind Gewerbe- und Wohnbauten, Anlageninstallationen sowie Verbindungen zwischen Schaltschränken und Verteilungen.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
809
data/products/de/na2x2y.mdx
Normal file
809
data/products/de/na2x2y.mdx
Normal file
@@ -0,0 +1,809 @@
|
||||
---
|
||||
title: NA2X2Y
|
||||
sku: NA2X2Y-low-voltage-cables
|
||||
description: >
|
||||
Das NA2X2Y Kabel ist ein strapazierfähiges Niederspannungskabel mit
|
||||
Aluminiumleiter, PE-Isolation und HDPE-Mantel. Es wurde für feste Verlegungen
|
||||
unter erhöhter mechanischer Beanspruchung entwickelt und eignet sich besonders
|
||||
für anspruchsvolle industrielle und energietechnische Infrastrukturen.
|
||||
categories:
|
||||
- Niederspannungskabel
|
||||
images:
|
||||
- /uploads/2025/01/NA2X2Y-scaled.webp
|
||||
application: >
|
||||
Das NA2X2Y entspricht der Norm DIN VDE 0276-603 (HD 603) und ist ausgelegt für die
|
||||
feste Verlegung in Innenräumen, Kabelkanälen, im Erdreich, im Wasser oder im Freien.
|
||||
Es kommt bevorzugt in Kraftwerken, Industrieanlagen, Schaltanlagen und Ortsnetzen zum
|
||||
Einsatz – überall dort, wo robuste Kabel gefragt sind, die im Betrieb und bei der
|
||||
Verlegung hohen mechanischen Belastungen standhalten.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Biegeradius (mm)",
|
||||
"value": "15/12xD",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Nennspannung (kV)",
|
||||
"value": "0.6/1",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung (kV)",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Self-extinguishing of single cable",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich (°C)",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "0.6/1 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "0.6/1 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,91",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"10",
|
||||
"104"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,2",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"12",
|
||||
"144"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0,868",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"13",
|
||||
"179"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,641",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"14",
|
||||
"232"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,443",
|
||||
"1,1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"16",
|
||||
"309"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,32",
|
||||
"1,1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"18",
|
||||
"394"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,253",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"20",
|
||||
"479"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,206",
|
||||
"1,4",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"22",
|
||||
"587"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,164",
|
||||
"1,6",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"24",
|
||||
"722"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,125",
|
||||
"1,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"908"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,1",
|
||||
"1,8",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"29",
|
||||
"1102"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,0078",
|
||||
"2",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"32",
|
||||
"1398"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,065",
|
||||
"2,2",
|
||||
"2",
|
||||
"12xD",
|
||||
"36",
|
||||
"1763"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,91",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"19",
|
||||
"454"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,2",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"22",
|
||||
"634"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0,868",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"25",
|
||||
"788"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,641",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"870"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,443",
|
||||
"1,1",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"30",
|
||||
"1170"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,32",
|
||||
"1,1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"1463"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,253",
|
||||
"1,2",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"39",
|
||||
"1802"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,206",
|
||||
"1,4",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"41",
|
||||
"2184"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,164",
|
||||
"1,6",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"45",
|
||||
"2647"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,125",
|
||||
"1,7",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"51",
|
||||
"3362"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35+16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0,868",
|
||||
"0.9/0.7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"25",
|
||||
"855"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70+35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,268",
|
||||
"1.1/0.9",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"32",
|
||||
"2828"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95+50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1.1/1.0",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"37",
|
||||
"3757"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120+70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,153",
|
||||
"1.2/1.1",
|
||||
"2,2",
|
||||
"12xD",
|
||||
"40",
|
||||
"4707"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150+70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,124",
|
||||
"1.4/1.1",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"45",
|
||||
"5675"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185+95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,0991",
|
||||
"1.6/1.1",
|
||||
"2,5",
|
||||
"12xD",
|
||||
"49",
|
||||
"7071"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240+120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,0754",
|
||||
"1.7/1.2",
|
||||
"2,7",
|
||||
"12xD",
|
||||
"56",
|
||||
"9138"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x10",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,83",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"18",
|
||||
"642"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,15",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"21",
|
||||
"910"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,727",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"25",
|
||||
"1391"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,524",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1834"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,387",
|
||||
"1",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"29",
|
||||
"2255"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,268",
|
||||
"1,1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"3158"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1,1",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"37",
|
||||
"4200"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,153",
|
||||
"1,2",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"41",
|
||||
"5259"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,124",
|
||||
"1,4",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"46",
|
||||
"6439"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,0991",
|
||||
"1,6",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"51",
|
||||
"7967"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,0754",
|
||||
"1,7",
|
||||
"2,8",
|
||||
"12xD",
|
||||
"57",
|
||||
"10324"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x10",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,83",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"20",
|
||||
"767"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,15",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"22",
|
||||
"1100"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,727",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"27",
|
||||
"1676"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,524",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"31",
|
||||
"2266"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,387",
|
||||
"1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"2877"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,268",
|
||||
"1,1",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"38",
|
||||
"3979"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1,1",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"42",
|
||||
"5342"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,153",
|
||||
"1,2",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"47",
|
||||
"6625"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="488" data-end="537">Optimal für mechanisch belastete Anwendungen</h3>
|
||||
<p data-start="539" data-end="948">Das <strong data-start="543" data-end="553">NA2X2Y</strong> entspricht der Norm <strong data-start="574" data-end="603">DIN VDE 0276-603 (HD 603)</strong> und ist ausgelegt für die <strong data-start="630" data-end="717">feste Verlegung in Innenräumen, Kabelkanälen, im Erdreich, im Wasser oder im Freien</strong>. Es kommt bevorzugt in <strong data-start="741" data-end="789">Kraftwerken, Industrieanlagen, Schaltanlagen</strong> und <strong data-start="794" data-end="808">Ortsnetzen</strong> zum Einsatz – überall dort, wo robuste Kabel gefragt sind, die im Betrieb und bei der Verlegung hohen mechanischen Belastungen standhalten.</p>
|
||||
<h3 data-start="950" data-end="979">Aufbau und Eigenschaften</h3>
|
||||
<p data-start="981" data-end="1427">Der elektrische Leiter besteht aus <strong data-start="1016" data-end="1029">Aluminium</strong>, wahlweise als rund eindrähtig (RE), rund mehrdrähtig (RM) oder sektorförmig (SE/SM). Die Adern sind mit <strong data-start="1135" data-end="1150">PE isoliert</strong>, verseilt und durch eine <strong data-start="1176" data-end="1209">gemeinsame EPDM-Aderumhüllung</strong> geschützt. Der Außenmantel besteht aus <strong data-start="1249" data-end="1257">HDPE</strong>, ist schwarz, UV-beständig und besonders widerstandsfähig gegenüber Abrieb, Druck und Feuchtigkeit – ideal für langfristige Installationen in anspruchsvollen Umgebungen.</p>
|
||||
<h3 data-start="1429" data-end="1449">Einsatzvorteile</h3>
|
||||
<p data-start="1451" data-end="1756">NA2X2Y Kabel bieten eine <strong data-start="1476" data-end="1524">technisch robuste und wirtschaftliche Lösung</strong> für die Energieverteilung in Netzen mit erhöhten Anforderungen. Ihre hohe mechanische Belastbarkeit und Witterungsbeständigkeit machen sie zur ersten Wahl für anspruchsvolle Infrastrukturanwendungen im Energie- und Industriesektor.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
267
data/products/de/na2xfk2y.mdx
Normal file
267
data/products/de/na2xfk2y.mdx
Normal file
@@ -0,0 +1,267 @@
|
||||
---
|
||||
title: NA2X(F)K2Y
|
||||
sku: NA2X(F)K2Y-high-voltage-cables
|
||||
description: >
|
||||
Die NA2X(F)K2Y-Hochspannungskabelserie ist für Spannungsklassen von 64/110kV
|
||||
konzipiert und verwendet hochleitfähige Kupferleiter, ideal für industrielle
|
||||
Anwendungen, die hohe Strombelastbarkeit und ausgezeichnete
|
||||
Durchschlagsfestigkeit erfordern.
|
||||
categories:
|
||||
- Hochspannungskabel
|
||||
images: []
|
||||
application: >
|
||||
Die NA2X(F)K2Y-Hochspannungskabelserie ist speziell für den Einsatz in
|
||||
Hochspannungsanwendungen entwickelt worden, wobei sie sich durch eine hohe
|
||||
Strombelastbarkeit und exzellente Kurzschlussstromfestigkeit auszeichnet. Diese Kabel
|
||||
sind mit einer fortschrittlichen XLPE-Isolierung ausgestattet, die eine hohe
|
||||
Durchschlagsfestigkeit and Thermozyklierungsfähigkeit bietet.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Nennspannung (kV)",
|
||||
"value": "64/110",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "64/110 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "64/110 kV"
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1×150RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,26",
|
||||
"18",
|
||||
"1,3",
|
||||
"67",
|
||||
"7360"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×185RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,21",
|
||||
"17",
|
||||
"1,3",
|
||||
"66",
|
||||
"7270"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×240RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,16",
|
||||
"16,5",
|
||||
"1,3",
|
||||
"67",
|
||||
"7480"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×300RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,13",
|
||||
"15,5",
|
||||
"1,3",
|
||||
"67",
|
||||
"7600"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×400RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,1",
|
||||
"14,5",
|
||||
"1,4",
|
||||
"68",
|
||||
"7890"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×500RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,08",
|
||||
"14",
|
||||
"1,4",
|
||||
"70",
|
||||
"8400"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×630RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,06",
|
||||
"14",
|
||||
"1,5",
|
||||
"74",
|
||||
"9390"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×800RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,05",
|
||||
"14",
|
||||
"1,6",
|
||||
"78",
|
||||
"10350"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1000RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,04",
|
||||
"14",
|
||||
"1,7",
|
||||
"84",
|
||||
"11620"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1200RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,03",
|
||||
"14",
|
||||
"1,8",
|
||||
"91",
|
||||
"13250"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1400RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,03",
|
||||
"14",
|
||||
"1,9",
|
||||
"93",
|
||||
"14100"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1600RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,02",
|
||||
"14",
|
||||
"1,9",
|
||||
"97",
|
||||
"15160"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1800RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,02",
|
||||
"14",
|
||||
"2",
|
||||
"101",
|
||||
"16410"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×2000RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,02",
|
||||
"14",
|
||||
"2,1",
|
||||
"103",
|
||||
"17160"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×2500RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,02",
|
||||
"14,5",
|
||||
"2,2",
|
||||
"110",
|
||||
"19420"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×3000RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,01",
|
||||
"14,5",
|
||||
"2,4",
|
||||
"119",
|
||||
"22550"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h2>Technische Übersicht</h2>
|
||||
<p>Die <strong>NA2X(F)K2Y-Hochspannungskabelserie</strong> ist speziell für den Einsatz in Hochspannungsanwendungen entwickelt worden, wobei sie sich durch eine hohe Strombelastbarkeit und exzellente Kurzschlussstromfestigkeit auszeichnet. Diese Kabel sind mit einer fortschrittlichen XLPE-Isolierung ausgestattet, die eine hohe Durchschlagsfestigkeit und Thermozyklierungsfähigkeit bietet.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Installations- und Konstruktionsmerkmale</h2>
|
||||
<p>Die NA2X(F)K2Y-Kabel sind für verschiedene Verlegeverfahren wie Erdverlegung, Kabeltrassen-Montage und Kleeblattformation geeignet. Diese Flexibilität in der Installation macht sie zu einer bevorzugten Wahl für vielfältige industrielle Anwendungen.</p>
|
||||
<ul>
|
||||
<li>Verwendung von hochleitfähigem Kupfer als Leitermaterial für optimale Leitfähigkeit und Effizienz.</li>
|
||||
<li>XLPE-Isolierung gewährleistet eine verbesserte thermische Beständigkeit und Langlebigkeit unter extremen Betriebsbedingungen.</li>
|
||||
<li>Die Kabelkonstruktion unterstützt die Einhaltung der EMV-Anforderungen und minimiert die Risiken der Spannungsinduzierung.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Normen und Zertifizierungen</h2>
|
||||
<p>Die Einhaltung internationaler und regionaler Normen ist für die NA2X(F)K2Y-Kabelserie von entscheidender Bedeutung. Diese Produkte sind vollständig IEC-konform und tragen die CE-Kennzeichnung, was ihre Qualität und Sicherheit in verschiedenen Anwendungsbereichen bestätigt.</p>
|
||||
<ul>
|
||||
<li>CPR-Klassifizierung sorgt für die Einhaltung strenger europäischer Sicherheitsstandards.</li>
|
||||
<li>Die Kabelserie erfüllt die Anforderungen für hohe Spannungsklassen und bietet zuverlässige Leistung in anspruchsvollen Umgebungen.</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
246
data/products/de/na2xfkld2y.mdx
Normal file
246
data/products/de/na2xfkld2y.mdx
Normal file
@@ -0,0 +1,246 @@
|
||||
---
|
||||
title: NA2X(F)KLD2Y
|
||||
sku: NA2X(F)KLD2Y-high-voltage-cables
|
||||
description: >
|
||||
Die NA2X(F)KLD2Y-Hochspannungskabelserie ist speziell für hohe
|
||||
Spannungsklassen (64/110kV) konzipiert und verwendet hochleitfähige
|
||||
Kupferleiter, ideal für industrielle Anwendungen, die hohe Strombelastbarkeit
|
||||
und Durchschlagsfestigkeit erfordern.
|
||||
categories:
|
||||
- Hochspannungskabel
|
||||
images: []
|
||||
application: >
|
||||
Die NA2X(F)KLD2Y-Hochspannungskabelserie ist für den Einsatz in
|
||||
Hochspannungsanwendungen konzipiert und bietet eine optimale Lösung für
|
||||
anspruchsvolle industrielle Umgebungen. Mit ihrer fortschrittlichen
|
||||
XLPE-Isolierung und Kupferleitern erfüllt sie hohe Anforderungen an die
|
||||
Durchschlagsfestigkeit und Thermozyklierung.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Nennspannung (kV)",
|
||||
"value": "64/110",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "64/110 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "64/110 kV"
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1×240RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,16",
|
||||
"16,5",
|
||||
"2,1",
|
||||
"86",
|
||||
"5510"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×300RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,13",
|
||||
"15,5",
|
||||
"2,2",
|
||||
"86",
|
||||
"5630"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×400RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,1",
|
||||
"14,5",
|
||||
"2,2",
|
||||
"87",
|
||||
"5750"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×500RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,08",
|
||||
"14",
|
||||
"2,3",
|
||||
"90",
|
||||
"6380"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×630RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,06",
|
||||
"14",
|
||||
"2,4",
|
||||
"94",
|
||||
"7000"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×800RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,05",
|
||||
"14",
|
||||
"2,5",
|
||||
"98",
|
||||
"7960"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1000RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,04",
|
||||
"14",
|
||||
"2,6",
|
||||
"103",
|
||||
"9030"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1200RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,03",
|
||||
"14",
|
||||
"2,8",
|
||||
"112",
|
||||
"10450"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1400RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,03",
|
||||
"14",
|
||||
"2,8",
|
||||
"114",
|
||||
"11190"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1600RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,02",
|
||||
"14",
|
||||
"2,9",
|
||||
"118",
|
||||
"12140"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1800RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,02",
|
||||
"14",
|
||||
"3,1",
|
||||
"122",
|
||||
"13220"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×2000RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,02",
|
||||
"14",
|
||||
"3,1",
|
||||
"124",
|
||||
"13900"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×2500RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,02",
|
||||
"14,5",
|
||||
"3,3",
|
||||
"133",
|
||||
"15970"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×3000RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0,01",
|
||||
"14,5",
|
||||
"3,5",
|
||||
"141",
|
||||
"18720"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h2>Technische Übersicht</h2>
|
||||
<p>Die <strong>NA2X(F)KLD2Y-Hochspannungskabelserie</strong> ist für den Einsatz in Hochspannungsanwendungen konzipiert und bietet eine optimale Lösung für anspruchsvolle industrielle Umgebungen. Mit ihrer fortschrittlichen XLPE-Isolierung und Kupferleitern erfüllt sie hohe Anforderungen an die <strong>Durchschlagsfestigkeit</strong> und <strong>Thermozyklierung</strong>.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Technische Leistung und Konstruktion</h2>
|
||||
<p>Die Kabelserie ist entwickelt, um eine hohe <strong>Strombelastbarkeit</strong> und <strong>Kurzschlussstromfestigkeit</strong> zu gewährleisten. Die Verwendung von hochreinem Kupfer maximiert die Leitfähigkeit und unterstützt effiziente Energieübertragung. Die XLPE-Isolierung bietet eine hervorragende thermische Beständigkeit und ermöglicht den Einsatz in verschiedenen thermischen Bedingungen.</p>
|
||||
<ul>
|
||||
<li>Verstärkte Isolierung für verbesserte <strong>Durchschlagsfestigkeit</strong></li>
|
||||
<li>Optimierte Kabelgeometrie zur Unterstützung der <strong>elektromagnetischen Verträglichkeit</strong> (EMV)</li>
|
||||
<li>Effektive Spannungsinduzierungsreduktion durch spezielle Abschirmtechniken</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Installations- und Normkonformität</h2>
|
||||
<p>Die NA2X(F)KLD2Y-Kabelserie unterstützt diverse Verlegeverfahren wie <strong>Erdverlegung</strong>, <strong>Kabeltrassen-Montage</strong> und <strong>Kleeblattformation</strong>, was ihre Vielseitigkeit in der praktischen Anwendung unterstreicht. Sie entspricht den internationalen Normen, inklusive <strong>IEC-Konformität</strong>, <strong>CPR-Klassifizierung</strong> und trägt die <strong>CE-Kennzeichnung</strong>.</p>
|
||||
<ul>
|
||||
<li>Anpassungsfähigkeit an verschiedene Verlegebedingungen und Umgebungen</li>
|
||||
<li>Einhaltung strenger internationaler und europäischer Standards</li>
|
||||
<li>Verfügbar in mehreren Konfigurationen, um spezifische Anforderungen zu erfüllen</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
1112
data/products/de/na2xs2y.mdx
Normal file
1112
data/products/de/na2xs2y.mdx
Normal file
File diff suppressed because it is too large
Load Diff
1094
data/products/de/na2xsf2y.mdx
Normal file
1094
data/products/de/na2xsf2y.mdx
Normal file
File diff suppressed because it is too large
Load Diff
791
data/products/de/na2xsfl2y-hv.mdx
Normal file
791
data/products/de/na2xsfl2y-hv.mdx
Normal file
@@ -0,0 +1,791 @@
|
||||
---
|
||||
title: NA2XS(FL)2Y
|
||||
sku: NA2XS(FL)2Y-high-voltage-cables
|
||||
description: >
|
||||
Das NA2XS(FL)2Y Kabel ist ein leistungsstarkes Hochspannungskabel mit
|
||||
Aluminiumleiter, VPE-Isolierung und einem wasserdichten PE-Mantel. Es bietet
|
||||
hohe Betriebssicherheit und ist speziell für die Erdverlegung und anspruchsvolle
|
||||
Trassenführungen konzipiert.
|
||||
categories:
|
||||
- Hochspannungskabel
|
||||
images:
|
||||
- /uploads/2025/06/NA2XSFL2Y-3-scaled.webp
|
||||
application: >
|
||||
Das NA2XS(FL)2Y erfüllt die Anforderungen der IEC 60840 und eignet sich für die
|
||||
Verlegung im Erdreich, in Kabelkanälen, in Innenräumen, in Rohren und im Freien. Es
|
||||
wird projektbezogen gefertigt und kommt insbesondere in Übertragungsnetzen,
|
||||
Versorgungs-Infrastrukturen und Umspannwerken zum Einsatz, wo Sicherheit und
|
||||
Langlebigkeit an erster Stelle stehen.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range (°C)",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Shape of conductor",
|
||||
"value": "RM",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "6/10 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "6/10 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "21",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x35/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.22",
|
||||
"15.3",
|
||||
"0.868",
|
||||
"3.4",
|
||||
"160",
|
||||
"145",
|
||||
"3.3",
|
||||
"2.1",
|
||||
"500",
|
||||
"25",
|
||||
"643"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.25",
|
||||
"16.4",
|
||||
"0.641",
|
||||
"3.4",
|
||||
"183",
|
||||
"171",
|
||||
"4.7",
|
||||
"2.1",
|
||||
"520",
|
||||
"26",
|
||||
"712"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.28",
|
||||
"17.9",
|
||||
"0.443",
|
||||
"3.4",
|
||||
"228",
|
||||
"208",
|
||||
"6.6",
|
||||
"2.1",
|
||||
"405",
|
||||
"27",
|
||||
"796"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.31",
|
||||
"19.4",
|
||||
"0.32",
|
||||
"3.4",
|
||||
"280",
|
||||
"251",
|
||||
"9",
|
||||
"2.1",
|
||||
"580",
|
||||
"29",
|
||||
"1101"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.23",
|
||||
"25.1",
|
||||
"0.253",
|
||||
"3.4",
|
||||
"323",
|
||||
"285",
|
||||
"11.3",
|
||||
"2.1",
|
||||
"700",
|
||||
"35",
|
||||
"1217"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.25",
|
||||
"26.5",
|
||||
"0.206",
|
||||
"3.4",
|
||||
"366",
|
||||
"319",
|
||||
"14.2",
|
||||
"2.1",
|
||||
"720",
|
||||
"36",
|
||||
"1412"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.27",
|
||||
"28.1",
|
||||
"0.164",
|
||||
"3.4",
|
||||
"420",
|
||||
"361",
|
||||
"17.5",
|
||||
"2.1",
|
||||
"760",
|
||||
"38",
|
||||
"1568"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.3",
|
||||
"30.4",
|
||||
"0.125",
|
||||
"3.4",
|
||||
"496",
|
||||
"417",
|
||||
"22.7",
|
||||
"2.1",
|
||||
"800",
|
||||
"40",
|
||||
"1792"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.32",
|
||||
"32.5",
|
||||
"0.1",
|
||||
"3.4",
|
||||
"569",
|
||||
"471",
|
||||
"28.4",
|
||||
"2.1",
|
||||
"840",
|
||||
"42",
|
||||
"2020"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.36",
|
||||
"35.6",
|
||||
"0.078",
|
||||
"3.4",
|
||||
"660",
|
||||
"535",
|
||||
"37.8",
|
||||
"2.1",
|
||||
"900",
|
||||
"45",
|
||||
"2493"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.4",
|
||||
"38.8",
|
||||
"0.061",
|
||||
"3.4",
|
||||
"766",
|
||||
"609",
|
||||
"47.3",
|
||||
"2.1",
|
||||
"980",
|
||||
"49",
|
||||
"2903"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.4",
|
||||
"38.8",
|
||||
"0.061",
|
||||
"3.4",
|
||||
"766",
|
||||
"609",
|
||||
"47.3",
|
||||
"2.1",
|
||||
"980",
|
||||
"49",
|
||||
"3059"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x630/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.44",
|
||||
"42.2",
|
||||
"0.047",
|
||||
"3.4",
|
||||
"866",
|
||||
"705",
|
||||
"59.6",
|
||||
"2.4",
|
||||
"780",
|
||||
"52",
|
||||
"3383"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x800/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.49",
|
||||
"46.5",
|
||||
"0.037",
|
||||
"3.4",
|
||||
"984",
|
||||
"767",
|
||||
"75.6",
|
||||
"2.4",
|
||||
"840",
|
||||
"56",
|
||||
"3858"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x1000/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.55",
|
||||
"50.4",
|
||||
"0.0291",
|
||||
"3.4",
|
||||
"1187",
|
||||
"863",
|
||||
"94",
|
||||
"2.4",
|
||||
"1220",
|
||||
"61",
|
||||
"4824"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "18/30 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "18/30 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "63",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.13",
|
||||
"25.6",
|
||||
"0.641",
|
||||
"8",
|
||||
"187",
|
||||
"174",
|
||||
"4.7",
|
||||
"2.1",
|
||||
"700",
|
||||
"35",
|
||||
"1100"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.15",
|
||||
"27.1",
|
||||
"0.443",
|
||||
"8",
|
||||
"232",
|
||||
"213",
|
||||
"6.6",
|
||||
"2.1",
|
||||
"740",
|
||||
"37",
|
||||
"1213"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.16",
|
||||
"28.6",
|
||||
"0.32",
|
||||
"8",
|
||||
"282",
|
||||
"254",
|
||||
"9",
|
||||
"2.1",
|
||||
"760",
|
||||
"38",
|
||||
"1339"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.17",
|
||||
"30.1",
|
||||
"0.253",
|
||||
"8",
|
||||
"325",
|
||||
"289",
|
||||
"11.3",
|
||||
"2.1",
|
||||
"800",
|
||||
"40",
|
||||
"1463"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.19",
|
||||
"31.5",
|
||||
"0.206",
|
||||
"8",
|
||||
"367",
|
||||
"322",
|
||||
"14.2",
|
||||
"2.1",
|
||||
"820",
|
||||
"41",
|
||||
"1660"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.2",
|
||||
"33.1",
|
||||
"0.164",
|
||||
"8",
|
||||
"421",
|
||||
"364",
|
||||
"17.5",
|
||||
"2.1",
|
||||
"860",
|
||||
"43",
|
||||
"1837"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.22",
|
||||
"35.4",
|
||||
"0.125",
|
||||
"8",
|
||||
"496",
|
||||
"422",
|
||||
"22.7",
|
||||
"2.1",
|
||||
"900",
|
||||
"45",
|
||||
"2049"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.24",
|
||||
"37.5",
|
||||
"0.1",
|
||||
"8",
|
||||
"568",
|
||||
"476",
|
||||
"28.4",
|
||||
"2.1",
|
||||
"940",
|
||||
"47",
|
||||
"2336"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.27",
|
||||
"40.6",
|
||||
"0.0778",
|
||||
"8",
|
||||
"659",
|
||||
"541",
|
||||
"37.8",
|
||||
"2.1",
|
||||
"1000",
|
||||
"50",
|
||||
"2842"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.29",
|
||||
"43.8",
|
||||
"0.0605",
|
||||
"8",
|
||||
"764",
|
||||
"616",
|
||||
"47.3",
|
||||
"2.4",
|
||||
"1080",
|
||||
"54",
|
||||
"3269"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x630/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.32",
|
||||
"47.2",
|
||||
"0.0469",
|
||||
"8",
|
||||
"866",
|
||||
"692",
|
||||
"59.6",
|
||||
"2.4",
|
||||
"1120",
|
||||
"56",
|
||||
"3590"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x800/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.36",
|
||||
"51.5",
|
||||
"0.0367",
|
||||
"8",
|
||||
"984",
|
||||
"770",
|
||||
"75.6",
|
||||
"2.4",
|
||||
"1200",
|
||||
"60",
|
||||
"4284"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x1000/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RM",
|
||||
"0.39",
|
||||
"55.4",
|
||||
"0.0291",
|
||||
"8",
|
||||
"1196",
|
||||
"878",
|
||||
"94",
|
||||
"2.4",
|
||||
"1340",
|
||||
"67",
|
||||
"5327"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="443" data-end="505">Ideal für Hochspannungsanwendungen im Erdreich und im Freien</h3>
|
||||
<p data-start="507" data-end="867">Das <strong data-start="511" data-end="526">NA2XS(FL)2Y</strong> erfüllt die Anforderungen der <strong data-start="557" data-end="570">IEC 60840</strong> und eignet sich für die <strong data-start="595" data-end="669">Verlegung im Erdreich, in Kabelkanälen, in Innenräumen, in Rohren und im Freien</strong>. Es wird projektbezogen gefertigt und kommt insbesondere in <strong data-start="725" data-end="798">Übertragungsnetzen, Versorgungs-Infrastrukturen und Umspannwerken</strong> zum Einsatz, wo Sicherheit und Langlebigkeit an erster Stelle stehen.</p>
|
||||
<h3 data-start="869" data-end="904">Aufbau und technische Merkmale</h3>
|
||||
<p data-start="906" data-end="1465">Im Kern verfügt das Kabel über einen <strong data-start="927" data-end="975">verdichteten, mehrdrähtigen Aluminiumleiter</strong> nach <strong data-start="981" data-end="994">IEC 60228</strong>, eingebettet in eine <strong data-start="1016" data-end="1043">leitfähige Innenschicht</strong>, eine <strong data-start="1050" data-end="1068">VPE-Isolierung</strong> und eine <strong data-start="1078" data-end="1128">fest verbundene, extrudierte Außenschicht</strong>. Die Kombination aus <strong data-start="1150" data-end="1177">quellfähigem Band</strong>, <strong data-start="1179" data-end="1219">Kupferschirmung mit offener Wendel</strong> und einer zusätzlichen <strong data-start="1239" data-end="1263">quellfähigen Bewicklung</strong> schützt das Kabel effektiv vor Feuchtigkeitseintritt. Der schwarze <strong data-start="1336" data-end="1396">PE-Mantel mit fest verschweißter Aluminiumbandierung (Alucopo)</strong> dient sowohl als mechanischer Schutz als auch als <strong data-start="1444" data-end="1464">Querwassersperre</strong>.</p>
|
||||
<h3 data-start="1467" data-end="1505">Eigenschaften und Anwendungsvorteile</h3>
|
||||
<p data-start="1507" data-end="1827">Das NA2XS(FL)2Y ist <strong data-start="1527" data-end="1543">für die direkte Erdverlegung geeignet</strong>, <strong data-start="1545" data-end="1569">mechanisch robust</strong> und bietet durch seinen <strong data-start="1594" data-end="1625">teilentladungsfreien Aufbau</strong> sowie die wasserabweisende Konstruktion eine exzellente Betriebssicherheit. Es wird projektspezifisch konfiguriert und lässt sich flexibel einsetzen – von städtischen Energieprojekten bis hin zu großen Industrieanlagen.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
1131
data/products/de/na2xsfl2y-mv.mdx
Normal file
1131
data/products/de/na2xsfl2y-mv.mdx
Normal file
File diff suppressed because it is too large
Load Diff
1144
data/products/de/na2xsy.mdx
Normal file
1144
data/products/de/na2xsy.mdx
Normal file
File diff suppressed because it is too large
Load Diff
886
data/products/de/na2xy.mdx
Normal file
886
data/products/de/na2xy.mdx
Normal file
@@ -0,0 +1,886 @@
|
||||
---
|
||||
title: NA2XY
|
||||
sku: NA2XY-low-voltage-cables
|
||||
description: >
|
||||
Das NA2XY Kabel ist ein robustes Niederspannungskabel mit Aluminiumleiter,
|
||||
PE-Isolation und PVC-Mantel. Es ist für feste Verlegung unter erhöhter
|
||||
mechanischer Belastung konzipiert und eignet sich besonders für
|
||||
Energieverteilungen in industriellen und öffentlichen Versorgungsnetzen.
|
||||
categories:
|
||||
- Niederspannungskabel
|
||||
images:
|
||||
- /uploads/2025/01/NA2XY-scaled.webp
|
||||
application: >
|
||||
Das NA2XY entspricht der Norm DIN VDE 0276-603 (HD 603) und ist ideal für die feste
|
||||
Verlegung in Innenräumen, Kabelkanälen, im Freien, im Wasser oder im Erdreich
|
||||
geeignet. Typische Einsatzorte sind Kraftwerke, Industrieanlagen, Schaltanlagen sowie
|
||||
Ortsnetze, bei denen mechanische Belastung im Betrieb berücksichtigt werden muss.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Biegeradius (mm)",
|
||||
"value": "15/12xD",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Nennspannung (kV)",
|
||||
"value": "0.6/1",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung (kV)",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Self-extinguishing of single cable",
|
||||
"value": "IEC 60332-1-2",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich (°C)",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "0.6/1 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "0.6/1 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "IEC 60332-1-2",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"1,91",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"10",
|
||||
"136"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"1,2",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"12",
|
||||
"182"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,868",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"13",
|
||||
"222"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,641",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"14",
|
||||
"275"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,443",
|
||||
"1,1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"16",
|
||||
"358"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,32",
|
||||
"1,1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"18",
|
||||
"448"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,253",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"20",
|
||||
"538"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,206",
|
||||
"1,4",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"22",
|
||||
"654"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,164",
|
||||
"1,6",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"24",
|
||||
"797"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,125",
|
||||
"1,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"991"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,1",
|
||||
"1,8",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"29",
|
||||
"1194"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,0778",
|
||||
"2",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"32",
|
||||
"1504"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,0605",
|
||||
"2,2",
|
||||
"2",
|
||||
"12xD",
|
||||
"36",
|
||||
"1889"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,91",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"19",
|
||||
"513"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,2",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"22",
|
||||
"703"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0,868",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"25",
|
||||
"868"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,641",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"955"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,443",
|
||||
"1,1",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"30",
|
||||
"1274"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,32",
|
||||
"1,1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"1584"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,253",
|
||||
"1,2",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"39",
|
||||
"1951"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,206",
|
||||
"1,4",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"41",
|
||||
"2354"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,164",
|
||||
"1,6",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"45",
|
||||
"2832"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,125",
|
||||
"1,7",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"51",
|
||||
"3597"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25+16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,2",
|
||||
"0.9/0.7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"23",
|
||||
"770"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35+16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0,868",
|
||||
"0.9/0.7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"25",
|
||||
"940"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50+25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM/RE",
|
||||
"0,641",
|
||||
"1.0/0.9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"29",
|
||||
"1142"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70+35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM/RE",
|
||||
"0,443",
|
||||
"1.1/0.9",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"33",
|
||||
"1509"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95+50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,32",
|
||||
"1.1/1.0",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"37",
|
||||
"1859"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120+70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,253",
|
||||
"1.2/1.1",
|
||||
"2,2",
|
||||
"12xD",
|
||||
"40",
|
||||
"2245"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150+70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,206",
|
||||
"1.4/1.1",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"45",
|
||||
"2720"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185+95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,164",
|
||||
"1.6/1.1",
|
||||
"2,5",
|
||||
"12xD",
|
||||
"49",
|
||||
"3310"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240+120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,125",
|
||||
"1.7/1.2",
|
||||
"2,7",
|
||||
"12xD",
|
||||
"56",
|
||||
"4202"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"1,91",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"21",
|
||||
"611"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,2",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"24",
|
||||
"823"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0,868",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"27",
|
||||
"1015"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,868",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"960"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,641",
|
||||
"1",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"32",
|
||||
"1385"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,641",
|
||||
"1",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"27",
|
||||
"1115"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,641",
|
||||
"1",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"29",
|
||||
"1192"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,443",
|
||||
"1,1",
|
||||
"2",
|
||||
"12xD",
|
||||
"32",
|
||||
"1501"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,32",
|
||||
"1,1",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"35",
|
||||
"1901"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,32",
|
||||
"1,1",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"37",
|
||||
"2012"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,253",
|
||||
"1,2",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"39",
|
||||
"2376"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,206",
|
||||
"1,4",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"43",
|
||||
"2827"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,206",
|
||||
"1,4",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"46",
|
||||
"3007"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,164",
|
||||
"1,6",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"48",
|
||||
"3466"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,125",
|
||||
"1,7",
|
||||
"2,8",
|
||||
"12xD",
|
||||
"54",
|
||||
"4373"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,125",
|
||||
"1,7",
|
||||
"2,8",
|
||||
"12xD",
|
||||
"57",
|
||||
"4648"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,91",
|
||||
"0,7",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"23",
|
||||
"688"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,2",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"955"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0,868",
|
||||
"0,9",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"29",
|
||||
"1181"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,641",
|
||||
"1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"1543"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,443",
|
||||
"1,1",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"38",
|
||||
"2030"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,32",
|
||||
"1,1",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"42",
|
||||
"2604"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,253",
|
||||
"1,2",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"47",
|
||||
"3159"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="511" data-end="550">Für anspruchsvolle Netzanwendungen</h3>
|
||||
<p data-start="552" data-end="901">Das <strong data-start="556" data-end="565">NA2XY</strong> entspricht der Norm <strong data-start="586" data-end="615">DIN VDE 0276-603 (HD 603)</strong> und ist ideal für die feste Verlegung in <strong data-start="657" data-end="725">Innenräumen, Kabelkanälen, im Freien, im Wasser oder im Erdreich</strong> geeignet. Typische Einsatzorte sind <strong data-start="762" data-end="809">Kraftwerke, Industrieanlagen, Schaltanlagen</strong> sowie <strong data-start="816" data-end="829">Ortsnetze</strong>, bei denen mechanische Belastung im Betrieb berücksichtigt werden muss.</p>
|
||||
<h3 data-start="903" data-end="926">Technischer Aufbau</h3>
|
||||
<p data-start="928" data-end="1288">Der Leiter besteht aus <strong data-start="951" data-end="964">Aluminium</strong>, verfügbar als rund eindrähtig (RE) oder rund mehrdrähtig (RM). Die Adern sind mit <strong data-start="1048" data-end="1077">PE (Polyethylen) isoliert</strong>, was dem Kabel eine sehr gute elektrische Isolation und hohe thermische Belastbarkeit verleiht. Der schwarze <strong data-start="1187" data-end="1201">PVC-Mantel</strong> ist <strong data-start="1206" data-end="1222">UV-beständig</strong> und schützt zuverlässig vor Feuchtigkeit und Umgebungseinflüssen.</p>
|
||||
<h3 data-start="1290" data-end="1310">Einsatzbereiche</h3>
|
||||
<p data-start="1312" data-end="1582">NA2XY Kabel sind die richtige Wahl für <strong data-start="1351" data-end="1427">stabile Energieverteilungen unter mechanisch anspruchsvollen Bedingungen</strong>. Sie bieten eine wirtschaftliche, langlebige Lösung für Netzbetreiber, Industrie und Anlagenbauer, die auf bewährte Technik und hohe Belastbarkeit setzen.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
888
data/products/de/nay2y.mdx
Normal file
888
data/products/de/nay2y.mdx
Normal file
@@ -0,0 +1,888 @@
|
||||
---
|
||||
title: NAY2Y
|
||||
sku: NAY2Y-low-voltage-cables
|
||||
description: >
|
||||
Das NAY2Y Kabel ist ein besonders robustes Niederspannungskabel mit
|
||||
Aluminiumleiter und HDPE-Mantel, das speziell für Installationen mit hoher
|
||||
mechanischer Beanspruchung entwickelt wurde. Es überzeugt durch seine
|
||||
Widerstandsfähigkeit in anspruchsvollen Umgebungen – ob in Industrieanlagen,
|
||||
Trafostationen oder Ortsnetzen.
|
||||
categories:
|
||||
- Niederspannungskabel
|
||||
images:
|
||||
- /uploads/2025/01/NAY2Y-scaled.webp
|
||||
application: >
|
||||
Das NAY2Y erfüllt die Anforderungen der Norm TP PRAKAB 12/03 in Anlehnung an VDE
|
||||
0276-603 und eignet sich für die feste Verlegung in Innenräumen, Kabelkanälen, im
|
||||
Erdreich, im Wasser und im Außenbereich. Es ist ideal für Anwendungen in Kraftwerken,
|
||||
Industrie- und Schaltanlagen sowie in lokalen Versorgungsnetzen – überall dort, wo
|
||||
mechanische Belastung im Betrieb oder bei der Verlegung eine Rolle spielt.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Biegeradius (mm)",
|
||||
"value": "15/12xD",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "300 mm2: +140",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Nennspannung (kV)",
|
||||
"value": "0.6/1",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung (kV)",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Self-extinguishing of single cable",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich (°C)",
|
||||
"value": "-35-+70",
|
||||
"unit": "°C"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "0.6/1 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "0.6/1 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "300 mm2: +140",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,91",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"11",
|
||||
"122"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,2",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"12",
|
||||
"171"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0,868",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"13",
|
||||
"209"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,641",
|
||||
"1,4",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"15",
|
||||
"277"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,443",
|
||||
"1,4",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"17",
|
||||
"356"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,32",
|
||||
"1,6",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"19",
|
||||
"464"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,253",
|
||||
"1,6",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"20",
|
||||
"549"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,206",
|
||||
"1,8",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"22",
|
||||
"670"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,164",
|
||||
"2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"25",
|
||||
"821"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,125",
|
||||
"2,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"27",
|
||||
"1035"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,1",
|
||||
"2,4",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"30",
|
||||
"1273"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,0778",
|
||||
"2,6",
|
||||
"2",
|
||||
"12xD",
|
||||
"34",
|
||||
"1598"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,0605",
|
||||
"2,8",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"37",
|
||||
"2001"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x10",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"3,08",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"18",
|
||||
"398"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,91",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"20",
|
||||
"523"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,2",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"24",
|
||||
"735"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0,868",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"903"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,641",
|
||||
"1,4",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"27",
|
||||
"955"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,443",
|
||||
"1,4",
|
||||
"2",
|
||||
"12xD",
|
||||
"31",
|
||||
"1263"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,32",
|
||||
"1,6",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"34",
|
||||
"1625"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,253",
|
||||
"1,6",
|
||||
"2,2",
|
||||
"12xD",
|
||||
"37",
|
||||
"1911"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,206",
|
||||
"1,8",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"41",
|
||||
"2329"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,164",
|
||||
"2",
|
||||
"2,5",
|
||||
"12xD",
|
||||
"45",
|
||||
"2821"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,125",
|
||||
"2,2",
|
||||
"2,7",
|
||||
"12xD",
|
||||
"50",
|
||||
"3573"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35+16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0,868",
|
||||
"1.2/1.0",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"27",
|
||||
"981"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50+25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM/RMV",
|
||||
"0,641",
|
||||
"1.4/1.2",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"30",
|
||||
"1222"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70+35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM/RMV",
|
||||
"0,443",
|
||||
"1.4/1.2",
|
||||
"2",
|
||||
"12xD",
|
||||
"34",
|
||||
"1582"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95+50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,32",
|
||||
"1.6/1.4",
|
||||
"2,2",
|
||||
"12xD",
|
||||
"39",
|
||||
"2004"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120+70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,253",
|
||||
"1.6/1.4",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"42",
|
||||
"2429"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150+70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,206",
|
||||
"1.8/1.4",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"47",
|
||||
"2854"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185+95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,164",
|
||||
"2.0/1.6",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"51",
|
||||
"3492"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240+120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,125",
|
||||
"2.2/1.6",
|
||||
"2,8",
|
||||
"12xD",
|
||||
"58",
|
||||
"4437"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,91",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"22",
|
||||
"611"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"1,91",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"23",
|
||||
"649"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,2",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"873"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"1,2",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"906"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0,868",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1071"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,641",
|
||||
"1,4",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"30",
|
||||
"1238"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,641",
|
||||
"1,4",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"31",
|
||||
"1324"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,443",
|
||||
"1,4",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"33",
|
||||
"1591"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,32",
|
||||
"1,6",
|
||||
"2,2",
|
||||
"12xD",
|
||||
"37",
|
||||
"2068"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,253",
|
||||
"1,6",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"41",
|
||||
"2518"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,206",
|
||||
"1,8",
|
||||
"2,5",
|
||||
"12xD",
|
||||
"45",
|
||||
"3013"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,206",
|
||||
"1,8",
|
||||
"2,5",
|
||||
"12xD",
|
||||
"48",
|
||||
"3183"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,164",
|
||||
"2",
|
||||
"2,7",
|
||||
"12xD",
|
||||
"50",
|
||||
"3732"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,164",
|
||||
"2",
|
||||
"2,7",
|
||||
"12xD",
|
||||
"53",
|
||||
"3928"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,125",
|
||||
"2,2",
|
||||
"2,9",
|
||||
"12xD",
|
||||
"56",
|
||||
"4648"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,125",
|
||||
"2,2",
|
||||
"2,9",
|
||||
"12xD",
|
||||
"59",
|
||||
"4929"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,91",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"24",
|
||||
"721"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,2",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1059"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0,868",
|
||||
"1,2",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"31",
|
||||
"1320"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,641",
|
||||
"1,4",
|
||||
"2",
|
||||
"12xD",
|
||||
"35",
|
||||
"1661"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,443",
|
||||
"1,4",
|
||||
"2,2",
|
||||
"12xD",
|
||||
"40",
|
||||
"2137"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,32",
|
||||
"1,6",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"45",
|
||||
"2816"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,253",
|
||||
"1,6",
|
||||
"2,5",
|
||||
"12xD",
|
||||
"49",
|
||||
"3342"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="525" data-end="567">Für anspruchsvolle Verlegebedingungen</h3>
|
||||
<p data-start="569" data-end="991">Das <strong data-start="573" data-end="582">NAY2Y</strong> erfüllt die Anforderungen der Norm <strong data-start="618" data-end="637">TP PRAKAB 12/03</strong> in Anlehnung an <strong data-start="654" data-end="670">VDE 0276-603</strong> und eignet sich für die <strong data-start="695" data-end="787">feste Verlegung in Innenräumen, Kabelkanälen, im Erdreich, im Wasser und im Außenbereich</strong>. Es ist ideal für Anwendungen in Kraftwerken, Industrie- und Schaltanlagen sowie in lokalen Versorgungsnetzen – überall dort, wo mechanische Belastung im Betrieb oder bei der Verlegung eine Rolle spielt.</p>
|
||||
<h3 data-start="993" data-end="1028">Aufbau und Materialkomponenten</h3>
|
||||
<p data-start="1030" data-end="1474">Der Leiter besteht aus <strong data-start="1053" data-end="1066">Aluminium</strong>, wahlweise als rund eindrähtig (RE), rund mehrdrähtig (RM) oder sektorförmig (SE/SM). Die <strong data-start="1157" data-end="1181">PVC-isolierten Adern</strong> sind verseilt und werden von einer <strong data-start="1217" data-end="1251">gemeinsamen EPDM-Aderumhüllung</strong> geschützt. Der äußere Mantel aus <strong data-start="1285" data-end="1293">HDPE</strong> (schwarz, UV-beständig) macht das Kabel besonders widerstandsfähig gegenüber Druck, Abrieb und Feuchtigkeit – perfekt für langfristige Installationen unter schwierigen Bedingungen.</p>
|
||||
<h3 data-start="1476" data-end="1504">Typische Einsatzgebiete</h3>
|
||||
<p data-start="1506" data-end="1785">NAY2Y Kabel sind erste Wahl bei <strong data-start="1538" data-end="1583">Verkabelungsprojekten mit hoher Belastung</strong>, etwa im industriellen Netzbau oder bei der Energieverteilung im Außenbereich. Sie bieten eine robuste, langlebige und kosteneffiziente Lösung für stabile Stromversorgung in verschiedensten Umgebungen.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
809
data/products/de/naycwy.mdx
Normal file
809
data/products/de/naycwy.mdx
Normal file
@@ -0,0 +1,809 @@
|
||||
---
|
||||
title: NAYCWY
|
||||
sku: NAYCWY-low-voltage-cables
|
||||
description: >
|
||||
Das NAYCWY Kabel ist ein geschirmtes Niederspannungskabel mit Aluminiumleiter
|
||||
und konzentrischem Leiter aus Kupfer. Es wurde speziell für Anwendungen
|
||||
entwickelt, bei denen zusätzlicher Schutz gegen Berührungsspannungen gefordert
|
||||
ist – etwa in industriellen Netzen, Ortsnetzen oder Energieverteilanlagen.
|
||||
categories:
|
||||
- Niederspannungskabel
|
||||
images:
|
||||
- /uploads/2025/01/NAYCWY-scaled.webp
|
||||
application: >
|
||||
Das NAYCWY entspricht der Norm DIN VDE 0276-603 (HD 603) und eignet sich für den
|
||||
Einsatz in Kraftwerken, Industrieanlagen, Schaltanlagen und Ortsnetzen. Es lässt sich
|
||||
fest verlegen – in Innenräumen, Kabelkanälen, im Freien, im Erdreich oder in Wasser.
|
||||
Dank des konzentrischen Leiters bietet es zusätzlichen Schutz bei mechanischer
|
||||
Beschädigung und ermöglicht eine sichere Potenzialführung.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Biegeradius (mm)",
|
||||
"value": "15/12xD",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "160",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Nennspannung (kV)",
|
||||
"value": "0.6/1",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung (kV)",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Self-extinguishing of single cable",
|
||||
"value": "IEC 60332-1-2",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich (°C)",
|
||||
"value": "-35-+70",
|
||||
"unit": "°C"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "0.6/1 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "0.6/1 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "160",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "IEC 60332-1-2",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "2x16/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,91",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"21",
|
||||
"651"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,91",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"22",
|
||||
"710"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"1,2",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"969"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25/25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"1,2",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1028"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0,868",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1173"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,868",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1034"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0,868",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1235"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,868",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1139"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50/25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,641",
|
||||
"1,4",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"29",
|
||||
"1309"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50/50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,641",
|
||||
"1,4",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"28",
|
||||
"1377"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50/50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,641",
|
||||
"1,4",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"29",
|
||||
"1441"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,443",
|
||||
"1,4",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"1740"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70/70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,443",
|
||||
"1,4",
|
||||
"2",
|
||||
"12xD",
|
||||
"34",
|
||||
"1881"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70/70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,443",
|
||||
"1,4",
|
||||
"2",
|
||||
"12xD",
|
||||
"34",
|
||||
"1948"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95/50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,32",
|
||||
"1,6",
|
||||
"2,2",
|
||||
"12xD",
|
||||
"38",
|
||||
"2243"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95/95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,32",
|
||||
"1,6",
|
||||
"2,2",
|
||||
"12xD",
|
||||
"38",
|
||||
"2529"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120/70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,253",
|
||||
"1,6",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"41",
|
||||
"2699"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120/120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,253",
|
||||
"1,6",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"40",
|
||||
"2915"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120/120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,253",
|
||||
"1,6",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"41",
|
||||
"3011"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150/70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,206",
|
||||
"1,8",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"46",
|
||||
"3242"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150/150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,206",
|
||||
"1,8",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"44",
|
||||
"3531"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150/150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,206",
|
||||
"1,8",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"46",
|
||||
"3674"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185/95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,164",
|
||||
"2",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"50",
|
||||
"3925"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185/185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,164",
|
||||
"2",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"48",
|
||||
"4313"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185/185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,164",
|
||||
"2",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"50",
|
||||
"4492"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240/120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,125",
|
||||
"2,2",
|
||||
"2,8",
|
||||
"12xD",
|
||||
"56",
|
||||
"5018"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16/10",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,91",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"24",
|
||||
"802"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,91",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"24",
|
||||
"808"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1,2",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"27",
|
||||
"1090"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"1,2",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1141"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0,868",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"30",
|
||||
"1327"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,868",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1253"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50/25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,641",
|
||||
"1,4",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"1691"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,641",
|
||||
"1,4",
|
||||
"2",
|
||||
"12xD",
|
||||
"31",
|
||||
"1637"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,443",
|
||||
"1,4",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"35",
|
||||
"2012"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,443",
|
||||
"1,4",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"36",
|
||||
"2125"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95/50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,32",
|
||||
"1,6",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"39",
|
||||
"2631"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95/50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,32",
|
||||
"1,6",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"41",
|
||||
"2760"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95/95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,32",
|
||||
"1,6",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"42",
|
||||
"3047"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120/70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,253",
|
||||
"1,6",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"44",
|
||||
"3280"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120/70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,253",
|
||||
"1,6",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"46",
|
||||
"3407"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150/70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,206",
|
||||
"1,8",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"48",
|
||||
"3870"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150/70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,206",
|
||||
"1,8",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"51",
|
||||
"4062"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150/120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,206",
|
||||
"1,8",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"51",
|
||||
"4297"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150/150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,206",
|
||||
"1,8",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"48",
|
||||
"4263"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150/150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,206",
|
||||
"1,8",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"51",
|
||||
"4455"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185/95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0,164",
|
||||
"2",
|
||||
"2,8",
|
||||
"12xD",
|
||||
"53",
|
||||
"4775"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185/95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,164",
|
||||
"2",
|
||||
"2,8",
|
||||
"12xD",
|
||||
"56",
|
||||
"4995"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240/120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0,125",
|
||||
"2,2",
|
||||
"3",
|
||||
"12xD",
|
||||
"62",
|
||||
"6235"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="540" data-end="595">Entwickelt für erhöhte Anforderungen an Sicherheit</h3>
|
||||
<p data-start="597" data-end="998">Das <strong data-start="601" data-end="611">NAYCWY</strong> entspricht der Norm <strong data-start="632" data-end="661">DIN VDE 0276-603 (HD 603)</strong> und eignet sich für den Einsatz in <strong data-start="697" data-end="760">Kraftwerken, Industrieanlagen, Schaltanlagen und Ortsnetzen</strong>. Es lässt sich fest verlegen – in Innenräumen, Kabelkanälen, im Freien, im Erdreich oder in Wasser. Dank des konzentrischen Leiters bietet es zusätzlichen Schutz bei mechanischer Beschädigung und ermöglicht eine sichere Potenzialführung.</p>
|
||||
<h3 data-start="1000" data-end="1023">Technischer Aufbau</h3>
|
||||
<p data-start="1025" data-end="1497">Der elektrische Leiter besteht aus <strong data-start="1060" data-end="1073">Aluminium</strong>, wahlweise rund mehrdrähtig (RM), sektorförmig eindrähtig (SE) oder mehrdrähtig (SM). Die <strong data-start="1164" data-end="1185">PVC-Aderisolation</strong> und eine <strong data-start="1195" data-end="1228">gemeinsame EPDM-Aderumhüllung</strong> schützen die verseilten Adern. Darüber liegt ein <strong data-start="1278" data-end="1329">konzentrischer Leiter aus blanken Kupferdrähten</strong> mit Kupferband-Querleitwendel – ideal als <strong data-start="1372" data-end="1394">PE oder PEN-Leiter</strong> verwendbar. Ein schwarzer, <strong data-start="1422" data-end="1451">UV-beständiger PVC-Mantel</strong> schließt das Kabel zuverlässig nach außen ab.</p>
|
||||
<h3 data-start="1499" data-end="1532">Anwendung und Besonderheiten</h3>
|
||||
<p data-start="1534" data-end="1894"><strong>NAYCWY</strong> Kabel kommen immer dann zum Einsatz, wenn <strong data-start="1583" data-end="1623">elektrische Sicherheit und Schirmung</strong> gefragt sind. Der konzentrische Leiter muss beim Anschluss an Abzweigmuffen nicht getrennt werden, was die Montage vereinfacht. Damit ist das Kabel besonders geeignet für moderne Niederspannungsnetze mit erhöhten Anforderungen an Betriebssicherheit und Berührungsschutz.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
1096
data/products/de/nayy.mdx
Normal file
1096
data/products/de/nayy.mdx
Normal file
File diff suppressed because it is too large
Load Diff
510
data/products/de/ny2y.mdx
Normal file
510
data/products/de/ny2y.mdx
Normal file
@@ -0,0 +1,510 @@
|
||||
---
|
||||
title: NY2Y
|
||||
sku: NY2Y-low-voltage-cables
|
||||
description: >
|
||||
Das NY2Y ist ein besonders widerstandsfähiges Niederspannungskabel für die
|
||||
feste Verlegung unter hohen mechanischen Anforderungen – ob im Erdreich, im
|
||||
Wasser oder in industrieller Umgebung. Dank seiner Materialkombination ist es
|
||||
für vielfältige Einsatzbedingungen bestens geeignet.
|
||||
categories:
|
||||
- Niederspannungskabel
|
||||
images:
|
||||
- /uploads/2025/01/NY2Y-scaled.webp
|
||||
application: >
|
||||
Das NY2Y ist ein Niederspannungskabel für den Einsatz in Kraftwerken, Industrie- und
|
||||
Schaltanlagen sowie in Ortsnetzen. Es eignet sich für die feste Verlegung in
|
||||
Innenräumen, Kabelkanälen, im Freien, im Wasser und im Erdreich – überall dort, wo
|
||||
starke mechanische Belastungen beim Verlegen und im Betrieb zu erwarten sind. Die
|
||||
Konstruktion erfüllt die Vorgaben gemäß TP PRAKAB 16/03 in Anlehnung an VDE 0276-603.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Biegeradius (mm)",
|
||||
"value": "15/12xD",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "300 mm2: +140",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Nennspannung (kV)",
|
||||
"value": "0.6/1",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung (kV)",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Self-extinguishing of single cable",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich (°C)",
|
||||
"value": "-35-+70",
|
||||
"unit": "°C"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "0.6/1 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "0.6/1 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "300 mm2: +140",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,83",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"10",
|
||||
"157"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,15",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"11",
|
||||
"219"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,727",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"12",
|
||||
"329"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,524",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"14",
|
||||
"429"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,387",
|
||||
"1,4",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"15",
|
||||
"565"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,268",
|
||||
"1,4",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"17",
|
||||
"772"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,193",
|
||||
"1,6",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"19",
|
||||
"1042"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,153",
|
||||
"1,6",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"20",
|
||||
"1278"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,124",
|
||||
"1,8",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"22",
|
||||
"1571"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,0991",
|
||||
"2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"25",
|
||||
"1947"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,0754",
|
||||
"2,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"27",
|
||||
"2514"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,0601",
|
||||
"2,4",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"30",
|
||||
"3130"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,047",
|
||||
"2,6",
|
||||
"2",
|
||||
"12xD",
|
||||
"34",
|
||||
"3972"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,0366",
|
||||
"2,8",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"37",
|
||||
"5043"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,83",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"18",
|
||||
"589"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,15",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"20",
|
||||
"810"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,727",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"24",
|
||||
"1227"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,524",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"25",
|
||||
"1464"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,387",
|
||||
"1,4",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1887"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,268",
|
||||
"1,4",
|
||||
"2",
|
||||
"12xD",
|
||||
"31",
|
||||
"2584"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1,6",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"36",
|
||||
"3448"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,153",
|
||||
"1,6",
|
||||
"2,2",
|
||||
"12xD",
|
||||
"38",
|
||||
"4199"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,124",
|
||||
"1,8",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"43",
|
||||
"5178"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0991",
|
||||
"2",
|
||||
"2,5",
|
||||
"12xD",
|
||||
"47",
|
||||
"6381"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0754",
|
||||
"2,2",
|
||||
"2,7",
|
||||
"12xD",
|
||||
"53",
|
||||
"8264"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35+16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM/RE",
|
||||
"0,524",
|
||||
"1.2/1.0",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"27",
|
||||
"1698"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="518" data-end="554">Zuverlässig bei hoher Belastung</h3>
|
||||
<p data-start="556" data-end="987">Das <strong data-start="560" data-end="568">NY2Y</strong> ist ein Niederspannungskabel für den Einsatz in Kraftwerken, Industrie- und Schaltanlagen sowie in Ortsnetzen. Es eignet sich für die <strong data-start="706" data-end="792">feste Verlegung in Innenräumen, Kabelkanälen, im Freien, im Wasser und im Erdreich</strong> – überall dort, wo starke mechanische Belastungen beim Verlegen und im Betrieb zu erwarten sind. Die Konstruktion erfüllt die Vorgaben gemäß <strong data-start="934" data-end="953">TP PRAKAB 16/03</strong> in Anlehnung an <strong data-start="970" data-end="986">VDE 0276-603</strong>.</p>
|
||||
<h3 data-start="989" data-end="1010">Aufbau im Detail</h3>
|
||||
<p data-start="1012" data-end="1431">Das Kabel besteht aus einem <strong data-start="1040" data-end="1056">Kupferleiter</strong>, verfügbar als rund eindrähtig (RE), rund mehrdrähtig (RM) oder sektorförmig mehrdrähtig (SM). Die <strong data-start="1156" data-end="1177">PVC-Aderisolation</strong> sorgt für elektrische Sicherheit, die Adern sind verseilt und durch eine gemeinsame <strong data-start="1262" data-end="1284">EPDM-Aderumhüllung</strong> geschützt. Der Außenmantel aus <strong data-start="1316" data-end="1324">HDPE</strong> (schwarz, UV-beständig) macht das NY2Y besonders resistent gegen Abrieb, Feuchtigkeit und Umwelteinflüsse.</p>
|
||||
<h3 data-start="1433" data-end="1462">Typische Einsatzbereiche</h3>
|
||||
<p data-start="1464" data-end="1802">NY2Y eignet sich hervorragend für Anwendungen mit erhöhten Anforderungen an <strong data-start="1540" data-end="1566">mechanische Robustheit</strong> und <strong data-start="1571" data-end="1598">Witterungsbeständigkeit</strong>. Typische Einsatzorte sind Energieverteilungen in industriellen Anlagen, Kraftwerken oder Trafostationen – aber auch in Umgebungen mit Feuchtigkeit, direkter Sonneneinstrahlung oder chemischer Belastung.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
719
data/products/de/nycwy.mdx
Normal file
719
data/products/de/nycwy.mdx
Normal file
@@ -0,0 +1,719 @@
|
||||
---
|
||||
title: NYCWY
|
||||
sku: NYCWY-low-voltage-cables
|
||||
description: >
|
||||
NYCWY Kabel sind robuste Niederspannungskabel mit konzentrischem Leiter,
|
||||
geeignet für die Energieverteilung in Gebäuden, Industrieanlagen und bei
|
||||
Erdverlegung. Durch PVC-Isolierung und -Mantel sind sie mechanisch stabil,
|
||||
feuchtigkeitsresistent und vielseitig einsetzbar – auch in Beton oder Wasser.
|
||||
categories:
|
||||
- Niederspannungskabel
|
||||
images:
|
||||
- /uploads/2025/01/NYCWY-scaled.webp
|
||||
application: >
|
||||
Das NYCWY gehört zu den klassischen Niederspannungskabeln nach VDE-Standard und ist
|
||||
für Nennspannungen bis 1 kV ausgelegt. Es kommt überall dort zum Einsatz, wo Energie
|
||||
zuverlässig verteilt werden muss – in Gebäuden, Industrieanlagen, Trafostationen oder
|
||||
direkt im Erdreich. Auch in Kabeltrassen, Betonumgebungen oder unter Wasser lässt es
|
||||
sich problemlos verlegen. Die Materialwahl sorgt dafür, dass dieses Kabel selbst
|
||||
unter rauen Bedingungen durchhält – ganz ohne zusätzliche Schutzmaßnahmen.
|
||||
locale: de
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Biegeradius (mm)",
|
||||
"value": "15/12xD",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "160",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Nennspannung (kV)",
|
||||
"value": "0.6/1",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung (kV)",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Self-extinguishing of single cable",
|
||||
"value": "IEC 60332-1-2",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich (°C)",
|
||||
"value": "-35-+70",
|
||||
"unit": "°C"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "0.6/1 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Spannung",
|
||||
"value": "0.6/1 kV"
|
||||
},
|
||||
{
|
||||
"label": "Prüfspannung",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Temperaturbereich",
|
||||
"value": "-35-+70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Leitertemperatur (max.)",
|
||||
"value": "70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Kurzschlusstemperatur (max.)",
|
||||
"value": "160",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Verlegetemperatur",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimale Lagertemperatur",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR-Klasse",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flammhemmend",
|
||||
"value": "IEC 60332-1-2",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Leiter"
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Form"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "2x10/10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,83",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"19",
|
||||
"670"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "2x16/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,15",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"21",
|
||||
"890"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x10/10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,83",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"20",
|
||||
"773"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x10/10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"1,83",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"21",
|
||||
"817"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,15",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"22",
|
||||
"1045"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"1,15",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"22",
|
||||
"1085"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,727",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1490"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,727",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1582"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,524",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1729"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,524",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1913"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,387",
|
||||
"1,4",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"29",
|
||||
"2272"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50/50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,387",
|
||||
"1,4",
|
||||
"1,9",
|
||||
"12xD",
|
||||
"30",
|
||||
"2498"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,268",
|
||||
"1,4",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"3128"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70/70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,268",
|
||||
"1,4",
|
||||
"2",
|
||||
"12xD",
|
||||
"34",
|
||||
"3473"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95/50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1,6",
|
||||
"2,2",
|
||||
"12xD",
|
||||
"38",
|
||||
"4177"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95/95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1,6",
|
||||
"2,2",
|
||||
"12xD",
|
||||
"38",
|
||||
"4640"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120/70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,153",
|
||||
"1,6",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"41",
|
||||
"5168"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120/120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,153",
|
||||
"1,6",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"41",
|
||||
"5674"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150/70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,124",
|
||||
"1,8",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"46",
|
||||
"6193"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150/150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,124",
|
||||
"1,8",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"47",
|
||||
"6982"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185/95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0991",
|
||||
"2",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"50",
|
||||
"7689"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185/185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0991",
|
||||
"2",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"51",
|
||||
"8609"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240/120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0754",
|
||||
"2,2",
|
||||
"2,8",
|
||||
"12xD",
|
||||
"56",
|
||||
"9950"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x10/10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,83",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"21",
|
||||
"903"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1,15",
|
||||
"1",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"24",
|
||||
"1237"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,727",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1801"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0,727",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1886"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,524",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"28",
|
||||
"2156"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,524",
|
||||
"1,2",
|
||||
"1,8",
|
||||
"12xD",
|
||||
"28",
|
||||
"2333"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,387",
|
||||
"1,4",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"2944"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50/50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,387",
|
||||
"1,4",
|
||||
"2",
|
||||
"12xD",
|
||||
"34",
|
||||
"3171"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,268",
|
||||
"1,4",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"36",
|
||||
"3932"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70/70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,268",
|
||||
"1,4",
|
||||
"2,1",
|
||||
"12xD",
|
||||
"37",
|
||||
"4277"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95/50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1,6",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"42",
|
||||
"5276"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95/70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1,6",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"42",
|
||||
"5488"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95/95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,193",
|
||||
"1,6",
|
||||
"2,3",
|
||||
"12xD",
|
||||
"42",
|
||||
"5740"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120/70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,153",
|
||||
"1,6",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"46",
|
||||
"6571"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120/120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,153",
|
||||
"1,6",
|
||||
"2,4",
|
||||
"12xD",
|
||||
"46",
|
||||
"7077"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150/70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,124",
|
||||
"1,8",
|
||||
"2,6",
|
||||
"12xD",
|
||||
"51",
|
||||
"7883"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185/95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0991",
|
||||
"2",
|
||||
"2,8",
|
||||
"12xD",
|
||||
"56",
|
||||
"9892"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185/185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0991",
|
||||
"2",
|
||||
"2,8",
|
||||
"12xD",
|
||||
"57",
|
||||
"10813"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240/120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0,0754",
|
||||
"2,2",
|
||||
"3",
|
||||
"12xD",
|
||||
"62",
|
||||
"12658"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="213" data-end="264">Vielseitig einsetzbar in der Energieverteilung</h3>
|
||||
<p data-start="266" data-end="765">Das NYCWY gehört zu den klassischen <strong data-start="302" data-end="345">Niederspannungskabeln nach VDE-Standard</strong> und ist für Nennspannungen bis 1 kV ausgelegt. Es kommt überall dort zum Einsatz, wo Energie zuverlässig verteilt werden muss – in Gebäuden, Industrieanlagen, Trafostationen oder direkt im Erdreich. Auch in Kabeltrassen, Betonumgebungen oder unter Wasser lässt es sich problemlos verlegen. Die Materialwahl sorgt dafür, dass dieses Kabel selbst unter rauen Bedingungen durchhält – ganz ohne zusätzliche Schutzmaßnahmen.</p>
|
||||
<h3 data-start="767" data-end="794">Aufbau und Materialien</h3>
|
||||
<p data-start="796" data-end="1206">Der Aufbau ist technisch durchdacht: Ein Kupferleiter bildet das Herzstück, umgeben von einer PVC-Isolierung, die mechanisch robust und elektrisch sicher ist. Darauf folgt ein konzentrischer Leiter in Wellenform, der je nach Anwendung als Schutz- oder Rückleiter dient. Den äußeren Abschluss bildet ein widerstandsfähiger <strong data-start="1118" data-end="1132">PVC-Mantel</strong>, der das Kabel vor Feuchtigkeit, Druck und chemischen Einflüssen schützt.</p>
|
||||
<h3 data-start="1208" data-end="1239">Varianten und Querschnitte</h3>
|
||||
<p data-start="1241" data-end="1628">Erhältlich ist das NYCWY in einer Vielzahl von Ausführungen – zum Beispiel als <strong data-start="1320" data-end="1331">4x25/16</strong>, 4x70/35 oder 4x185/95. Die erste Zahlengruppe steht für die Anzahl und den Querschnitt der stromführenden Leiter, die zweite für den konzentrischen Leiter. Damit lässt sich das Kabel flexibel an verschiedene Netzanforderungen anpassen – vom Hausanschluss bis zur industriellen Energieverteilung.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
1364
data/products/de/nyy.mdx
Normal file
1364
data/products/de/nyy.mdx
Normal file
File diff suppressed because it is too large
Load Diff
248
data/products/en/h1z2z2-k.mdx
Normal file
248
data/products/en/h1z2z2-k.mdx
Normal file
@@ -0,0 +1,248 @@
|
||||
---
|
||||
title: H1Z2Z2-K
|
||||
sku: H1Z2Z2-K-solar-cables
|
||||
description: >
|
||||
The H1Z2Z2-K cable is a highly flexible, halogen-free solar cable for modern
|
||||
photovoltaic systems. It meets the highest standards for safety, weather
|
||||
resistance, and electrical performance – for both indoor and outdoor use.
|
||||
categories:
|
||||
- Solar Cables
|
||||
images:
|
||||
- /uploads/2025/06/H1Z2Z2-K-scaled.webp
|
||||
application: >
|
||||
The H1Z2Z2-K complies with DIN EN 50618 (VDE 0283-618) and is specifically designed for
|
||||
the cabling of photovoltaic systems. It can be installed permanently or used flexibly –
|
||||
indoors, outdoors, in industrial facilities, agricultural operations, or even in
|
||||
hazardous (explosive) areas. The cable is UV-, ozone- and water-resistant (AD7) and
|
||||
can be laid directly in the ground.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "120",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "+250 Max. 5 sec.",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-25",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range (°C)",
|
||||
"value": "-40/+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Rated voltage (kV)",
|
||||
"value": "AC: 1000/1000 V DC: 1500 V",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Shape of conductor",
|
||||
"value": "RM",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Test voltage (kV)",
|
||||
"value": "6,5 AC, 15 DC (5 min.)",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "AC: 1000 / 1000 V DC: 1500 V",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "AC: 1000 / 1000 V DC: 1500 V"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "6,5 AC, 15 DC (5 min.)",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-40/+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "120",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "+250 Max. 5 sec.",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-25",
|
||||
"unit": "°C"
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x1,5",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"13.7",
|
||||
"22",
|
||||
"4.5",
|
||||
"33"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x2,5",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"8.21",
|
||||
"24",
|
||||
"4.9",
|
||||
"41"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x4",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"5.09",
|
||||
"26",
|
||||
"5.5",
|
||||
"57"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x6",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"3.39",
|
||||
"30",
|
||||
"5.9",
|
||||
"73"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x10",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"1.95",
|
||||
"35",
|
||||
"6.9",
|
||||
"110"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x16",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"1.24",
|
||||
"40",
|
||||
"8",
|
||||
"170"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x25",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"0.795",
|
||||
"50",
|
||||
"10",
|
||||
"260"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x35",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"0.565",
|
||||
"56",
|
||||
"11",
|
||||
"360"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50",
|
||||
"cells": [
|
||||
"",
|
||||
"RM",
|
||||
"0.393",
|
||||
"60",
|
||||
"13.2",
|
||||
"500"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="460" data-end="518">For long-term use in demanding environments</h3>
|
||||
<p data-start="520" data-end="953">The <strong data-start="524" data-end="536">H1Z2Z2-K</strong> complies with <strong data-start="552" data-end="588">DIN EN 50618 (VDE 0283-618)</strong> and is specifically designed for the <strong data-start="614" data-end="654">cabling of photovoltaic systems</strong>. It can be <strong data-start="675" data-end="713">installed permanently or used flexibly</strong> – indoors, outdoors, in industrial facilities, agricultural operations, or even in <strong data-start="812" data-end="847">hazardous (explosive) areas</strong>. The cable is <strong data-start="865" data-end="905">UV-, ozone- and water-resistant (AD7)</strong> and can be <strong data-start="915" data-end="945">laid directly in the ground</strong>.</p>
|
||||
<h3 data-start="955" data-end="990">Construction and technical features</h3>
|
||||
<p data-start="992" data-end="1516">The finely stranded <strong data-start="1009" data-end="1045">tinned copper conductor (class 5)</strong> is double protected by <strong data-start="1079" data-end="1160">cross-linked insulation and a cross-linked outer sheath made of polyolefin copolymer</strong> – halogen-free, flame-retardant, and highly abrasion-resistant. The cable is designed for a maximum conductor temperature of <strong data-start="1273" data-end="1283">120 °C</strong> and remains reliably flexible even at <strong data-start="1314" data-end="1339">-40 °C (fixed installation)</strong>. Its <strong data-start="1366" data-end="1394">low smoke emission</strong> and high resistance to mechanical and thermal stress ensure safe, long-term operation.</p>
|
||||
<h3 data-start="1518" data-end="1549">Key features at a glance</h3>
|
||||
<ul data-start="1551" data-end="1815">
|
||||
<li data-start="1551" data-end="1604">
|
||||
<p data-start="1553" data-end="1604"><strong data-start="1553" data-end="1604">Halogen-free, flame-retardant, UV- and ozone-resistant</strong></p>
|
||||
</li>
|
||||
<li data-start="1605" data-end="1666">
|
||||
<p data-start="1607" data-end="1666"><strong data-start="1607" data-end="1666">Short-circuit and earth fault proof according to VDE-AR-E 2283-4</strong></p>
|
||||
</li>
|
||||
<li data-start="1667" data-end="1744">
|
||||
<p data-start="1669" data-end="1744"><strong data-start="1669" data-end="1744">Approved for indoor, outdoor and hazardous (explosive) areas</strong></p>
|
||||
</li>
|
||||
<li data-start="1745" data-end="1784">
|
||||
<p data-start="1747" data-end="1784"><strong data-start="1747" data-end="1784">Suitable for direct burial</strong></p>
|
||||
</li>
|
||||
<li data-start="1785" data-end="1815">
|
||||
<p data-start="1787" data-end="1815"><strong data-start="1787" data-end="1815">CPR performance class: Eca</strong></p>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
835
data/products/en/n2x2y.mdx
Normal file
835
data/products/en/n2x2y.mdx
Normal file
@@ -0,0 +1,835 @@
|
||||
---
|
||||
title: N2X2Y
|
||||
sku: N2X2Y-low-voltage-cables
|
||||
description: >
|
||||
The N2X2Y cable is an XLPE-insulated low-voltage cable with an HDPE sheath,
|
||||
developed for fixed installations under demanding conditions. It stands out
|
||||
for its high thermal endurance and is ideally suited for use in power
|
||||
distribution systems with increased safety requirements.
|
||||
categories:
|
||||
- Low Voltage Cables
|
||||
images:
|
||||
- /uploads/2025/01/N2X2Y-scaled.webp
|
||||
application: >
|
||||
The N2X2Y complies with HD 603 S1 Part 5G and HD 627 S1 Part 4H (equivalent to DIN VDE
|
||||
0276-603 and -627) and is designed for an operating frequency of 50 Hz. It is suitable
|
||||
for fixed installation indoors, underground, outdoors, and in industrial environments
|
||||
with high temperature and load requirements. The maximum operating temperature is
|
||||
+90 °C, and +250 °C is permissible under short-circuit conditions.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Bending radius (mm)",
|
||||
"value": "15/12xD",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range (°C)",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Rated voltage (kV)",
|
||||
"value": "0.6/1",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Self-extinguishing of single cable",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Test voltage (kV)",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "0.6/1 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "0.6/1 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.83",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"9",
|
||||
"141"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.15",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"10",
|
||||
"200"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.727",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"12",
|
||||
"301"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.524",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"13",
|
||||
"397"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.387",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"14",
|
||||
"520"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.268",
|
||||
"1.1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"16",
|
||||
"725"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.193",
|
||||
"1.1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"18",
|
||||
"972"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.153",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"20",
|
||||
"1207"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.124",
|
||||
"1.4",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"22",
|
||||
"1488"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.0991",
|
||||
"1.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"2388"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.0601",
|
||||
"1.8",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"29",
|
||||
"2964"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.047",
|
||||
"2",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"32",
|
||||
"3772"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.0366",
|
||||
"2.2",
|
||||
"2",
|
||||
"12xD",
|
||||
"36",
|
||||
"4808"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.83",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"17",
|
||||
"529"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.15",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"19",
|
||||
"741"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.727",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"23",
|
||||
"1122"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.524",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1473"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.387",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1729"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.268",
|
||||
"1.1",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"30",
|
||||
"2414"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"3210"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.153",
|
||||
"1.2",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"37",
|
||||
"3962"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.124",
|
||||
"1.4",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"41",
|
||||
"4906"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0991",
|
||||
"1.6",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"45",
|
||||
"6047"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0754",
|
||||
"1.7",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"51",
|
||||
"7833"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35+16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV/RE",
|
||||
"0.524",
|
||||
"0.9/0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1652"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50+25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM/RMV",
|
||||
"0.387",
|
||||
"1.0/0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"29",
|
||||
"2075"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70+35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.268",
|
||||
"1.1/0.9",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"32",
|
||||
"2828"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95+50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.1/1.0",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"37",
|
||||
"3757"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120+70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.153",
|
||||
"1.2/1.1",
|
||||
"2.2",
|
||||
"12xD",
|
||||
"40",
|
||||
"4707"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150+70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.124",
|
||||
"1.4/1.1",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"45",
|
||||
"5675"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185+95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0991",
|
||||
"1.6/1.1",
|
||||
"2.5",
|
||||
"12xD",
|
||||
"49",
|
||||
"7071"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240+120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0754",
|
||||
"1.7/1.2",
|
||||
"2.7",
|
||||
"12xD",
|
||||
"56",
|
||||
"9138"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.83",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"18",
|
||||
"642"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.15",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"21",
|
||||
"910"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.727",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"25",
|
||||
"1391"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.524",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1834"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.387",
|
||||
"1",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"29",
|
||||
"2255"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.268",
|
||||
"1.1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"3158"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.1",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"37",
|
||||
"4200"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.153",
|
||||
"1.2",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"41",
|
||||
"5259"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.124",
|
||||
"1.4",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"46",
|
||||
"6439"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0991",
|
||||
"1.6",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"51",
|
||||
"7967"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0754",
|
||||
"1.7",
|
||||
"2.8",
|
||||
"12xD",
|
||||
"57",
|
||||
"10324"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.83",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"20",
|
||||
"767"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.15",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"22",
|
||||
"1100"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.727",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"27",
|
||||
"1676"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.524",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"31",
|
||||
"2266"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.387",
|
||||
"1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"2877"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.268",
|
||||
"1.1",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"38",
|
||||
"3979"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.1",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"42",
|
||||
"5342"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.153",
|
||||
"1.2",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"47",
|
||||
"6625"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="448" data-end="491">For demanding operating conditions</h3>
|
||||
<p data-start="493" data-end="945">The <strong data-start="497" data-end="506">N2X2Y</strong> complies with <strong data-start="529" data-end="550">HD 603 S1 Part 5G</strong> and <strong data-start="555" data-end="576">HD 627 S1 Part 4H</strong> (equivalent to <strong data-start="596" data-end="616">DIN VDE 0276-603</strong> and <strong data-start="621" data-end="629">-627</strong>) and is designed for an <strong data-start="648" data-end="678">operating frequency of 50 Hz</strong>. It is suitable for fixed installation indoors, underground, outdoors, and in industrial environments with high temperature and load requirements. The maximum operating temperature is <strong data-start="888" data-end="898">+90 °C</strong>, and <strong data-start="924" data-end="935">+250 °C</strong> is permissible under short-circuit conditions.</p>
|
||||
<h3 data-start="947" data-end="982">Construction and technical features</h3>
|
||||
<p data-start="984" data-end="1334">The cable structure consists of <strong data-start="1012" data-end="1029">copper conductors</strong> with <strong data-start="1034" data-end="1076">XLPE insulation (cross-linked polyethylene)</strong>. The cores are stranded and surrounded by a robust <strong data-start="1126" data-end="1151">black HDPE sheath</strong>. The integrated <strong data-start="1177" data-end="1201">concentric conductor</strong> made of copper wires is grounded at both ends and provides effective protection against potential differences and contact voltages.</p>
|
||||
<h3 data-start="1336" data-end="1355">Fields of application</h3>
|
||||
<p data-start="1357" data-end="1663">N2X2Y is ideal for installations in <strong data-start="1395" data-end="1442">local networks, substations, and industrial plants</strong> as well as in <strong data-start="1447" data-end="1470">power distribution systems</strong>, where high <strong data-start="1487" data-end="1515">thermal endurance</strong> and <strong data-start="1520" data-end="1552">mechanical strength</strong> are required. It provides a durable solution for demanding operating conditions – reliable and safe.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
269
data/products/en/n2xfk2y.mdx
Normal file
269
data/products/en/n2xfk2y.mdx
Normal file
@@ -0,0 +1,269 @@
|
||||
---
|
||||
title: N2X(F)K2Y
|
||||
sku: N2X(F)K2Y-high-voltage-cables
|
||||
description: >
|
||||
The N2X(F)K2Y high-voltage cable series, designed for 64/110kV applications,
|
||||
utilizes copper conductors and XLPE insulation to meet the rigorous demands of
|
||||
industrial power distribution and transmission. These cables are engineered
|
||||
for high ampacity and fault current withstand in diverse installation
|
||||
environments.
|
||||
categories:
|
||||
- High Voltage Cables
|
||||
images: []
|
||||
application: >
|
||||
The N2X(F)K2Y high-voltage cable series is tailored for robust performance in
|
||||
high-voltage power systems, featuring copper conductors and cross-linked
|
||||
polyethylene (XLPE) insulation. This combination ensures high dielectric strength
|
||||
and excellent thermal cycling resistance, crucial for maintaining integrity and
|
||||
functionality over long operational periods.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Rated voltage (kV)",
|
||||
"value": "64/110",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "64/110 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "64/110 kV"
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1×150RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.16",
|
||||
"18",
|
||||
"1.4",
|
||||
"67",
|
||||
"8300"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×185RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.13",
|
||||
"17",
|
||||
"1.3",
|
||||
"66",
|
||||
"8400"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×240RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.1",
|
||||
"16.5",
|
||||
"1.4",
|
||||
"67",
|
||||
"9030"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×300RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.08",
|
||||
"15.5",
|
||||
"1.4",
|
||||
"67",
|
||||
"9540"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×400RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.06",
|
||||
"14.5",
|
||||
"1.4",
|
||||
"69",
|
||||
"10410"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×500RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.05",
|
||||
"14",
|
||||
"1.4",
|
||||
"71",
|
||||
"11590"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×630RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.04",
|
||||
"14",
|
||||
"1.5",
|
||||
"75",
|
||||
"13470"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×800RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.03",
|
||||
"14",
|
||||
"1.6",
|
||||
"80",
|
||||
"15590"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1000RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.03",
|
||||
"14",
|
||||
"1.7",
|
||||
"84",
|
||||
"17980"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1200RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.02",
|
||||
"14",
|
||||
"1.8",
|
||||
"89",
|
||||
"20530"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1400RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.02",
|
||||
"14",
|
||||
"1.9",
|
||||
"94",
|
||||
"22780"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1600RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.02",
|
||||
"14",
|
||||
"2",
|
||||
"98",
|
||||
"25280"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1800RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.02",
|
||||
"14",
|
||||
"2",
|
||||
"102",
|
||||
"27940"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×2000RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.02",
|
||||
"14",
|
||||
"2.1",
|
||||
"103",
|
||||
"29610"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×2500RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.01",
|
||||
"14.5",
|
||||
"2.2",
|
||||
"112",
|
||||
"35400"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×3000RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.01",
|
||||
"14.5",
|
||||
"2.4",
|
||||
"121",
|
||||
"42420"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h2>Engineering Overview</h2>
|
||||
<p>The <strong>N2X(F)K2Y high-voltage cable series</strong> is tailored for robust performance in high-voltage power systems, featuring copper conductors and cross-linked polyethylene (XLPE) insulation. This combination ensures high dielectric strength and excellent thermal cycling resistance, crucial for maintaining integrity and functionality over long operational periods.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Technical Performance and Installation</h2>
|
||||
<p>Designed to support a wide range of industrial applications, the N2X(F)K2Y cable series excels in environments requiring high ampacity and effective fault current management. The cables' construction supports efficient heat dissipation and reduces the risk of thermal degradation even under high load conditions.</p>
|
||||
<ul>
|
||||
<li>Optimal <strong>ampacity</strong> to support increased power transmission requirements.</li>
|
||||
<li>Enhanced <strong>fault current withstand</strong> capability to ensure reliability and safety.</li>
|
||||
<li>Superior <strong>dielectric strength</strong>, facilitated by high-quality XLPE insulation.</li>
|
||||
</ul>
|
||||
<p>Installation techniques such as <strong>trefoil formation</strong>, <strong>direct burial</strong>, and <strong>cable tray mounting</strong> are compatible with this series, providing flexibility and ease of deployment in varied operational landscapes.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Compliance and Electromagnetic Compatibility</h2>
|
||||
<p>The N2X(F)K2Y series adheres to stringent <strong>IEC standards</strong> and meets <strong>CPR classification</strong> requirements, ensuring compliance with international safety and quality benchmarks. Additionally, the cables are designed to minimize electromagnetic interference, enhancing <strong>electromagnetic compatibility (EMC)</strong> and reducing induced voltages, which is critical in densely packed power installations.</p>
|
||||
<ul>
|
||||
<li>Robust <strong>metallic screening</strong> to mitigate EMC issues and manage fault currents effectively.</li>
|
||||
<li>CE marking confirms that the cable series meets the essential requirements of relevant European directives.</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
232
data/products/en/n2xfkld2y.mdx
Normal file
232
data/products/en/n2xfkld2y.mdx
Normal file
@@ -0,0 +1,232 @@
|
||||
---
|
||||
title: N2X(F)KLD2Y
|
||||
sku: N2X(F)KLD2Y-high-voltage-cables-2
|
||||
description: >
|
||||
The N2X(F)KLD2Y-high-voltage-cables-2 series is designed for high-voltage
|
||||
applications, utilizing stranded copper conductors and XLPE insulation to
|
||||
ensure high ampacity and robust performance in industrial settings.
|
||||
categories:
|
||||
- High Voltage Cables
|
||||
images: []
|
||||
application: >
|
||||
The N2X(F)KLD2Y-high-voltage-cables-2 series is engineered to meet the rigorous
|
||||
demands of high-voltage power transmission with a focus on durability, efficiency,
|
||||
and safety. This series is ideal for applications requiring high dielectric
|
||||
strength and excellent thermal cycling resistance.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Rated voltage (kV)",
|
||||
"value": "64/110",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "64/110 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "64/110 kV"
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1×240RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.1",
|
||||
"16.5",
|
||||
"2.2",
|
||||
"86",
|
||||
"7040"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×300RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.08",
|
||||
"15.5",
|
||||
"2.2",
|
||||
"86",
|
||||
"7550"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×400RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.06",
|
||||
"14.5",
|
||||
"2.2",
|
||||
"88",
|
||||
"8380"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×500RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.05",
|
||||
"14",
|
||||
"2.2",
|
||||
"91",
|
||||
"9530"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×630RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.04",
|
||||
"14",
|
||||
"2.4",
|
||||
"95",
|
||||
"11190"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×800RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.03",
|
||||
"14",
|
||||
"2.5",
|
||||
"100",
|
||||
"13160"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1000RM",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.03",
|
||||
"14",
|
||||
"2.6",
|
||||
"104",
|
||||
"15380"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1200RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.02",
|
||||
"14",
|
||||
"2.8",
|
||||
"110",
|
||||
"17790"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1400RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.02",
|
||||
"14",
|
||||
"2.9",
|
||||
"115",
|
||||
"19870"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1600RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.02",
|
||||
"14",
|
||||
"3",
|
||||
"119",
|
||||
"22210"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1800RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.02",
|
||||
"14",
|
||||
"3.1",
|
||||
"122",
|
||||
"24720"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×2000RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.02",
|
||||
"14",
|
||||
"3.1",
|
||||
"124",
|
||||
"26340"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×2500RMS",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"0.01",
|
||||
"14.5",
|
||||
"3.3",
|
||||
"134",
|
||||
"31880"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h2>Engineering Overview</h2>
|
||||
<p>The <strong>N2X(F)KLD2Y-high-voltage-cables-2 series</strong> is engineered to meet the rigorous demands of high-voltage power transmission with a focus on durability, efficiency, and safety. This series is ideal for applications requiring high dielectric strength and excellent thermal cycling resistance.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Technical Performance and Installation</h2>
|
||||
<p>This cable series is designed to optimize both electrical and thermal performance, making it suitable for a variety of installation environments:</p>
|
||||
<ul>
|
||||
<li>High <strong>ampacity</strong> to support increased power transmission over long distances without significant power losses.</li>
|
||||
<li>Excellent <strong>fault current withstand</strong> capability, ensuring reliability and safety in the event of abnormal current flow.</li>
|
||||
<li>Designed for <strong>direct burial</strong>, <strong>trefoil formation</strong>, or <strong>cable tray mounting</strong>, providing flexibility in installation methods to suit different site conditions.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Compliance and EMC Considerations</h2>
|
||||
<p>The cable's construction adheres to stringent <strong>IEC standards</strong> and carries the <strong>CE marking</strong>, affirming its compliance with the Construction Products Regulation (<strong>CPR classification</strong>). Furthermore, it is designed to minimize electromagnetic interference:</p>
|
||||
<ul>
|
||||
<li>Advanced insulation and shielding techniques reduce <strong>induced voltage</strong>, enhancing <strong>electromagnetic compatibility</strong> (EMC).</li>
|
||||
<li>Metallic screens incorporated into the cable design help in mitigating external electromagnetic influences, ensuring stable and uninterrupted operation.</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
968
data/products/en/n2xs2y.mdx
Normal file
968
data/products/en/n2xs2y.mdx
Normal file
@@ -0,0 +1,968 @@
|
||||
---
|
||||
title: N2XS2Y
|
||||
sku: N2XS2Y-medium-voltage-cables
|
||||
description: >
|
||||
The N2XS2Y cable is a robust medium-voltage cable with a copper conductor,
|
||||
XLPE insulation, and a durable PE sheath. It ensures reliable power
|
||||
transmission even under high mechanical stress and demanding environmental
|
||||
conditions.
|
||||
categories:
|
||||
- Medium Voltage Cables
|
||||
images:
|
||||
- /uploads/2025/01/N2XS2Y-scaled.webp
|
||||
application: >
|
||||
The N2XS2Y complies with the standards DIN VDE 0276-620, HD 620 S2 and IEC 60502. It is
|
||||
suitable for installation indoors, in cable ducts, outdoors, in water, on cable
|
||||
trays, and especially underground. Thanks to its robust sheath, it is frequently
|
||||
used in industrial plants, power stations, and switching stations, where stability
|
||||
and durability are essential.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range (°C)",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Shape of conductor",
|
||||
"value": "RM",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "6/10 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "6/10 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "21",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x35/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.22",
|
||||
"15.3",
|
||||
"0.524",
|
||||
"3.4",
|
||||
"197",
|
||||
"187",
|
||||
"5",
|
||||
"2.1",
|
||||
"360",
|
||||
"24",
|
||||
"803"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.24",
|
||||
"16.3",
|
||||
"0.387",
|
||||
"3.4",
|
||||
"238",
|
||||
"220",
|
||||
"7.1",
|
||||
"2.1",
|
||||
"375",
|
||||
"25",
|
||||
"928"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.28",
|
||||
"17.9",
|
||||
"0.268",
|
||||
"3.4",
|
||||
"294",
|
||||
"268",
|
||||
"10",
|
||||
"2.1",
|
||||
"390",
|
||||
"26",
|
||||
"1154"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.3",
|
||||
"19.4",
|
||||
"0.193",
|
||||
"3.4",
|
||||
"358",
|
||||
"320",
|
||||
"13.6",
|
||||
"2.1",
|
||||
"420",
|
||||
"28",
|
||||
"1410"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.34",
|
||||
"20.9",
|
||||
"0.153",
|
||||
"3.4",
|
||||
"413",
|
||||
"363",
|
||||
"17.1",
|
||||
"2.1",
|
||||
"450",
|
||||
"30",
|
||||
"1682"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.36",
|
||||
"22.3",
|
||||
"0.124",
|
||||
"3.4",
|
||||
"468",
|
||||
"405",
|
||||
"21.4",
|
||||
"2.1",
|
||||
"465",
|
||||
"31",
|
||||
"2025"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.4",
|
||||
"23.9",
|
||||
"0.099",
|
||||
"3.4",
|
||||
"535",
|
||||
"456",
|
||||
"26.4",
|
||||
"2.1",
|
||||
"480",
|
||||
"32",
|
||||
"2383"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.44",
|
||||
"26.4",
|
||||
"0.075",
|
||||
"3.4",
|
||||
"631",
|
||||
"526",
|
||||
"34.3",
|
||||
"2.1",
|
||||
"525",
|
||||
"35",
|
||||
"2965"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.49",
|
||||
"28.8",
|
||||
"0.06",
|
||||
"3.4",
|
||||
"722",
|
||||
"591",
|
||||
"42.9",
|
||||
"2.1",
|
||||
"555",
|
||||
"37",
|
||||
"3624"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.54",
|
||||
"31.4",
|
||||
"0.047",
|
||||
"3.4",
|
||||
"827",
|
||||
"662",
|
||||
"57.2",
|
||||
"2.1",
|
||||
"600",
|
||||
"40",
|
||||
"4574"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.61",
|
||||
"34.6",
|
||||
"0.037",
|
||||
"3.4",
|
||||
"949",
|
||||
"744",
|
||||
"71.4",
|
||||
"2.1",
|
||||
"645",
|
||||
"43",
|
||||
"5597"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "12/20 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "12/20 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "42",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x35/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.16",
|
||||
"19.5",
|
||||
"0.524",
|
||||
"5.5",
|
||||
"200",
|
||||
"189",
|
||||
"5",
|
||||
"2.1",
|
||||
"420",
|
||||
"28",
|
||||
"948"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.17",
|
||||
"20.5",
|
||||
"0.387",
|
||||
"5.5",
|
||||
"239",
|
||||
"222",
|
||||
"7.1",
|
||||
"2.1",
|
||||
"435",
|
||||
"29",
|
||||
"1078"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.19",
|
||||
"22.1",
|
||||
"0.268",
|
||||
"5.5",
|
||||
"297",
|
||||
"271",
|
||||
"10",
|
||||
"2.1",
|
||||
"465",
|
||||
"31",
|
||||
"1315"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.21",
|
||||
"23.6",
|
||||
"0.193",
|
||||
"5.5",
|
||||
"361",
|
||||
"323",
|
||||
"13.6",
|
||||
"2.1",
|
||||
"480",
|
||||
"32",
|
||||
"1579"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.23",
|
||||
"25.1",
|
||||
"0.153",
|
||||
"5.5",
|
||||
"416",
|
||||
"367",
|
||||
"17.1",
|
||||
"2.1",
|
||||
"510",
|
||||
"34",
|
||||
"1861"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.25",
|
||||
"26.5",
|
||||
"0.124",
|
||||
"5.5",
|
||||
"470",
|
||||
"409",
|
||||
"21.4",
|
||||
"2.1",
|
||||
"525",
|
||||
"35",
|
||||
"2212"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.27",
|
||||
"28.1",
|
||||
"0.099",
|
||||
"5.5",
|
||||
"538",
|
||||
"461",
|
||||
"26.4",
|
||||
"2.1",
|
||||
"555",
|
||||
"37",
|
||||
"2585"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.3",
|
||||
"30.6",
|
||||
"0.075",
|
||||
"5.5",
|
||||
"634",
|
||||
"532",
|
||||
"34.3",
|
||||
"2.1",
|
||||
"585",
|
||||
"39",
|
||||
"3181"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.33",
|
||||
"33",
|
||||
"0.06",
|
||||
"5.5",
|
||||
"724",
|
||||
"599",
|
||||
"42.9",
|
||||
"2.1",
|
||||
"630",
|
||||
"42",
|
||||
"3763"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.36",
|
||||
"35.6",
|
||||
"0.047",
|
||||
"5.5",
|
||||
"829",
|
||||
"671",
|
||||
"57.2",
|
||||
"2.1",
|
||||
"660",
|
||||
"44",
|
||||
"4795"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.43",
|
||||
"38.8",
|
||||
"0.037",
|
||||
"5.5",
|
||||
"953",
|
||||
"754",
|
||||
"71.4",
|
||||
"2.1",
|
||||
"705",
|
||||
"47",
|
||||
"5872"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "18/30 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "18/30 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "63",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.13",
|
||||
"25.5",
|
||||
"0.387",
|
||||
"8",
|
||||
"241",
|
||||
"225",
|
||||
"7.1",
|
||||
"2.1",
|
||||
"510",
|
||||
"34",
|
||||
"1292"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.15",
|
||||
"27.1",
|
||||
"0.268",
|
||||
"8",
|
||||
"299",
|
||||
"274",
|
||||
"10",
|
||||
"2.1",
|
||||
"540",
|
||||
"36",
|
||||
"1542"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.16",
|
||||
"28.6",
|
||||
"0.193",
|
||||
"8",
|
||||
"363",
|
||||
"327",
|
||||
"13.6",
|
||||
"2.1",
|
||||
"555",
|
||||
"37",
|
||||
"1817"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.17",
|
||||
"30.1",
|
||||
"0.153",
|
||||
"8",
|
||||
"418",
|
||||
"371",
|
||||
"17.1",
|
||||
"2.1",
|
||||
"585",
|
||||
"39",
|
||||
"2110"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.19",
|
||||
"31.5",
|
||||
"0.124",
|
||||
"8",
|
||||
"472",
|
||||
"414",
|
||||
"21.4",
|
||||
"2.1",
|
||||
"600",
|
||||
"40",
|
||||
"2473"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.2",
|
||||
"33.1",
|
||||
"0.099",
|
||||
"8",
|
||||
"539",
|
||||
"466",
|
||||
"26.4",
|
||||
"2.1",
|
||||
"630",
|
||||
"42",
|
||||
"2853"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.22",
|
||||
"35.6",
|
||||
"0.075",
|
||||
"8",
|
||||
"635",
|
||||
"539",
|
||||
"34.3",
|
||||
"2.1",
|
||||
"660",
|
||||
"44",
|
||||
"3467"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.24",
|
||||
"38",
|
||||
"0.06",
|
||||
"8",
|
||||
"725",
|
||||
"606",
|
||||
"42.9",
|
||||
"2.1",
|
||||
"705",
|
||||
"47",
|
||||
"4164"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.26",
|
||||
"40.6",
|
||||
"0.047",
|
||||
"8",
|
||||
"831",
|
||||
"680",
|
||||
"57.2",
|
||||
"2.1",
|
||||
"735",
|
||||
"49",
|
||||
"5131"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.29",
|
||||
"43.8",
|
||||
"0.037",
|
||||
"8",
|
||||
"953",
|
||||
"765",
|
||||
"71.4",
|
||||
"2.4",
|
||||
"795",
|
||||
"53",
|
||||
"6234"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="451" data-end="502">For underground installation and demanding environments</h3>
|
||||
<p data-start="504" data-end="901">The <strong data-start="508" data-end="518">N2XS2Y</strong> complies with the standards <strong data-start="538" data-end="558">DIN VDE 0276-620</strong>, <strong data-start="560" data-end="573">HD 620 S2</strong> and <strong data-start="578" data-end="591">IEC 60502</strong>. It is suitable for <strong data-start="612" data-end="725">installation indoors, in cable ducts, outdoors, in water, on cable trays, and especially underground</strong>. Thanks to its robust sheath, it is frequently used in <strong data-start="788" data-end="841">industrial plants, power stations, and switching stations</strong>, where stability and durability are essential.</p>
|
||||
<h3 data-start="903" data-end="926">Technical construction</h3>
|
||||
<p data-start="928" data-end="1367">The conductor consists of <strong data-start="951" data-end="984">bare, multi-stranded copper</strong> (Class 2), surrounded by an <strong data-start="1015" data-end="1038">inner conductive layer</strong> and <strong data-start="1049" data-end="1067">XLPE insulation</strong> with a tightly bonded outer conductive layer. The shielding is provided by a <strong data-start="1141" data-end="1187">copper wire braid with counter helix</strong>. Additionally, the cable includes a <strong data-start="1224" data-end="1250">conductive tape</strong> and features a <strong data-start="1278" data-end="1301">black PE sheath</strong> (Type DMP2) that protects against moisture and mechanical abrasion.</p>
|
||||
<h3 data-start="1369" data-end="1402">Features and application benefits</h3>
|
||||
<p data-start="1404" data-end="1766">The N2XS2Y is <strong data-start="1419" data-end="1435">suitable for underground installation</strong>, <strong data-start="1437" data-end="1465">free from silicone and cadmium</strong>, and <strong data-start="1472" data-end="1493">not flame-retardant</strong>. It is rated for <strong data-start="1523" data-end="1544">+90 °C in operation</strong> and <strong data-start="1549" data-end="1579">+250 °C under short-circuit conditions</strong>. Thanks to its <strong data-start="1603" data-end="1635">partial discharge-free design</strong>, it offers a high level of safety and is particularly well-suited for networks with heavy load and challenging routing conditions.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
400
data/products/en/n2xsf2y.mdx
Normal file
400
data/products/en/n2xsf2y.mdx
Normal file
@@ -0,0 +1,400 @@
|
||||
---
|
||||
title: N2XS(F)2Y
|
||||
sku: N2XS(F)2Y-medium-voltage-cables
|
||||
description: >
|
||||
The N2XS(F)2Y cable is a longitudinally watertight medium-voltage cable with a
|
||||
copper conductor, XLPE insulation, and a durable PE sheath. It combines high
|
||||
electrical safety with a rugged outer layer, making it ideal for demanding
|
||||
grid operation applications.
|
||||
categories:
|
||||
- Medium Voltage Cables
|
||||
images:
|
||||
- /uploads/2025/01/N2XSF2Y-3-scaled.webp
|
||||
application: >
|
||||
The N2XSF2Y complies with common standards DIN VDE 0276-620, HD 620 S2 and IEC 60502,
|
||||
and is suitable for installation indoors, in cable ducts, outdoors, in water,
|
||||
underground, and on cable trays. This cable proves its strengths especially in
|
||||
utility grids, industrial plants, and power stations – wherever durability,
|
||||
watertightness, and safety are essential.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum sheath thickness (mm)",
|
||||
"value": "2.1",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "Nominal insulation thickness (mm)",
|
||||
"value": "5.5",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range (°C)",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Rated voltage (kV)",
|
||||
"value": "12/20",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Shape of conductor",
|
||||
"value": "RM",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Test voltage (kV)",
|
||||
"value": "42",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "12/20 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "12/20 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "42",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x35/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.16",
|
||||
"19.5",
|
||||
"0.524",
|
||||
"5.5",
|
||||
"200",
|
||||
"189",
|
||||
"5",
|
||||
"2.1",
|
||||
"420",
|
||||
"28",
|
||||
"949"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.17",
|
||||
"20.5",
|
||||
"0.387",
|
||||
"5.5",
|
||||
"239",
|
||||
"222",
|
||||
"7.1",
|
||||
"2.1",
|
||||
"435",
|
||||
"29",
|
||||
"1079"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.19",
|
||||
"22.1",
|
||||
"0.268",
|
||||
"5.5",
|
||||
"297",
|
||||
"271",
|
||||
"10",
|
||||
"2.1",
|
||||
"465",
|
||||
"31",
|
||||
"1315"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.21",
|
||||
"23.6",
|
||||
"0.193",
|
||||
"5.5",
|
||||
"361",
|
||||
"323",
|
||||
"13.6",
|
||||
"2.1",
|
||||
"480",
|
||||
"32",
|
||||
"1580"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.23",
|
||||
"25.1",
|
||||
"0.153",
|
||||
"5.5",
|
||||
"416",
|
||||
"367",
|
||||
"17.1",
|
||||
"2.1",
|
||||
"510",
|
||||
"34",
|
||||
"1862"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.25",
|
||||
"26.5",
|
||||
"0.124",
|
||||
"5.5",
|
||||
"470",
|
||||
"409",
|
||||
"21.4",
|
||||
"2.1",
|
||||
"525",
|
||||
"35",
|
||||
"2212"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.27",
|
||||
"28.1",
|
||||
"0.099",
|
||||
"5.5",
|
||||
"538",
|
||||
"461",
|
||||
"26.4",
|
||||
"2.1",
|
||||
"555",
|
||||
"37",
|
||||
"2585"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.3",
|
||||
"30.6",
|
||||
"0.075",
|
||||
"5.5",
|
||||
"634",
|
||||
"532",
|
||||
"34.3",
|
||||
"2.1",
|
||||
"585",
|
||||
"39",
|
||||
"3181"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.33",
|
||||
"33",
|
||||
"0.06",
|
||||
"5.5",
|
||||
"724",
|
||||
"599",
|
||||
"42.9",
|
||||
"2.1",
|
||||
"630",
|
||||
"42",
|
||||
"3851"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.36",
|
||||
"35.6",
|
||||
"0.047",
|
||||
"5.5",
|
||||
"829",
|
||||
"671",
|
||||
"57.2",
|
||||
"2.1",
|
||||
"660",
|
||||
"44",
|
||||
"4795"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.4",
|
||||
"38.8",
|
||||
"0.037",
|
||||
"5.5",
|
||||
"953",
|
||||
"754",
|
||||
"71.4",
|
||||
"2.1",
|
||||
"705",
|
||||
"47",
|
||||
"5873"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="452" data-end="502">Designed for high-performance network environments</h3>
|
||||
<p data-start="504" data-end="904">The <strong data-start="508" data-end="521">N2XS(F)2Y</strong> complies with common standards <strong data-start="550" data-end="570">DIN VDE 0276-620</strong>, <strong data-start="572" data-end="585">HD 620 S2</strong> and <strong data-start="590" data-end="603">IEC 60502</strong>, and is suitable for <strong data-start="620" data-end="713">installation indoors, in cable ducts, outdoors, in water, underground, and on cable trays</strong>. This cable proves its strengths especially in <strong data-start="737" data-end="785">utility grids, industrial plants, and power stations</strong> – wherever durability, watertightness, and safety are essential.</p>
|
||||
<h3 data-start="906" data-end="946">Structure and technical characteristics</h3>
|
||||
<p data-start="948" data-end="1387">Inside is a <strong data-start="977" data-end="1016">bare, multi-stranded copper conductor</strong> (Class 2), surrounded by an <strong data-start="1047" data-end="1123">extruded XLPE insulation with inner and bonded outer conductive layer</strong>. A <strong data-start="1130" data-end="1174">longitudinally watertight, conductive tape</strong>, a <strong data-start="1181" data-end="1234">copper wire screen with counter helix</strong>, and an additional <strong data-start="1256" data-end="1282">longitudinally watertight layer</strong> ensure the design's integrity. The black <strong data-start="1316" data-end="1345">PE outer sheath (Type DMP2)</strong> provides high mechanical strength.</p>
|
||||
<h3 data-start="1389" data-end="1425">Applications and benefits</h3>
|
||||
<p data-start="1427" data-end="1822">The N2XS(F)2Y is <strong data-start="1445" data-end="1461">suitable for underground installation</strong>, <strong data-start="1463" data-end="1509">resistant to aggressive environmental conditions</strong>, and withstands <strong data-start="1519" data-end="1562">temperatures up to +90 °C in continuous operation</strong> and <strong data-start="1569" data-end="1599">+250 °C in short-circuit conditions</strong>. It is <strong data-start="1614" data-end="1663">free from silicone and cadmium-containing substances</strong> and, thanks to its <strong data-start="1677" data-end="1709">partial discharge-free design</strong>, particularly suitable for networks with the highest demands on <strong data-start="1769" data-end="1803">electrical operational safety</strong> and longevity.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
927
data/products/en/n2xsfl2y-hv.mdx
Normal file
927
data/products/en/n2xsfl2y-hv.mdx
Normal file
@@ -0,0 +1,927 @@
|
||||
---
|
||||
title: N2XS(FL)2Y
|
||||
sku: N2XS(FL)2Y-high-voltage-cables
|
||||
description: >
|
||||
The N2XS(FL)2Y cable is a customizable high-voltage cable featuring a
|
||||
well-designed protection system against water ingress and high electrical load
|
||||
capacity. It complies with international standards and is ideally suited for
|
||||
demanding energy infrastructure projects.
|
||||
categories:
|
||||
- High Voltage Cables
|
||||
images:
|
||||
- /uploads/2025/06/N2XSFL2Y-3-scaled.webp
|
||||
application: >
|
||||
The N2XS(FL)2Y is designed for installation in the ground, in cable ducts, pipes,
|
||||
outdoor areas, and indoor spaces. It complies with the IEC 60840 standard and can be
|
||||
tailored to specific project requirements. It is typically used in transmission
|
||||
networks, substations, and large industrial facilities where maximum reliability is
|
||||
essential.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Shape of conductor",
|
||||
"value": "RM",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "6/10 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "6/10 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "21",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.24",
|
||||
"16.3",
|
||||
"0.387",
|
||||
"3.4",
|
||||
"238",
|
||||
"220",
|
||||
"7.1",
|
||||
"2.1",
|
||||
"520",
|
||||
"26",
|
||||
"1010"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.28",
|
||||
"17.9",
|
||||
"0.268",
|
||||
"3.4",
|
||||
"294",
|
||||
"268",
|
||||
"10",
|
||||
"2.1",
|
||||
"560",
|
||||
"28",
|
||||
"1238"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.3",
|
||||
"19.4",
|
||||
"0.193",
|
||||
"3.4",
|
||||
"358",
|
||||
"320",
|
||||
"13.6",
|
||||
"2.1",
|
||||
"580",
|
||||
"29",
|
||||
"1495"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.34",
|
||||
"20.9",
|
||||
"0.153",
|
||||
"3.4",
|
||||
"413",
|
||||
"363",
|
||||
"17.1",
|
||||
"2.1",
|
||||
"620",
|
||||
"31",
|
||||
"1773"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.36",
|
||||
"22.3",
|
||||
"0.124",
|
||||
"3.4",
|
||||
"468",
|
||||
"405",
|
||||
"21.4",
|
||||
"2.1",
|
||||
"640",
|
||||
"32",
|
||||
"2119"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.4",
|
||||
"23.9",
|
||||
"0.099",
|
||||
"3.4",
|
||||
"535",
|
||||
"456",
|
||||
"26.4",
|
||||
"2.1",
|
||||
"680",
|
||||
"34",
|
||||
"2483"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.44",
|
||||
"26.4",
|
||||
"0.075",
|
||||
"3.4",
|
||||
"631",
|
||||
"526",
|
||||
"34.3",
|
||||
"2.1",
|
||||
"720",
|
||||
"36",
|
||||
"3073"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.48",
|
||||
"28.8",
|
||||
"0.06",
|
||||
"3.4",
|
||||
"722",
|
||||
"591",
|
||||
"42.9",
|
||||
"2.1",
|
||||
"780",
|
||||
"39",
|
||||
"3737"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.54",
|
||||
"31.4",
|
||||
"0.047",
|
||||
"3.4",
|
||||
"827",
|
||||
"662",
|
||||
"57.2",
|
||||
"2.1",
|
||||
"840",
|
||||
"42",
|
||||
"4697"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.61",
|
||||
"34.6",
|
||||
"0.037",
|
||||
"3.4",
|
||||
"949",
|
||||
"744",
|
||||
"71.4",
|
||||
"2.1",
|
||||
"880",
|
||||
"44",
|
||||
"5729"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "12/20 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "12/20 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "42",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35 - + 90 / -35 - +90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.17",
|
||||
"20.5",
|
||||
"0.387",
|
||||
"5.5",
|
||||
"239",
|
||||
"222",
|
||||
"7.1",
|
||||
"2.1",
|
||||
"600",
|
||||
"30",
|
||||
"1166"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.19",
|
||||
"22.1",
|
||||
"0.268",
|
||||
"5.5",
|
||||
"297",
|
||||
"271",
|
||||
"10",
|
||||
"2.1",
|
||||
"640",
|
||||
"32",
|
||||
"1409"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.21",
|
||||
"23.6",
|
||||
"0.193",
|
||||
"5.5",
|
||||
"361",
|
||||
"323",
|
||||
"13.6",
|
||||
"2.1",
|
||||
"660",
|
||||
"33",
|
||||
"1675"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.23",
|
||||
"25.1",
|
||||
"0.153",
|
||||
"5.5",
|
||||
"416",
|
||||
"367",
|
||||
"17.1",
|
||||
"2.1",
|
||||
"700",
|
||||
"35",
|
||||
"1968"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.25",
|
||||
"26.5",
|
||||
"0.124",
|
||||
"5.5",
|
||||
"470",
|
||||
"409",
|
||||
"21.4",
|
||||
"2.1",
|
||||
"720",
|
||||
"36",
|
||||
"2320"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.27",
|
||||
"28.1",
|
||||
"0.099",
|
||||
"5.5",
|
||||
"538",
|
||||
"461",
|
||||
"26.4",
|
||||
"2.1",
|
||||
"760",
|
||||
"38",
|
||||
"2697"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.3",
|
||||
"30.6",
|
||||
"0.075",
|
||||
"5.5",
|
||||
"634",
|
||||
"532",
|
||||
"34.3",
|
||||
"2.1",
|
||||
"800",
|
||||
"40",
|
||||
"3303"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.32",
|
||||
"33",
|
||||
"0.06",
|
||||
"5.5",
|
||||
"724",
|
||||
"599",
|
||||
"42.9",
|
||||
"2.1",
|
||||
"860",
|
||||
"43",
|
||||
"3978"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.36",
|
||||
"35.6",
|
||||
"0.047",
|
||||
"5.5",
|
||||
"829",
|
||||
"671",
|
||||
"57.2",
|
||||
"2.1",
|
||||
"900",
|
||||
"45",
|
||||
"4925"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.4",
|
||||
"38.8",
|
||||
"0.037",
|
||||
"5.5",
|
||||
"953",
|
||||
"754",
|
||||
"71.4",
|
||||
"2.1",
|
||||
"980",
|
||||
"49",
|
||||
"6006"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "18/30 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "18/30 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "63",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.13",
|
||||
"25.5",
|
||||
"0.387",
|
||||
"8",
|
||||
"241",
|
||||
"225",
|
||||
"7.1",
|
||||
"2.1",
|
||||
"700",
|
||||
"35",
|
||||
"1405"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.15",
|
||||
"27.1",
|
||||
"0.268",
|
||||
"8",
|
||||
"299",
|
||||
"274",
|
||||
"10",
|
||||
"2.1",
|
||||
"740",
|
||||
"37",
|
||||
"1646"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.16",
|
||||
"28.6",
|
||||
"0.193",
|
||||
"8",
|
||||
"363",
|
||||
"327",
|
||||
"13.6",
|
||||
"2.1",
|
||||
"760",
|
||||
"38",
|
||||
"1926"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.17",
|
||||
"30.1",
|
||||
"0.153",
|
||||
"8",
|
||||
"418",
|
||||
"371",
|
||||
"17.1",
|
||||
"2.1",
|
||||
"800",
|
||||
"40",
|
||||
"2227"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.19",
|
||||
"31.5",
|
||||
"0.124",
|
||||
"8",
|
||||
"472",
|
||||
"414",
|
||||
"21.4",
|
||||
"2.1",
|
||||
"820",
|
||||
"41",
|
||||
"2590"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.2",
|
||||
"33.1",
|
||||
"0.099",
|
||||
"8",
|
||||
"539",
|
||||
"466",
|
||||
"26.4",
|
||||
"2.1",
|
||||
"860",
|
||||
"43",
|
||||
"2975"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.22",
|
||||
"35.6",
|
||||
"0.075",
|
||||
"8",
|
||||
"635",
|
||||
"539",
|
||||
"34.3",
|
||||
"2.1",
|
||||
"900",
|
||||
"45",
|
||||
"3594"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.24",
|
||||
"38",
|
||||
"0.06",
|
||||
"8",
|
||||
"725",
|
||||
"606",
|
||||
"42.9",
|
||||
"2.1",
|
||||
"960",
|
||||
"48",
|
||||
"4300"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.26",
|
||||
"40.6",
|
||||
"0.047",
|
||||
"8",
|
||||
"831",
|
||||
"680",
|
||||
"57.2",
|
||||
"2.1",
|
||||
"1020",
|
||||
"51",
|
||||
"5290"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.29",
|
||||
"43.8",
|
||||
"0.037",
|
||||
"8",
|
||||
"953",
|
||||
"765",
|
||||
"71.4",
|
||||
"2.4",
|
||||
"1080",
|
||||
"54",
|
||||
"6403"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="508" data-end="571">Flexible in use – underground, underwater, and on cable trays</h3>
|
||||
<p data-start="573" data-end="950">The <strong data-start="577" data-end="591">N2XS(FL)2Y</strong> is designed for <strong data-start="615" data-end="698">installation in the ground, in cable ducts, pipes, outdoor areas, and indoor spaces</strong>. It complies with the <strong data-start="723" data-end="736">IEC 60840</strong> standard and can be tailored to specific project requirements. It is typically used in <strong data-start="841" data-end="906">transmission networks, substations, and large industrial facilities</strong> where maximum reliability is essential.</p>
|
||||
<h3 data-start="952" data-end="975">Technical structure</h3>
|
||||
<p data-start="977" data-end="1539">The cable features a <strong data-start="1006" data-end="1062">multi-stranded copper conductor (class 2 according to IEC 60228)</strong>. The insulation consists of <strong data-start="1090" data-end="1123">cross-linked polyethylene (XLPE)</strong>, embedded between a <strong data-start="1152" data-end="1180">conductive inner layer</strong> and a <strong data-start="1191" data-end="1232">conductive outer insulation layer</strong>. A <strong data-start="1239" data-end="1265">water-swellable tape</strong>, together with <strong data-start="1286" data-end="1334">copper wires and an open copper helix</strong>, provides effective shielding. The outer sheath is made of <strong data-start="1395" data-end="1401">PE</strong>, firmly bonded with an <strong data-start="1417" data-end="1451">aluminum laminate (Alucopo)</strong> – optimal protection against <strong data-start="1496" data-end="1538">mechanical stress and moisture</strong>.</p>
|
||||
<h3 data-start="1541" data-end="1561">Application features</h3>
|
||||
<p data-start="1563" data-end="1902">The N2XS(FL)2Y is <strong data-start="1582" data-end="1611">waterproof, suitable for underground installation</strong>, and resistant to mechanical stress – and thanks to its <strong data-start="1655" data-end="1700">multi-layered shielding and water-blocking structure</strong>, it is particularly suited for critical high-voltage applications. Electrical performance is calculated based on the project – allowing precise adaptation to grid operation requirements.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
926
data/products/en/n2xsfl2y-mv.mdx
Normal file
926
data/products/en/n2xsfl2y-mv.mdx
Normal file
@@ -0,0 +1,926 @@
|
||||
---
|
||||
title: N2XS(FL)2Y
|
||||
sku: N2XS(FL)2Y-medium-voltage-cables
|
||||
description: >
|
||||
The N2XS(FL)2Y cable is a longitudinally watertight medium-voltage cable with
|
||||
a copper conductor, XLPE insulation, and a tightly bonded Al/PE sheath. It
|
||||
offers maximum operational safety for critical infrastructures and provides
|
||||
reliable protection against penetrating moisture.
|
||||
categories:
|
||||
- Medium Voltage Cables
|
||||
images:
|
||||
- /uploads/2025/01/N2XSFL2Y-2-scaled.webp
|
||||
application: >
|
||||
The N2XS(FL)2Y meets the standards DIN VDE 0276-620, HD 620 S2 and IEC 60502. It is
|
||||
ideally suited for installation indoors, in cable ducts, outdoors, in soil, in water,
|
||||
and on cable trays – especially in utility grids, industrial plants, and switching
|
||||
stations, where high demands on mechanical strength and water resistance apply.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Shape of conductor",
|
||||
"value": "RM",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "6/10 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "6/10 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "21",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.24",
|
||||
"16.3",
|
||||
"0.387",
|
||||
"3.4",
|
||||
"238",
|
||||
"220",
|
||||
"7.1",
|
||||
"2.1",
|
||||
"520",
|
||||
"26",
|
||||
"1010"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.28",
|
||||
"17.9",
|
||||
"0.268",
|
||||
"3.4",
|
||||
"294",
|
||||
"268",
|
||||
"10",
|
||||
"2.1",
|
||||
"560",
|
||||
"28",
|
||||
"1238"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.3",
|
||||
"19.4",
|
||||
"0.193",
|
||||
"3.4",
|
||||
"358",
|
||||
"320",
|
||||
"13.6",
|
||||
"2.1",
|
||||
"580",
|
||||
"29",
|
||||
"1495"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.34",
|
||||
"20.9",
|
||||
"0.153",
|
||||
"3.4",
|
||||
"413",
|
||||
"363",
|
||||
"17.1",
|
||||
"2.1",
|
||||
"620",
|
||||
"31",
|
||||
"1773"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.36",
|
||||
"22.3",
|
||||
"0.124",
|
||||
"3.4",
|
||||
"468",
|
||||
"405",
|
||||
"21.4",
|
||||
"2.1",
|
||||
"640",
|
||||
"32",
|
||||
"2119"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.4",
|
||||
"23.9",
|
||||
"0.099",
|
||||
"3.4",
|
||||
"535",
|
||||
"456",
|
||||
"26.4",
|
||||
"2.1",
|
||||
"680",
|
||||
"34",
|
||||
"2483"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.44",
|
||||
"26.4",
|
||||
"0.075",
|
||||
"3.4",
|
||||
"631",
|
||||
"526",
|
||||
"34.3",
|
||||
"2.1",
|
||||
"720",
|
||||
"36",
|
||||
"3073"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.48",
|
||||
"28.8",
|
||||
"0.06",
|
||||
"3.4",
|
||||
"722",
|
||||
"591",
|
||||
"42.9",
|
||||
"2.1",
|
||||
"780",
|
||||
"39",
|
||||
"3737"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.54",
|
||||
"31.4",
|
||||
"0.047",
|
||||
"3.4",
|
||||
"827",
|
||||
"662",
|
||||
"57.2",
|
||||
"2.1",
|
||||
"840",
|
||||
"42",
|
||||
"4697"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.61",
|
||||
"34.6",
|
||||
"0.037",
|
||||
"3.4",
|
||||
"949",
|
||||
"744",
|
||||
"71.4",
|
||||
"2.1",
|
||||
"880",
|
||||
"44",
|
||||
"5729"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "12/20 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "12/20 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "42",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35 - + 90 / -35 - +90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.17",
|
||||
"20.5",
|
||||
"0.387",
|
||||
"5.5",
|
||||
"239",
|
||||
"222",
|
||||
"7.1",
|
||||
"2.1",
|
||||
"600",
|
||||
"30",
|
||||
"1166"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.19",
|
||||
"22.1",
|
||||
"0.268",
|
||||
"5.5",
|
||||
"297",
|
||||
"271",
|
||||
"10",
|
||||
"2.1",
|
||||
"640",
|
||||
"32",
|
||||
"1409"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.21",
|
||||
"23.6",
|
||||
"0.193",
|
||||
"5.5",
|
||||
"361",
|
||||
"323",
|
||||
"13.6",
|
||||
"2.1",
|
||||
"660",
|
||||
"33",
|
||||
"1675"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.23",
|
||||
"25.1",
|
||||
"0.153",
|
||||
"5.5",
|
||||
"416",
|
||||
"367",
|
||||
"17.1",
|
||||
"2.1",
|
||||
"700",
|
||||
"35",
|
||||
"1968"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.25",
|
||||
"26.5",
|
||||
"0.124",
|
||||
"5.5",
|
||||
"470",
|
||||
"409",
|
||||
"21.4",
|
||||
"2.1",
|
||||
"720",
|
||||
"36",
|
||||
"2320"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.27",
|
||||
"28.1",
|
||||
"0.099",
|
||||
"5.5",
|
||||
"538",
|
||||
"461",
|
||||
"26.4",
|
||||
"2.1",
|
||||
"760",
|
||||
"38",
|
||||
"2697"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.3",
|
||||
"30.6",
|
||||
"0.075",
|
||||
"5.5",
|
||||
"634",
|
||||
"532",
|
||||
"34.3",
|
||||
"2.1",
|
||||
"800",
|
||||
"40",
|
||||
"3303"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.32",
|
||||
"33",
|
||||
"0.06",
|
||||
"5.5",
|
||||
"724",
|
||||
"599",
|
||||
"42.9",
|
||||
"2.1",
|
||||
"860",
|
||||
"43",
|
||||
"3978"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.36",
|
||||
"35.6",
|
||||
"0.047",
|
||||
"5.5",
|
||||
"829",
|
||||
"671",
|
||||
"57.2",
|
||||
"2.1",
|
||||
"900",
|
||||
"45",
|
||||
"4925"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.4",
|
||||
"38.8",
|
||||
"0.037",
|
||||
"5.5",
|
||||
"953",
|
||||
"754",
|
||||
"71.4",
|
||||
"2.1",
|
||||
"980",
|
||||
"49",
|
||||
"6006"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "18/30 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "18/30 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "63",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.13",
|
||||
"25.5",
|
||||
"0.387",
|
||||
"8",
|
||||
"241",
|
||||
"225",
|
||||
"7.1",
|
||||
"2.1",
|
||||
"700",
|
||||
"35",
|
||||
"1405"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.15",
|
||||
"27.1",
|
||||
"0.268",
|
||||
"8",
|
||||
"299",
|
||||
"274",
|
||||
"10",
|
||||
"2.1",
|
||||
"740",
|
||||
"37",
|
||||
"1646"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.16",
|
||||
"28.6",
|
||||
"0.193",
|
||||
"8",
|
||||
"363",
|
||||
"327",
|
||||
"13.6",
|
||||
"2.1",
|
||||
"760",
|
||||
"38",
|
||||
"1926"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.17",
|
||||
"30.1",
|
||||
"0.153",
|
||||
"8",
|
||||
"418",
|
||||
"371",
|
||||
"17.1",
|
||||
"2.1",
|
||||
"800",
|
||||
"40",
|
||||
"2227"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.19",
|
||||
"31.5",
|
||||
"0.124",
|
||||
"8",
|
||||
"472",
|
||||
"414",
|
||||
"21.4",
|
||||
"2.1",
|
||||
"820",
|
||||
"41",
|
||||
"2590"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.2",
|
||||
"33.1",
|
||||
"0.099",
|
||||
"8",
|
||||
"539",
|
||||
"466",
|
||||
"26.4",
|
||||
"2.1",
|
||||
"860",
|
||||
"43",
|
||||
"2975"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.22",
|
||||
"35.6",
|
||||
"0.075",
|
||||
"8",
|
||||
"635",
|
||||
"539",
|
||||
"34.3",
|
||||
"2.1",
|
||||
"900",
|
||||
"45",
|
||||
"3594"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.24",
|
||||
"38",
|
||||
"0.06",
|
||||
"8",
|
||||
"725",
|
||||
"606",
|
||||
"42.9",
|
||||
"2.1",
|
||||
"960",
|
||||
"48",
|
||||
"4300"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.26",
|
||||
"40.6",
|
||||
"0.047",
|
||||
"8",
|
||||
"831",
|
||||
"680",
|
||||
"57.2",
|
||||
"2.1",
|
||||
"1020",
|
||||
"51",
|
||||
"5290"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.29",
|
||||
"43.8",
|
||||
"0.037",
|
||||
"8",
|
||||
"953",
|
||||
"765",
|
||||
"71.4",
|
||||
"2.4",
|
||||
"1080",
|
||||
"54",
|
||||
"6403"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="483" data-end="530">For demanding power distribution networks</h3>
|
||||
<p data-start="532" data-end="920">The <strong data-start="536" data-end="550">N2XS(FL)2Y</strong> meets the standards <strong data-start="573" data-end="593">DIN VDE 0276-620</strong>, <strong data-start="595" data-end="608">HD 620 S2</strong> and <strong data-start="613" data-end="626">IEC 60502</strong>. It is ideally suited for <strong data-start="664" data-end="762">installation indoors, in cable ducts, outdoors, in soil, in water, and on cable trays</strong> – especially in <strong data-start="781" data-end="833">utility grids, industrial plants, and switching stations</strong>, where high demands on mechanical strength and water resistance apply.</p>
|
||||
<h3 data-start="922" data-end="945">Technical construction</h3>
|
||||
<p data-start="947" data-end="1455">The cable design is based on a <strong data-start="981" data-end="1011">multi-stranded copper conductor</strong> (Class 2), an <strong data-start="1030" data-end="1047">XLPE insulation</strong> with an extruded, tightly bonded <strong data-start="1081" data-end="1104">outer conductive layer</strong>, and a <strong data-start="1118" data-end="1164">longitudinally watertight, conductive tape</strong>. The shielding consists of <strong data-start="1194" data-end="1230">copper wires with counter helix</strong>, complemented by an additional <strong data-start="1259" data-end="1291">longitudinally watertight tape</strong>. The outer protection is achieved with a <strong data-start="1327" data-end="1396">black PE sheath laminated with an aluminum tape</strong> – serving as an effective <strong data-start="1434" data-end="1454">water barrier</strong>.</p>
|
||||
<h3 data-start="1457" data-end="1488">Properties and benefits</h3>
|
||||
<p data-start="1490" data-end="1897">The N2XS(FL)2Y is <strong data-start="1509" data-end="1525">suitable for underground installation</strong>, <strong data-start="1527" data-end="1560">designed for outdoor use</strong>, and withstands <strong data-start="1570" data-end="1605">operating temperatures up to +90 °C</strong> and <strong data-start="1612" data-end="1650">short-circuit loads up to +250 °C</strong>. It is <strong data-start="1665" data-end="1693">free from silicone and cadmium</strong> and contains no substances that interfere with paint wetting. Thanks to its <strong data-start="1760" data-end="1792">partial discharge-free design</strong> and the Al/PE layer, it is ideally suited for <strong data-start="1843" data-end="1896">humid environments with high safety requirements</strong>.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
962
data/products/en/n2xsy.mdx
Normal file
962
data/products/en/n2xsy.mdx
Normal file
@@ -0,0 +1,962 @@
|
||||
---
|
||||
title: N2XSY
|
||||
sku: N2XSY-medium-voltage-cables
|
||||
description: >
|
||||
The N2XSY cable is a high-performance medium-voltage cable with a copper
|
||||
conductor, XLPE insulation, and a PVC sheath. It offers excellent electrical
|
||||
characteristics and can be installed safely and efficiently, even in complex
|
||||
routing situations.
|
||||
categories:
|
||||
- Medium Voltage Cables
|
||||
images:
|
||||
- /uploads/2025/01/N2XSY-scaled.webp
|
||||
application: >
|
||||
The N2XSY meets the standards DIN VDE 0276-620, HD 620 S2 and IEC 60502. It is designed
|
||||
for installation indoors, in cable ducts, in water, underground, or outdoors (when
|
||||
protected). Whether in industrial plants, power stations, or substations – this cable
|
||||
ensures safe and low-loss power transmission in medium-voltage networks.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-25",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range (°C)",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Shape of conductor",
|
||||
"value": "RM",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "6/10 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "6/10 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "21",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-25",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "EN 60 332-1-2 / EN 60 332-1-3 / EN 60 332-1-4 / EN 60 332-1-5 / EN 60 332-1-6 / EN 60 332-1-7 / EN 60 332-1-8 / EN 60 332-1-9 / EN 60 332-1-10 / EN 60 332-1-11 / EN 60 332-1-12",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x35/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.22",
|
||||
"15.3",
|
||||
"0.524",
|
||||
"3.4",
|
||||
"197",
|
||||
"187",
|
||||
"5",
|
||||
"2.1",
|
||||
"360",
|
||||
"24",
|
||||
"904"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.24",
|
||||
"16.3",
|
||||
"0.387",
|
||||
"3.4",
|
||||
"238",
|
||||
"220",
|
||||
"7.1",
|
||||
"2.1",
|
||||
"390",
|
||||
"26",
|
||||
"1039"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.28",
|
||||
"17.9",
|
||||
"0.268",
|
||||
"3.4",
|
||||
"294",
|
||||
"268",
|
||||
"10",
|
||||
"2.1",
|
||||
"405",
|
||||
"27",
|
||||
"1271"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.3",
|
||||
"19.4",
|
||||
"0.193",
|
||||
"3.4",
|
||||
"358",
|
||||
"320",
|
||||
"13.6",
|
||||
"2.1",
|
||||
"435",
|
||||
"29",
|
||||
"1530"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.34",
|
||||
"20.9",
|
||||
"0.153",
|
||||
"3.4",
|
||||
"413",
|
||||
"363",
|
||||
"17.1",
|
||||
"2.1",
|
||||
"450",
|
||||
"30",
|
||||
"1809"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.36",
|
||||
"22.3",
|
||||
"0.124",
|
||||
"3.4",
|
||||
"468",
|
||||
"405",
|
||||
"21.4",
|
||||
"2.1",
|
||||
"480",
|
||||
"32",
|
||||
"2158"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.4",
|
||||
"23.9",
|
||||
"0.099",
|
||||
"3.4",
|
||||
"535",
|
||||
"456",
|
||||
"26.4",
|
||||
"2.1",
|
||||
"495",
|
||||
"33",
|
||||
"2524"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.44",
|
||||
"26.4",
|
||||
"0.075",
|
||||
"3.4",
|
||||
"631",
|
||||
"526",
|
||||
"34.3",
|
||||
"2.1",
|
||||
"540",
|
||||
"36",
|
||||
"3117"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.49",
|
||||
"28.8",
|
||||
"0.06",
|
||||
"3.4",
|
||||
"722",
|
||||
"591",
|
||||
"42.9",
|
||||
"2.1",
|
||||
"570",
|
||||
"38",
|
||||
"3786"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.54",
|
||||
"31.4",
|
||||
"0.047",
|
||||
"3.4",
|
||||
"827",
|
||||
"662",
|
||||
"57.2",
|
||||
"2.1",
|
||||
"615",
|
||||
"41",
|
||||
"4750"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.61",
|
||||
"34.6",
|
||||
"0.037",
|
||||
"3.4",
|
||||
"949",
|
||||
"744",
|
||||
"71.4",
|
||||
"2.1",
|
||||
"660",
|
||||
"44",
|
||||
"5786"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "12/20 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "12/20 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "42",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-25",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "EN 60 332-1-2",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x35/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.16",
|
||||
"19.5",
|
||||
"0.524",
|
||||
"5.5",
|
||||
"200",
|
||||
"189",
|
||||
"5",
|
||||
"2.1",
|
||||
"435",
|
||||
"29",
|
||||
"1069"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.17",
|
||||
"20.5",
|
||||
"0.387",
|
||||
"5.5",
|
||||
"239",
|
||||
"222",
|
||||
"7.1",
|
||||
"2.1",
|
||||
"450",
|
||||
"30",
|
||||
"1203"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.19",
|
||||
"22.1",
|
||||
"0.268",
|
||||
"5.5",
|
||||
"297",
|
||||
"271",
|
||||
"10",
|
||||
"2.1",
|
||||
"465",
|
||||
"31",
|
||||
"1447"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.21",
|
||||
"23.6",
|
||||
"0.193",
|
||||
"5.5",
|
||||
"361",
|
||||
"323",
|
||||
"13.6",
|
||||
"2.1",
|
||||
"495",
|
||||
"33",
|
||||
"1718"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.23",
|
||||
"25.1",
|
||||
"0.153",
|
||||
"5.5",
|
||||
"416",
|
||||
"367",
|
||||
"17.1",
|
||||
"2.1",
|
||||
"510",
|
||||
"34",
|
||||
"2007"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.25",
|
||||
"26.5",
|
||||
"0.124",
|
||||
"5.5",
|
||||
"470",
|
||||
"409",
|
||||
"21.4",
|
||||
"2.1",
|
||||
"540",
|
||||
"36",
|
||||
"2364"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.27",
|
||||
"28.1",
|
||||
"0.099",
|
||||
"5.5",
|
||||
"538",
|
||||
"461",
|
||||
"26.4",
|
||||
"2.1",
|
||||
"555",
|
||||
"37",
|
||||
"2744"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.3",
|
||||
"30.6",
|
||||
"0.075",
|
||||
"5.5",
|
||||
"634",
|
||||
"532",
|
||||
"34.3",
|
||||
"2.1",
|
||||
"600",
|
||||
"40",
|
||||
"3352"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.35",
|
||||
"33",
|
||||
"0.06",
|
||||
"5.5",
|
||||
"724",
|
||||
"599",
|
||||
"42.9",
|
||||
"2.1",
|
||||
"630",
|
||||
"42",
|
||||
"4032"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.36",
|
||||
"35.6",
|
||||
"0.047",
|
||||
"5.5",
|
||||
"829",
|
||||
"671",
|
||||
"57.2",
|
||||
"2.1",
|
||||
"675",
|
||||
"45",
|
||||
"4988"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.43",
|
||||
"38.8",
|
||||
"0.037",
|
||||
"5.5",
|
||||
"953",
|
||||
"754",
|
||||
"71.4",
|
||||
"2.1",
|
||||
"720",
|
||||
"48",
|
||||
"6080"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"voltageLabel": "18/30 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "18/30 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "63",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "+250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-25",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "EN 60 332-1-2",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "cap",
|
||||
"label": "Cap [uF/km]"
|
||||
},
|
||||
{
|
||||
"key": "DI",
|
||||
"label": "DI [mm]"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ibl",
|
||||
"label": "Ibl [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ibe",
|
||||
"label": "Ibe [A]"
|
||||
},
|
||||
{
|
||||
"key": "Ik_cond",
|
||||
"label": "Ik [kA]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x50/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.13",
|
||||
"25.5",
|
||||
"0.387",
|
||||
"8",
|
||||
"241",
|
||||
"225",
|
||||
"7.1",
|
||||
"2.1",
|
||||
"525",
|
||||
"35",
|
||||
"1439"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.15",
|
||||
"27.1",
|
||||
"0.268",
|
||||
"8",
|
||||
"299",
|
||||
"274",
|
||||
"10",
|
||||
"2.1",
|
||||
"540",
|
||||
"36",
|
||||
"1697"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.16",
|
||||
"28.6",
|
||||
"0.193",
|
||||
"8",
|
||||
"363",
|
||||
"327",
|
||||
"13.6",
|
||||
"2.1",
|
||||
"570",
|
||||
"38",
|
||||
"1979"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.17",
|
||||
"30.1",
|
||||
"0.153",
|
||||
"8",
|
||||
"418",
|
||||
"371",
|
||||
"17.1",
|
||||
"2.1",
|
||||
"585",
|
||||
"39",
|
||||
"2279"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.19",
|
||||
"31.5",
|
||||
"0.124",
|
||||
"8",
|
||||
"472",
|
||||
"414",
|
||||
"21.4",
|
||||
"2.1",
|
||||
"615",
|
||||
"41",
|
||||
"2648"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.2",
|
||||
"33.1",
|
||||
"0.099",
|
||||
"8",
|
||||
"539",
|
||||
"466",
|
||||
"26.4",
|
||||
"2.1",
|
||||
"630",
|
||||
"42",
|
||||
"3036"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.22",
|
||||
"35.6",
|
||||
"0.075",
|
||||
"8",
|
||||
"635",
|
||||
"539",
|
||||
"34.3",
|
||||
"2.1",
|
||||
"675",
|
||||
"45",
|
||||
"3661"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.24",
|
||||
"38",
|
||||
"0.06",
|
||||
"8",
|
||||
"725",
|
||||
"606",
|
||||
"42.9",
|
||||
"2.1",
|
||||
"705",
|
||||
"47",
|
||||
"4368"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.26",
|
||||
"40.6",
|
||||
"0.047",
|
||||
"8",
|
||||
"831",
|
||||
"680",
|
||||
"57.2",
|
||||
"2.1",
|
||||
"750",
|
||||
"50",
|
||||
"5347"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RM",
|
||||
"0.29",
|
||||
"43.8",
|
||||
"0.037",
|
||||
"8",
|
||||
"953",
|
||||
"765",
|
||||
"71.4",
|
||||
"2.4",
|
||||
"795",
|
||||
"53",
|
||||
"6472"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="435" data-end="481">For powerful medium-voltage applications</h3>
|
||||
<p data-start="483" data-end="868">The <strong data-start="487" data-end="496">N2XSY</strong> meets the standards <strong data-start="516" data-end="536">DIN VDE 0276-620</strong>, <strong data-start="538" data-end="551">HD 620 S2</strong> and <strong data-start="556" data-end="569">IEC 60502</strong>. It is designed for <strong data-start="596" data-end="708">installation indoors, in cable ducts, in water, underground, or outdoors (when protected)</strong>. Whether in <strong data-start="716" data-end="768">industrial plants, power stations, or substations</strong> – this cable ensures safe and low-loss power transmission in medium-voltage networks.</p>
|
||||
<h3 data-start="870" data-end="905">Construction and technical features</h3>
|
||||
<p data-start="907" data-end="1380">The cable consists of a <strong data-start="935" data-end="974">bare, multi-stranded copper conductor</strong> (Class 2), surrounded by <strong data-start="998" data-end="1015">XLPE insulation</strong> with a tightly bonded <strong data-start="1034" data-end="1057">outer conductive layer</strong>. A <strong data-start="1076" data-end="1101">conductive tape</strong>, a <strong data-start="1108" data-end="1160">copper wire screen with counter helix</strong>, additional tape, and a <strong data-start="1193" data-end="1213">red PVC sheath</strong> (Type DMV6) complete the construction. The extruded combination of insulation and conductive layer ensures <strong data-start="1322" data-end="1354">partial discharge-free operation</strong> and high reliability.</p>
|
||||
<h3 data-start="1382" data-end="1420">Properties and application benefits</h3>
|
||||
<p data-start="1422" data-end="1807">The N2XSY cable is <strong data-start="1442" data-end="1458">suitable for underground installation</strong>, <strong data-start="1460" data-end="1501">flame-retardant according to DIN VDE 0482-332-1-2</strong>, and <strong data-start="1506" data-end="1555">free from silicone and cadmium-containing substances</strong>. With a <strong data-start="1561" data-end="1590">+90 °C operating temperature</strong> and <strong data-start="1595" data-end="1627">+250 °C short-circuit resistance</strong>, it is ideal for networks with high thermal loads. Excellent installation properties also allow for easy handling, even in complex routing scenarios.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
887
data/products/en/n2xy.mdx
Normal file
887
data/products/en/n2xy.mdx
Normal file
@@ -0,0 +1,887 @@
|
||||
---
|
||||
title: N2XY
|
||||
sku: N2XY-low-voltage-cables
|
||||
description: >
|
||||
The N2XY cable is an unarmoured low-voltage cable for power and control
|
||||
applications up to 0.6/1 kV. It is suitable for fixed installation in
|
||||
buildings, outdoors, in humid environments, and for direct burial – wherever
|
||||
no special mechanical stresses occur.
|
||||
categories:
|
||||
- Low Voltage Cables
|
||||
images:
|
||||
- /uploads/2025/01/N2XY-scaled.webp
|
||||
application: >
|
||||
The N2XY is used in low-voltage systems for power distribution – for example in cable
|
||||
trays, conduits, on walls, or directly underground. It can be installed both indoors
|
||||
and outdoors and is also suitable for humid environments. Thanks to various core
|
||||
configurations (single-core to four-core) and cross-sections up to 630 mm², the cable
|
||||
can be flexibly adapted to the respective application.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Bending radius (mm)",
|
||||
"value": "15/12xD",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range (°C)",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Rated voltage (kV)",
|
||||
"value": "0.6/1",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Self-extinguishing of single cable",
|
||||
"value": "IEC 60332-1-2",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Test voltage (kV)",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "0.6/1 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "0.6/1 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "IEC 60332-1-2",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.83",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"9",
|
||||
"166"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.15",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"10",
|
||||
"229"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.727",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"12",
|
||||
"336"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.524",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"13",
|
||||
"436"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.387",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"14",
|
||||
"562"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.268",
|
||||
"1.1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"16",
|
||||
"774"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.193",
|
||||
"1.1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"18",
|
||||
"1027"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.153",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"20",
|
||||
"1267"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.124",
|
||||
"1.4",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"22",
|
||||
"1555"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.0991",
|
||||
"1.6",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"24",
|
||||
"1922"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.0754",
|
||||
"1.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"2471"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.0601",
|
||||
"1.8",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"29",
|
||||
"3055"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.047",
|
||||
"2",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"32",
|
||||
"3880"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.0366",
|
||||
"2.2",
|
||||
"2",
|
||||
"12xD",
|
||||
"36",
|
||||
"4938"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.83",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"17",
|
||||
"581"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.15",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"19",
|
||||
"800"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.727",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"23",
|
||||
"1193"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.524",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1553"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.387",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1815"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.268",
|
||||
"1.1",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"30",
|
||||
"2519"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"3319"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.153",
|
||||
"1.2",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"37",
|
||||
"4089"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.124",
|
||||
"1.4",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"41",
|
||||
"5077"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0991",
|
||||
"1.6",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"45",
|
||||
"6233"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0754",
|
||||
"1.7",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"51",
|
||||
"8067"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25+16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV/RE",
|
||||
"0.727",
|
||||
"0.9/0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"24",
|
||||
"1357"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35+16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM/RE",
|
||||
"0.524",
|
||||
"0.9/0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1658"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50+25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM/RMV",
|
||||
"0.387",
|
||||
"1.0/0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"29",
|
||||
"2170"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70+35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.268",
|
||||
"1.1/0.9",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"32",
|
||||
"2932"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95+50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.1/1.0",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"37",
|
||||
"3897"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120+70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.153",
|
||||
"1.2/1.1",
|
||||
"2.2",
|
||||
"12xD",
|
||||
"40",
|
||||
"4865"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150+70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.124",
|
||||
"1.4/1.1",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"45",
|
||||
"5862"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185+95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0991",
|
||||
"1.6/1.1",
|
||||
"2.5",
|
||||
"12xD",
|
||||
"49",
|
||||
"7293"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240+120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0754",
|
||||
"1.7/1.2",
|
||||
"2.7",
|
||||
"12xD",
|
||||
"56",
|
||||
"9407"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.83",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"18",
|
||||
"698"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.15",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"21",
|
||||
"974"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"1.15",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"21",
|
||||
"995"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.727",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"25",
|
||||
"1469"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.524",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1818"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.387",
|
||||
"1",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"29",
|
||||
"2354"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.268",
|
||||
"1.1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"3268"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.1",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"37",
|
||||
"4341"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.153",
|
||||
"1.2",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"41",
|
||||
"5429"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.124",
|
||||
"1.4",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"46",
|
||||
"6637"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0991",
|
||||
"1.6",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"51",
|
||||
"8188"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0754",
|
||||
"1.7",
|
||||
"2.8",
|
||||
"12xD",
|
||||
"57",
|
||||
"10609"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.83",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"20",
|
||||
"829"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.15",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"22",
|
||||
"1169"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"1.15",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"23",
|
||||
"1188"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.727",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"27",
|
||||
"1795"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.524",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"31",
|
||||
"2363"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.387",
|
||||
"1",
|
||||
"2",
|
||||
"12xD",
|
||||
"35",
|
||||
"3154"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.268",
|
||||
"1.1",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"38",
|
||||
"4146"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.1",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"42",
|
||||
"5516"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.153",
|
||||
"1.2",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"47",
|
||||
"6805"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="514" data-end="565">For fixed installation in standard applications</h3>
|
||||
<p data-start="567" data-end="995">The <strong data-start="571" data-end="579">N2XY</strong> is used in low-voltage systems for power distribution – for example in cable trays, conduits, on walls, or directly underground. It can be installed both indoors and outdoors and is also suitable for humid environments. Thanks to various core configurations (single-core to four-core) and cross-sections up to 630 mm², the cable can be flexibly adapted to the respective application.</p>
|
||||
<h3 data-start="997" data-end="1020">Technical construction</h3>
|
||||
<p data-start="1022" data-end="1346">The conductor consists of solid or stranded <strong data-start="1067" data-end="1077">copper</strong> (RE or RM), with the cores insulated with <strong data-start="1111" data-end="1144">XLPE (cross-linked polyethylene)</strong>. The cable is embedded in a <strong data-start="1189" data-end="1206">PVC filler compound</strong> and surrounded by a <strong data-start="1226" data-end="1245">PVC outer sheath</strong>, which protects it against environmental influences and normal mechanical stress.</p>
|
||||
<h3 data-start="1348" data-end="1387">Variants and applications</h3>
|
||||
<p data-start="1389" data-end="1779">N2XY is available as <strong data-start="1409" data-end="1419">N2XY-J</strong> (with protective conductor) and <strong data-start="1452" data-end="1462">N2XY-O</strong> (without protective conductor). It offers a <strong data-start="1509" data-end="1594">space-saving, economical solution for low-voltage distribution</strong> without compromising on safety or quality. Typical applications include commercial and residential buildings, system installations, as well as connections between switchgear and distribution boards.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
809
data/products/en/na2x2y.mdx
Normal file
809
data/products/en/na2x2y.mdx
Normal file
@@ -0,0 +1,809 @@
|
||||
---
|
||||
title: NA2X2Y
|
||||
sku: NA2X2Y-low-voltage-cables
|
||||
description: >
|
||||
The NA2X2Y cable is a durable low-voltage cable with an aluminium conductor,
|
||||
PE insulation, and an HDPE sheath. It has been developed for fixed
|
||||
installations under increased mechanical stress and is particularly suitable
|
||||
for demanding industrial and energy infrastructure applications.
|
||||
categories:
|
||||
- Low Voltage Cables
|
||||
images:
|
||||
- /uploads/2025/01/NA2X2Y-scaled.webp
|
||||
application: >
|
||||
The NA2X2Y complies with DIN VDE 0276-603 (HD 603) and is designed for fixed
|
||||
installation indoors, in cable ducts, underground, in water, or outdoors. It is
|
||||
primarily used in power plants, industrial facilities, and switching stations as well
|
||||
as local distribution networks – wherever robust cables are needed that can withstand
|
||||
high mechanical stress during installation and operation.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Bending radius (mm)",
|
||||
"value": "15/12xD",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range (°C)",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Rated voltage (kV)",
|
||||
"value": "0.6/1",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Self-extinguishing of single cable",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Test voltage (kV)",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "0.6/1 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "0.6/1 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-20",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.91",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"10",
|
||||
"104"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.2",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"12",
|
||||
"144"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0.868",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"13",
|
||||
"179"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.641",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"14",
|
||||
"232"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.443",
|
||||
"1.1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"16",
|
||||
"309"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.32",
|
||||
"1.1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"18",
|
||||
"394"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.253",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"20",
|
||||
"479"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.206",
|
||||
"1.4",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"22",
|
||||
"587"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.164",
|
||||
"1.6",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"24",
|
||||
"722"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.125",
|
||||
"1.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"908"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.1",
|
||||
"1.8",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"29",
|
||||
"1102"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.0078",
|
||||
"2",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"32",
|
||||
"1398"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.065",
|
||||
"2.2",
|
||||
"2",
|
||||
"12xD",
|
||||
"36",
|
||||
"1763"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.91",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"19",
|
||||
"454"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.2",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"22",
|
||||
"634"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0.868",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"25",
|
||||
"788"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.641",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"870"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.443",
|
||||
"1.1",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"30",
|
||||
"1170"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.32",
|
||||
"1.1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"1463"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.253",
|
||||
"1.2",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"39",
|
||||
"1802"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.206",
|
||||
"1.4",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"41",
|
||||
"2184"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.164",
|
||||
"1.6",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"45",
|
||||
"2647"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.125",
|
||||
"1.7",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"51",
|
||||
"3362"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35+16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0.868",
|
||||
"0.9/0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"25",
|
||||
"855"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70+35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.268",
|
||||
"1.1/0.9",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"32",
|
||||
"2828"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95+50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.1/1.0",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"37",
|
||||
"3757"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120+70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.153",
|
||||
"1.2/1.1",
|
||||
"2.2",
|
||||
"12xD",
|
||||
"40",
|
||||
"4707"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150+70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.124",
|
||||
"1.4/1.1",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"45",
|
||||
"5675"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185+95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.0991",
|
||||
"1.6/1.1",
|
||||
"2.5",
|
||||
"12xD",
|
||||
"49",
|
||||
"7071"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240+120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.0754",
|
||||
"1.7/1.2",
|
||||
"2.7",
|
||||
"12xD",
|
||||
"56",
|
||||
"9138"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x10",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.83",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"18",
|
||||
"642"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.15",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"21",
|
||||
"910"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.727",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"25",
|
||||
"1391"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.524",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1834"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.387",
|
||||
"1",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"29",
|
||||
"2255"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.268",
|
||||
"1.1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"3158"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.1",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"37",
|
||||
"4200"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.153",
|
||||
"1.2",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"41",
|
||||
"5259"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.124",
|
||||
"1.4",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"46",
|
||||
"6439"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.0991",
|
||||
"1.6",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"51",
|
||||
"7967"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.0754",
|
||||
"1.7",
|
||||
"2.8",
|
||||
"12xD",
|
||||
"57",
|
||||
"10324"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x10",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.83",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"20",
|
||||
"767"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.15",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"22",
|
||||
"1100"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.727",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"27",
|
||||
"1676"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.524",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"31",
|
||||
"2266"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.387",
|
||||
"1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"2877"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.268",
|
||||
"1.1",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"38",
|
||||
"3979"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.1",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"42",
|
||||
"5342"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.153",
|
||||
"1.2",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"47",
|
||||
"6625"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="488" data-end="537">Optimal for mechanically demanding applications</h3>
|
||||
<p data-start="539" data-end="948">The <strong data-start="543" data-end="553">NA2X2Y</strong> complies with <strong data-start="574" data-end="603">DIN VDE 0276-603 (HD 603)</strong> and is designed for <strong data-start="630" data-end="717">fixed installation indoors, in cable ducts, underground, in water, or outdoors</strong>. It is primarily used in <strong data-start="741" data-end="789">power plants, industrial facilities, and switching stations</strong> as well as <strong data-start="794" data-end="808">local distribution networks</strong> – wherever robust cables are needed that can withstand high mechanical stress during installation and operation.</p>
|
||||
<h3 data-start="950" data-end="979">Construction and properties</h3>
|
||||
<p data-start="981" data-end="1427">The electrical conductor consists of <strong data-start="1016" data-end="1029">aluminium</strong>, available as solid round (RE), stranded round (RM), or sector-shaped (SE/SM). The cores are <strong data-start="1135" data-end="1150">PE-insulated</strong>, stranded together, and protected by a <strong data-start="1176" data-end="1209">common EPDM sheath</strong>. The outer sheath is made of <strong data-start="1249" data-end="1257">HDPE</strong>, black, UV-resistant, and highly resistant to abrasion, pressure, and moisture – ideal for long-term installations in demanding environments.</p>
|
||||
<h3 data-start="1429" data-end="1449">Application benefits</h3>
|
||||
<p data-start="1451" data-end="1756">NA2X2Y cables provide a <strong data-start="1476" data-end="1524">technically robust and cost-efficient solution</strong> for power distribution in networks with increased requirements. Their high mechanical strength and weather resistance make them the first choice for demanding infrastructure applications in the energy and industrial sectors.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
266
data/products/en/na2xfk2y.mdx
Normal file
266
data/products/en/na2xfk2y.mdx
Normal file
@@ -0,0 +1,266 @@
|
||||
---
|
||||
title: NA2X(F)K2Y
|
||||
sku: NA2X(F)K2Y-high-voltage-cables
|
||||
description: >
|
||||
The NA2X(F)K2Y high-voltage cable series is designed for industrial
|
||||
applications requiring robust electrical performance, featuring copper
|
||||
conductors and XLPE insulation suitable for voltage classes up to 110kV.
|
||||
Primarily used in power transmission and distribution networks.
|
||||
categories:
|
||||
- High Voltage Cables
|
||||
images: []
|
||||
application: >
|
||||
The NA2X(F)K2Y high-voltage cable series is engineered to meet the rigorous demands
|
||||
of modern industrial and power distribution applications. It combines high-grade
|
||||
copper conductors with cross-linked polyethylene (XLPE) insulation, ensuring
|
||||
superior dielectric strength and thermal cycling resilience.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Rated voltage (kV)",
|
||||
"value": "64/110",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "64/110 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "64/110 kV"
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1×150RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.26",
|
||||
"18",
|
||||
"1.3",
|
||||
"67",
|
||||
"7360"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×185RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.21",
|
||||
"17",
|
||||
"1.3",
|
||||
"66",
|
||||
"7270"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×240RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.16",
|
||||
"16.5",
|
||||
"1.3",
|
||||
"67",
|
||||
"7480"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×300RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.13",
|
||||
"15.5",
|
||||
"1.3",
|
||||
"67",
|
||||
"7600"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×400RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.1",
|
||||
"14.5",
|
||||
"1.4",
|
||||
"68",
|
||||
"7890"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×500RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.08",
|
||||
"14",
|
||||
"1.4",
|
||||
"70",
|
||||
"8400"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×630RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.06",
|
||||
"14",
|
||||
"1.5",
|
||||
"74",
|
||||
"9390"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×800RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.05",
|
||||
"14",
|
||||
"1.6",
|
||||
"78",
|
||||
"10350"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1000RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.04",
|
||||
"14",
|
||||
"1.7",
|
||||
"84",
|
||||
"11620"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1200RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.03",
|
||||
"14",
|
||||
"1.8",
|
||||
"91",
|
||||
"13250"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1400RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.03",
|
||||
"14",
|
||||
"1.9",
|
||||
"93",
|
||||
"14100"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1600RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.02",
|
||||
"14",
|
||||
"1.9",
|
||||
"97",
|
||||
"15160"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1800RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.02",
|
||||
"14",
|
||||
"2",
|
||||
"101",
|
||||
"16410"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×2000RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.02",
|
||||
"14",
|
||||
"2.1",
|
||||
"103",
|
||||
"17160"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×2500RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.02",
|
||||
"14.5",
|
||||
"2.2",
|
||||
"110",
|
||||
"19420"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×3000RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.01",
|
||||
"14.5",
|
||||
"2.4",
|
||||
"119",
|
||||
"22550"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h2>Engineering Overview</h2>
|
||||
<p>The <strong>NA2X(F)K2Y high-voltage cable series</strong> is engineered to meet the rigorous demands of modern industrial and power distribution applications. It combines high-grade copper conductors with cross-linked polyethylene (XLPE) insulation, ensuring superior <strong>dielectric strength</strong> and <strong>thermal cycling</strong> resilience.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Technical Performance and Installation</h2>
|
||||
<p>This cable series is optimized for high <strong>ampacity</strong> and excellent <strong>fault current withstand</strong> capabilities, making it ideal for environments where reliability and durability are paramount. The construction adheres to strict <strong>IEC compliance</strong> standards, ensuring both performance and safety.</p>
|
||||
<ul>
|
||||
<li>Stranded copper conductors enhance current carrying capacity and heat dissipation.</li>
|
||||
<li>XLPE insulation provides significant improvements in thermal characteristics and longevity compared to traditional PVC.</li>
|
||||
<li>Installation versatility with suitability for <strong>direct burial</strong>, <strong>trefoil formation</strong>, or <strong>cable tray mounting</strong>, accommodating various environmental conditions and spatial configurations.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Compliance and EMC Considerations</h2>
|
||||
<p>The NA2X(F)K2Y series not only meets <strong>IEC</strong> standards but also features a robust design to ensure <strong>electromagnetic compatibility (EMC)</strong>. This design minimizes <strong>induced voltage</strong> effects, crucial in densely populated cable routes and close proximity to sensitive equipment.</p>
|
||||
<ul>
|
||||
<li>Comprehensive <strong>CPR classification</strong> and <strong>CE marking</strong> confirm the cable's adherence to European safety and quality benchmarks.</li>
|
||||
<li>Metallic screens incorporated within the cable structure effectively manage electromagnetic interference, safeguarding signal integrity across extensive networks.</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
245
data/products/en/na2xfkld2y.mdx
Normal file
245
data/products/en/na2xfkld2y.mdx
Normal file
@@ -0,0 +1,245 @@
|
||||
---
|
||||
title: NA2X(F)KLD2Y
|
||||
sku: NA2X(F)KLD2Y-high-voltage-cables
|
||||
description: >
|
||||
The NA2X(F)KLD2Y high-voltage cable series is designed for industrial
|
||||
applications requiring high voltage class and robust performance, featuring
|
||||
copper conductors and XLPE insulation suitable for direct burial and cable
|
||||
tray installations.
|
||||
categories:
|
||||
- High Voltage Cables
|
||||
images: []
|
||||
application: >
|
||||
The NA2X(F)KLD2Y high-voltage cable series is engineered to meet the rigorous
|
||||
demands of modern industrial electrical networks, offering high dielectric
|
||||
strength and excellent thermal cycling resistance. This series is ideal for
|
||||
applications that require reliable power distribution in high-voltage settings.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Rated voltage (kV)",
|
||||
"value": "64/110",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "64/110 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "64/110 kV"
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1×240RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.16",
|
||||
"16.5",
|
||||
"2.1",
|
||||
"86",
|
||||
"5510"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×300RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.13",
|
||||
"15.5",
|
||||
"2.2",
|
||||
"86",
|
||||
"5630"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×400RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.1",
|
||||
"14.5",
|
||||
"2.2",
|
||||
"87",
|
||||
"5750"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×500RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.08",
|
||||
"14",
|
||||
"2.3",
|
||||
"90",
|
||||
"6380"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×630RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.06",
|
||||
"14",
|
||||
"2.4",
|
||||
"94",
|
||||
"7000"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×800RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.05",
|
||||
"14",
|
||||
"2.5",
|
||||
"98",
|
||||
"7960"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1000RM",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.04",
|
||||
"14",
|
||||
"2.6",
|
||||
"103",
|
||||
"9030"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1200RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.03",
|
||||
"14",
|
||||
"2.8",
|
||||
"112",
|
||||
"10450"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1400RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.03",
|
||||
"14",
|
||||
"2.8",
|
||||
"114",
|
||||
"11190"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1600RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.02",
|
||||
"14",
|
||||
"2.9",
|
||||
"118",
|
||||
"12140"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×1800RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.02",
|
||||
"14",
|
||||
"3.1",
|
||||
"122",
|
||||
"13220"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×2000RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.02",
|
||||
"14",
|
||||
"3.1",
|
||||
"124",
|
||||
"13900"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×2500RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.02",
|
||||
"14.5",
|
||||
"3.3",
|
||||
"133",
|
||||
"15970"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1×3000RMS",
|
||||
"cells": [
|
||||
"Al",
|
||||
"0.01",
|
||||
"14.5",
|
||||
"3.5",
|
||||
"141",
|
||||
"18720"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h2>Engineering Overview</h2>
|
||||
<p>The <strong>NA2X(F)KLD2Y high-voltage cable series</strong> is engineered to meet the rigorous demands of modern industrial electrical networks, offering high dielectric strength and excellent thermal cycling resistance. This series is ideal for applications that require reliable power distribution in high-voltage settings.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Technical Performance and Construction</h2>
|
||||
<p>This cable series is built with high-conductivity stranded copper conductors, ensuring superior ampacity and efficient power transmission. The cross-linked polyethylene (XLPE) insulation provides enhanced thermal properties and dielectric strength, critical for maintaining integrity under high voltage and temperature conditions.</p>
|
||||
<ul>
|
||||
<li>Optimized conductor design to maximize current carrying capacity and minimize thermal losses.</li>
|
||||
<li>XLPE insulation for improved fault current withstand and resistance to environmental stressors.</li>
|
||||
<li>Designed for <strong>IEC compliance</strong> and <strong>CPR classification</strong>, ensuring adherence to international safety and performance standards.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Installation and Compliance</h2>
|
||||
<p>The NA2X(F)KLD2Y series supports various installation methods including <strong>direct burial</strong> and <strong>cable tray mounting</strong>. Its robust construction allows for installation in trefoil formation, optimizing space and reducing induced voltages.</p>
|
||||
<ul>
|
||||
<li>Metallic screening layers enhance electromagnetic compatibility (EMC), crucial for installations in electromagnetically active environments.</li>
|
||||
<li>The cable's design minimizes electromagnetic interference, aiding in the stability of the entire power network.</li>
|
||||
<li>Each cable variant is marked with <strong>CE marking</strong>, signifying European conformity with health, safety, and environmental protection standards.</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
1112
data/products/en/na2xs2y.mdx
Normal file
1112
data/products/en/na2xs2y.mdx
Normal file
File diff suppressed because it is too large
Load Diff
1094
data/products/en/na2xsf2y.mdx
Normal file
1094
data/products/en/na2xsf2y.mdx
Normal file
File diff suppressed because it is too large
Load Diff
1130
data/products/en/na2xsfl2y-hv.mdx
Normal file
1130
data/products/en/na2xsfl2y-hv.mdx
Normal file
File diff suppressed because it is too large
Load Diff
1130
data/products/en/na2xsfl2y-mv.mdx
Normal file
1130
data/products/en/na2xsfl2y-mv.mdx
Normal file
File diff suppressed because it is too large
Load Diff
1144
data/products/en/na2xsy.mdx
Normal file
1144
data/products/en/na2xsy.mdx
Normal file
File diff suppressed because it is too large
Load Diff
887
data/products/en/na2xy.mdx
Normal file
887
data/products/en/na2xy.mdx
Normal file
@@ -0,0 +1,887 @@
|
||||
---
|
||||
title: NA2XY
|
||||
sku: NA2XY-low-voltage-cables
|
||||
description: >
|
||||
The NA2XY cable is a robust low-voltage cable with an aluminium conductor, PE
|
||||
insulation, and a PVC sheath. It is designed for fixed installation under
|
||||
increased mechanical stress and is particularly suitable for power
|
||||
distribution in industrial and public supply networks.
|
||||
categories:
|
||||
- Low Voltage Cables
|
||||
images:
|
||||
- /uploads/2025/01/NA2XY-scaled.webp
|
||||
application: >
|
||||
The NA2XY complies with DIN VDE 0276-603 (HD 603) and is ideal for fixed installation
|
||||
in indoor spaces, cable ducts, outdoors, in water, or underground. Typical areas of
|
||||
application include power plants, industrial facilities, and switching stations as
|
||||
well as local distribution networks, where mechanical stress during operation must be
|
||||
considered.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Bending radius (mm)",
|
||||
"value": "15/12xD",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range (°C)",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Rated voltage (kV)",
|
||||
"value": "0.6/1",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Self-extinguishing of single cable",
|
||||
"value": "IEC 60332-1-2",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Test voltage (kV)",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "0.6/1 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "0.6/1 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "90",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "250",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "IEC 60332-1-2",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"1.91",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"10",
|
||||
"136"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"1.2",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"12",
|
||||
"182"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.868",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"13",
|
||||
"222"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.641",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"14",
|
||||
"275"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.443",
|
||||
"1.1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"16",
|
||||
"358"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.32",
|
||||
"1.1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"18",
|
||||
"448"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.253",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"20",
|
||||
"538"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.206",
|
||||
"1.4",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"22",
|
||||
"654"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.164",
|
||||
"1.6",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"24",
|
||||
"797"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.125",
|
||||
"1.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"991"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.1",
|
||||
"1.8",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"29",
|
||||
"1194"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.0778",
|
||||
"2",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"32",
|
||||
"1504"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.0605",
|
||||
"2.2",
|
||||
"2",
|
||||
"12xD",
|
||||
"36",
|
||||
"1889"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.91",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"19",
|
||||
"513"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.2",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"22",
|
||||
"703"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0.868",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"25",
|
||||
"868"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.641",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"955"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.443",
|
||||
"1.1",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"30",
|
||||
"1274"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.32",
|
||||
"1.1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"1584"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.253",
|
||||
"1.2",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"39",
|
||||
"1951"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.206",
|
||||
"1.4",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"41",
|
||||
"2354"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.164",
|
||||
"1.6",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"45",
|
||||
"2832"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.125",
|
||||
"1.7",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"51",
|
||||
"3597"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25+16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.2",
|
||||
"0.9/0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"23",
|
||||
"770"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35+16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0.868",
|
||||
"0.9/0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"25",
|
||||
"940"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50+25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM/RE",
|
||||
"0.641",
|
||||
"1.0/0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"29",
|
||||
"1142"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70+35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM/RE",
|
||||
"0.443",
|
||||
"1.1/0.9",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"33",
|
||||
"1509"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95+50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.32",
|
||||
"1.1/1.0",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"37",
|
||||
"1859"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120+70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.253",
|
||||
"1.2/1.1",
|
||||
"2.2",
|
||||
"12xD",
|
||||
"40",
|
||||
"2245"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150+70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.206",
|
||||
"1.4/1.1",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"45",
|
||||
"2720"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185+95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.164",
|
||||
"1.6/1.1",
|
||||
"2.5",
|
||||
"12xD",
|
||||
"49",
|
||||
"3310"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240+120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.125",
|
||||
"1.7/1.2",
|
||||
"2.7",
|
||||
"12xD",
|
||||
"56",
|
||||
"4202"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"1.91",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"21",
|
||||
"611"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.2",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"24",
|
||||
"823"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0.868",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"27",
|
||||
"1015"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.868",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"960"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.641",
|
||||
"1",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"32",
|
||||
"1385"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.641",
|
||||
"1",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"27",
|
||||
"1115"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.641",
|
||||
"1",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"29",
|
||||
"1192"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.443",
|
||||
"1.1",
|
||||
"2",
|
||||
"12xD",
|
||||
"32",
|
||||
"1501"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.32",
|
||||
"1.1",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"35",
|
||||
"1901"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.32",
|
||||
"1.1",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"37",
|
||||
"2012"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.253",
|
||||
"1.2",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"39",
|
||||
"2376"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.206",
|
||||
"1.4",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"43",
|
||||
"2827"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.206",
|
||||
"1.4",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"46",
|
||||
"3007"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.164",
|
||||
"1.6",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"48",
|
||||
"3466"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.125",
|
||||
"1.7",
|
||||
"2.8",
|
||||
"12xD",
|
||||
"54",
|
||||
"4373"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.125",
|
||||
"1.7",
|
||||
"2.8",
|
||||
"12xD",
|
||||
"57",
|
||||
"4648"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.91",
|
||||
"0.7",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"23",
|
||||
"688"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.2",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"955"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0.868",
|
||||
"0.9",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"29",
|
||||
"1181"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.641",
|
||||
"1",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"1543"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.443",
|
||||
"1.1",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"38",
|
||||
"2030"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.32",
|
||||
"1.1",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"42",
|
||||
"2604"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.253",
|
||||
"1.2",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"47",
|
||||
"3159"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="511" data-end="550">For demanding network applications</h3>
|
||||
<p data-start="552" data-end="901">The <strong data-start="556" data-end="565">NA2XY</strong> complies with <strong data-start="586" data-end="615">DIN VDE 0276-603 (HD 603)</strong> and is ideal for fixed installation in <strong data-start="657" data-end="725">indoor spaces, cable ducts, outdoors, in water, or underground</strong>. Typical areas of application include <strong data-start="762" data-end="809">power plants, industrial facilities, and switching stations</strong> as well as <strong data-start="816" data-end="829">local distribution networks</strong>, where mechanical stress during operation must be considered.</p>
|
||||
<h3 data-start="903" data-end="926">Technical construction</h3>
|
||||
<p data-start="928" data-end="1288">The conductor is made of <strong data-start="951" data-end="964">aluminium</strong>, available as solid round (RE) or stranded round (RM). The cores are insulated with <strong data-start="1048" data-end="1077">PE (polyethylene)</strong>, which provides excellent electrical insulation and high thermal resistance. The black <strong data-start="1187" data-end="1201">PVC sheath</strong> is <strong data-start="1206" data-end="1222">UV-resistant</strong> and reliably protects against moisture and environmental influences.</p>
|
||||
<h3 data-start="1290" data-end="1310">Fields of application</h3>
|
||||
<p data-start="1312" data-end="1582">NA2XY cables are the right choice for <strong data-start="1351" data-end="1427">stable power distribution under mechanically demanding conditions</strong>. They provide an economical, durable solution for utilities, industry, and plant operators who rely on proven technology and high resilience.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
888
data/products/en/nay2y.mdx
Normal file
888
data/products/en/nay2y.mdx
Normal file
@@ -0,0 +1,888 @@
|
||||
---
|
||||
title: NAY2Y
|
||||
sku: NAY2Y-low-voltage-cables
|
||||
description: >
|
||||
The NAY2Y cable is an especially robust low-voltage cable with an aluminium
|
||||
conductor and an HDPE sheath, specifically developed for installations with
|
||||
high mechanical stress. It stands out for its durability in demanding
|
||||
environments – whether in industrial facilities, transformer stations, or
|
||||
local networks.
|
||||
categories:
|
||||
- Low Voltage Cables
|
||||
images:
|
||||
- /uploads/2025/01/NAY2Y-scaled.webp
|
||||
application: >
|
||||
The NAY2Y meets the requirements of the TP PRAKAB 12/03 standard based on VDE 0276-603
|
||||
and is suitable for fixed installation indoors, in cable ducts, underground, in
|
||||
water, and outdoors. It is ideal for applications in power plants, industrial and
|
||||
switching stations, as well as local supply networks – wherever mechanical stress
|
||||
during installation or operation plays a significant role.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Bending radius (mm)",
|
||||
"value": "15/12xD",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "300 mm2: +140",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range (°C)",
|
||||
"value": "-35-+70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Rated voltage (kV)",
|
||||
"value": "0.6/1",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Self-extinguishing of single cable",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Test voltage (kV)",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "0.6/1 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "0.6/1 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "300 mm2: +140",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.91",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"11",
|
||||
"122"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.2",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"12",
|
||||
"171"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0.868",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"13",
|
||||
"209"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.641",
|
||||
"1.4",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"15",
|
||||
"277"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.443",
|
||||
"1.4",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"17",
|
||||
"356"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.32",
|
||||
"1.6",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"19",
|
||||
"464"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.253",
|
||||
"1.6",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"20",
|
||||
"549"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.206",
|
||||
"1.8",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"22",
|
||||
"670"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.164",
|
||||
"2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"25",
|
||||
"821"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.125",
|
||||
"2.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"27",
|
||||
"1035"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.1",
|
||||
"2.4",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"30",
|
||||
"1273"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.0778",
|
||||
"2.6",
|
||||
"2",
|
||||
"12xD",
|
||||
"34",
|
||||
"1598"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.0605",
|
||||
"2.8",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"37",
|
||||
"2001"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x10",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"3.08",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"18",
|
||||
"398"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.91",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"20",
|
||||
"523"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.2",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"24",
|
||||
"735"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0.868",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"903"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.641",
|
||||
"1.4",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"27",
|
||||
"955"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.443",
|
||||
"1.4",
|
||||
"2",
|
||||
"12xD",
|
||||
"31",
|
||||
"1263"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.32",
|
||||
"1.6",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"34",
|
||||
"1625"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.253",
|
||||
"1.6",
|
||||
"2.2",
|
||||
"12xD",
|
||||
"37",
|
||||
"1911"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.206",
|
||||
"1.8",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"41",
|
||||
"2329"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.164",
|
||||
"2",
|
||||
"2.5",
|
||||
"12xD",
|
||||
"45",
|
||||
"2821"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.125",
|
||||
"2.2",
|
||||
"2.7",
|
||||
"12xD",
|
||||
"50",
|
||||
"3573"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35+16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0.868",
|
||||
"1.2/1.0",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"27",
|
||||
"981"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50+25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM/RMV",
|
||||
"0.641",
|
||||
"1.4/1.2",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"30",
|
||||
"1222"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70+35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM/RMV",
|
||||
"0.443",
|
||||
"1.4/1.2",
|
||||
"2",
|
||||
"12xD",
|
||||
"34",
|
||||
"1582"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95+50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.32",
|
||||
"1.6/1.4",
|
||||
"2.2",
|
||||
"12xD",
|
||||
"39",
|
||||
"2004"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120+70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.253",
|
||||
"1.6/1.4",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"42",
|
||||
"2429"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150+70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.206",
|
||||
"1.8/1.4",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"47",
|
||||
"2854"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185+95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.164",
|
||||
"2.0/1.6",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"51",
|
||||
"3492"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240+120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.125",
|
||||
"2.2/1.6",
|
||||
"2.8",
|
||||
"12xD",
|
||||
"58",
|
||||
"4437"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.91",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"22",
|
||||
"611"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"1.91",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"23",
|
||||
"649"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.2",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"873"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"1.2",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"906"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0.868",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1071"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.641",
|
||||
"1.4",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"30",
|
||||
"1238"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.641",
|
||||
"1.4",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"31",
|
||||
"1324"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.443",
|
||||
"1.4",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"33",
|
||||
"1591"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.32",
|
||||
"1.6",
|
||||
"2.2",
|
||||
"12xD",
|
||||
"37",
|
||||
"2068"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.253",
|
||||
"1.6",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"41",
|
||||
"2518"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.206",
|
||||
"1.8",
|
||||
"2.5",
|
||||
"12xD",
|
||||
"45",
|
||||
"3013"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.206",
|
||||
"1.8",
|
||||
"2.5",
|
||||
"12xD",
|
||||
"48",
|
||||
"3183"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.164",
|
||||
"2",
|
||||
"2.7",
|
||||
"12xD",
|
||||
"50",
|
||||
"3732"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.164",
|
||||
"2",
|
||||
"2.7",
|
||||
"12xD",
|
||||
"53",
|
||||
"3928"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.125",
|
||||
"2.2",
|
||||
"2.9",
|
||||
"12xD",
|
||||
"56",
|
||||
"4648"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.125",
|
||||
"2.2",
|
||||
"2.9",
|
||||
"12xD",
|
||||
"59",
|
||||
"4929"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.91",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"24",
|
||||
"721"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.2",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1059"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0.868",
|
||||
"1.2",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"31",
|
||||
"1320"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.641",
|
||||
"1.4",
|
||||
"2",
|
||||
"12xD",
|
||||
"35",
|
||||
"1661"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.443",
|
||||
"1.4",
|
||||
"2.2",
|
||||
"12xD",
|
||||
"40",
|
||||
"2137"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.32",
|
||||
"1.6",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"45",
|
||||
"2816"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "5x120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.253",
|
||||
"1.6",
|
||||
"2.5",
|
||||
"12xD",
|
||||
"49",
|
||||
"3342"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="525" data-end="567">For demanding installation conditions</h3>
|
||||
<p data-start="569" data-end="991">The <strong data-start="573" data-end="582">NAY2Y</strong> meets the requirements of <strong data-start="618" data-end="637">TP PRAKAB 12/03</strong> based on <strong data-start="654" data-end="670">VDE 0276-603</strong> and is suitable for <strong data-start="695" data-end="787">fixed installation indoors, in cable ducts, underground, in water, and outdoors</strong>. It is ideal for applications in power plants, industrial and switching stations, as well as local supply networks – wherever mechanical stress during installation or operation plays a significant role.</p>
|
||||
<h3 data-start="993" data-end="1028">Construction and material components</h3>
|
||||
<p data-start="1030" data-end="1474">The conductor is made of <strong data-start="1053" data-end="1066">aluminium</strong>, available as solid round (RE), stranded round (RM), or sector-shaped (SE/SM). The <strong data-start="1157" data-end="1181">PVC-insulated cores</strong> are stranded together and protected by a <strong data-start="1217" data-end="1251">common EPDM sheath</strong>. The outer sheath of <strong data-start="1285" data-end="1293">HDPE</strong> (black, UV-resistant) makes the cable particularly resistant to pressure, abrasion, and moisture – perfect for long-term installations under challenging conditions.</p>
|
||||
<h3 data-start="1476" data-end="1504">Typical applications</h3>
|
||||
<p data-start="1506" data-end="1785">NAY2Y cables are the first choice for <strong data-start="1538" data-end="1583">cabling projects with high loads</strong>, such as in industrial network construction or outdoor power distribution. They offer a robust, durable, and cost-efficient solution for stable power supply in a wide variety of environments.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
809
data/products/en/naycwy.mdx
Normal file
809
data/products/en/naycwy.mdx
Normal file
@@ -0,0 +1,809 @@
|
||||
---
|
||||
title: NAYCWY
|
||||
sku: NAYCWY-low-voltage-cables
|
||||
description: >
|
||||
The NAYCWY cable is a shielded low-voltage cable with an aluminium conductor
|
||||
and a concentric copper conductor. It has been specifically developed for
|
||||
applications requiring additional protection against contact voltages – such
|
||||
as in industrial networks, local grids, or power distribution systems.
|
||||
categories:
|
||||
- Low Voltage Cables
|
||||
images:
|
||||
- /uploads/2025/01/NAYCWY-scaled.webp
|
||||
application: >
|
||||
The NAYCWY complies with DIN VDE 0276-603 (HD 603) and is suitable for use in power
|
||||
plants, industrial facilities, switching stations, and local networks. It can be
|
||||
permanently installed – indoors, in cable ducts, outdoors, underground, or in water.
|
||||
Thanks to its concentric conductor, it offers additional protection in case of
|
||||
mechanical damage and enables safe potential equalization.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Bending radius (mm)",
|
||||
"value": "15/12xD",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "160",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range (°C)",
|
||||
"value": "-35-+70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Rated voltage (kV)",
|
||||
"value": "0.6/1",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Self-extinguishing of single cable",
|
||||
"value": "IEC 60332-1-2",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Test voltage (kV)",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "0.6/1 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "0.6/1 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "160",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "IEC 60332-1-2",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "2x16/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.91",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"21",
|
||||
"651"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.91",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"22",
|
||||
"710"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"1.2",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"969"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25/25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"1.2",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1028"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"0.868",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1173"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.868",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1034"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0.868",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1235"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.868",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1139"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50/25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.641",
|
||||
"1.4",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"29",
|
||||
"1309"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50/50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.641",
|
||||
"1.4",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"28",
|
||||
"1377"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50/50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.641",
|
||||
"1.4",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"29",
|
||||
"1441"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.443",
|
||||
"1.4",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"1740"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70/70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.443",
|
||||
"1.4",
|
||||
"2",
|
||||
"12xD",
|
||||
"34",
|
||||
"1881"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70/70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.443",
|
||||
"1.4",
|
||||
"2",
|
||||
"12xD",
|
||||
"34",
|
||||
"1948"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95/50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.32",
|
||||
"1.6",
|
||||
"2.2",
|
||||
"12xD",
|
||||
"38",
|
||||
"2243"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95/95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.32",
|
||||
"1.6",
|
||||
"2.2",
|
||||
"12xD",
|
||||
"38",
|
||||
"2529"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120/70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.253",
|
||||
"1.6",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"41",
|
||||
"2699"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120/120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.253",
|
||||
"1.6",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"40",
|
||||
"2915"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120/120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.253",
|
||||
"1.6",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"41",
|
||||
"3011"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150/70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.206",
|
||||
"1.8",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"46",
|
||||
"3242"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150/150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.206",
|
||||
"1.8",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"44",
|
||||
"3531"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150/150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.206",
|
||||
"1.8",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"46",
|
||||
"3674"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185/95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.164",
|
||||
"2",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"50",
|
||||
"3925"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185/185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.164",
|
||||
"2",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"48",
|
||||
"4313"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185/185",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.164",
|
||||
"2",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"50",
|
||||
"4492"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240/120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.125",
|
||||
"2.2",
|
||||
"2.8",
|
||||
"12xD",
|
||||
"56",
|
||||
"5018"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16/10",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.91",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"24",
|
||||
"802"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.91",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"24",
|
||||
"808"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"1.2",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"27",
|
||||
"1090"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RMV",
|
||||
"1.2",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1141"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"RE",
|
||||
"0.868",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"30",
|
||||
"1327"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35/16",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.868",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1253"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50/25",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.641",
|
||||
"1.4",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"1691"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.641",
|
||||
"1.4",
|
||||
"2",
|
||||
"12xD",
|
||||
"31",
|
||||
"1637"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.443",
|
||||
"1.4",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"35",
|
||||
"2012"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70/35",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.443",
|
||||
"1.4",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"36",
|
||||
"2125"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95/50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.32",
|
||||
"1.6",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"39",
|
||||
"2631"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95/50",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.32",
|
||||
"1.6",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"41",
|
||||
"2760"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95/95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.32",
|
||||
"1.6",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"42",
|
||||
"3047"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120/70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.253",
|
||||
"1.6",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"44",
|
||||
"3280"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120/70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.253",
|
||||
"1.6",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"46",
|
||||
"3407"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150/70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.206",
|
||||
"1.8",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"48",
|
||||
"3870"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150/70",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.206",
|
||||
"1.8",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"51",
|
||||
"4062"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150/120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.206",
|
||||
"1.8",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"51",
|
||||
"4297"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150/150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.206",
|
||||
"1.8",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"48",
|
||||
"4263"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150/150",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.206",
|
||||
"1.8",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"51",
|
||||
"4455"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185/95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SE",
|
||||
"0.164",
|
||||
"2",
|
||||
"2.8",
|
||||
"12xD",
|
||||
"53",
|
||||
"4775"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185/95",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.164",
|
||||
"2",
|
||||
"2.8",
|
||||
"12xD",
|
||||
"56",
|
||||
"4995"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240/120",
|
||||
"cells": [
|
||||
"Al",
|
||||
"SM",
|
||||
"0.125",
|
||||
"2.2",
|
||||
"3",
|
||||
"12xD",
|
||||
"62",
|
||||
"6235"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="540" data-end="595">Designed for increased safety requirements</h3>
|
||||
<p data-start="597" data-end="998">The <strong data-start="601" data-end="611">NAYCWY</strong> complies with <strong data-start="632" data-end="661">DIN VDE 0276-603 (HD 603)</strong> and is suitable for use in <strong data-start="697" data-end="760">power plants, industrial facilities, switching stations, and local networks</strong>. It can be permanently installed – indoors, in cable ducts, outdoors, underground, or in water. Thanks to its concentric conductor, it offers additional protection in case of mechanical damage and enables safe potential equalization.</p>
|
||||
<h3 data-start="1000" data-end="1023">Technical construction</h3>
|
||||
<p data-start="1025" data-end="1497">The electrical conductor consists of <strong data-start="1060" data-end="1073">aluminium</strong>, available as stranded round (RM), sector-shaped solid (SE), or stranded (SM). The <strong data-start="1164" data-end="1185">PVC core insulation</strong> and a <strong data-start="1195" data-end="1228">common EPDM sheath</strong> protect the stranded cores. On top lies a <strong data-start="1278" data-end="1329">concentric conductor made of bare copper wires</strong> with copper tape counter helix – ideally usable as <strong data-start="1372" data-end="1394">PE or PEN conductor</strong>. A black <strong data-start="1422" data-end="1451">UV-resistant PVC sheath</strong> reliably seals the cable from the outside.</p>
|
||||
<h3 data-start="1499" data-end="1532">Application and special features</h3>
|
||||
<p data-start="1534" data-end="1894"><strong>NAYCWY</strong> cables are used wherever <strong data-start="1583" data-end="1623">electrical safety and shielding</strong> are required. The concentric conductor does not need to be separated when connecting to branch joints, which simplifies installation. This makes the cable particularly suitable for modern low-voltage networks with increased requirements for operational safety and contact protection.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
1096
data/products/en/nayy.mdx
Normal file
1096
data/products/en/nayy.mdx
Normal file
File diff suppressed because it is too large
Load Diff
510
data/products/en/ny2y.mdx
Normal file
510
data/products/en/ny2y.mdx
Normal file
@@ -0,0 +1,510 @@
|
||||
---
|
||||
title: NY2Y
|
||||
sku: NY2Y-low-voltage-cables
|
||||
description: >
|
||||
The NY2Y is an especially robust low-voltage cable for fixed installation
|
||||
under high mechanical demands – whether underground, in water, or in
|
||||
industrial environments. Thanks to its material combination, it is perfectly
|
||||
suited for a wide range of application conditions.
|
||||
categories:
|
||||
- Low Voltage Cables
|
||||
images:
|
||||
- /uploads/2025/01/NY2Y-scaled.webp
|
||||
application: >
|
||||
The NY2Y is a low-voltage cable for use in power plants, industrial facilities,
|
||||
switching stations, and local distribution networks. It is suitable for fixed
|
||||
installation indoors, in cable ducts, outdoors, in water, and underground – wherever
|
||||
strong mechanical stress is expected during installation and operation. The
|
||||
construction complies with TP PRAKAB 16/03 based on VDE 0276-603.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Bending radius (mm)",
|
||||
"value": "15/12xD",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "300 mm2: +140",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range (°C)",
|
||||
"value": "-35-+70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Rated voltage (kV)",
|
||||
"value": "0.6/1",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Self-extinguishing of single cable",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Test voltage (kV)",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "0.6/1 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "0.6/1 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "300 mm2: +140",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Fca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "no",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "1x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.83",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"10",
|
||||
"157"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.15",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"11",
|
||||
"219"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.727",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"12",
|
||||
"329"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.524",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"14",
|
||||
"429"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.387",
|
||||
"1.4",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"15",
|
||||
"565"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.268",
|
||||
"1.4",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"17",
|
||||
"772"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.193",
|
||||
"1.6",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"19",
|
||||
"1042"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.153",
|
||||
"1.6",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"20",
|
||||
"1278"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.124",
|
||||
"1.8",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"22",
|
||||
"1571"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.0991",
|
||||
"2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"25",
|
||||
"1947"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x240",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.0754",
|
||||
"2.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"27",
|
||||
"2514"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x300",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.0601",
|
||||
"2.4",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"30",
|
||||
"3130"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x400",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.047",
|
||||
"2.6",
|
||||
"2",
|
||||
"12xD",
|
||||
"34",
|
||||
"3972"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "1x500",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.0366",
|
||||
"2.8",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"37",
|
||||
"5043"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.83",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"18",
|
||||
"589"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.15",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"20",
|
||||
"810"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.727",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"24",
|
||||
"1227"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.524",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"25",
|
||||
"1464"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.387",
|
||||
"1.4",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1887"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.268",
|
||||
"1.4",
|
||||
"2",
|
||||
"12xD",
|
||||
"31",
|
||||
"2584"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.6",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"36",
|
||||
"3448"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.153",
|
||||
"1.6",
|
||||
"2.2",
|
||||
"12xD",
|
||||
"38",
|
||||
"4199"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.124",
|
||||
"1.8",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"43",
|
||||
"5178"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0991",
|
||||
"2",
|
||||
"2.5",
|
||||
"12xD",
|
||||
"47",
|
||||
"6381"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0754",
|
||||
"2.2",
|
||||
"2.7",
|
||||
"12xD",
|
||||
"53",
|
||||
"8264"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35+16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM/RE",
|
||||
"0.524",
|
||||
"1.2/1.0",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"27",
|
||||
"1698"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="518" data-end="554">Reliable under heavy load</h3>
|
||||
<p data-start="556" data-end="987">The <strong data-start="560" data-end="568">NY2Y</strong> is a low-voltage cable for use in power plants, industrial facilities, switching stations, and local distribution networks. It is suitable for <strong data-start="706" data-end="792">fixed installation indoors, in cable ducts, outdoors, in water, and underground</strong> – wherever strong mechanical stress is expected during installation and operation. The construction complies with <strong data-start="934" data-end="953">TP PRAKAB 16/03</strong> based on <strong data-start="970" data-end="986">VDE 0276-603</strong>.</p>
|
||||
<h3 data-start="989" data-end="1010">Detailed construction</h3>
|
||||
<p data-start="1012" data-end="1431">The cable consists of a <strong data-start="1040" data-end="1056">copper conductor</strong>, available as solid round (RE), stranded round (RM), or sector-shaped stranded (SM). The <strong data-start="1156" data-end="1177">PVC core insulation</strong> ensures electrical safety, while the cores are stranded together and protected by a common <strong data-start="1262" data-end="1284">EPDM sheath</strong>. The outer sheath made of <strong data-start="1316" data-end="1324">HDPE</strong> (black, UV-resistant) makes the NY2Y particularly resistant to abrasion, moisture, and environmental influences.</p>
|
||||
<h3 data-start="1433" data-end="1462">Typical applications</h3>
|
||||
<p data-start="1464" data-end="1802">NY2Y is ideally suited for applications with increased requirements for <strong data-start="1540" data-end="1566">mechanical strength</strong> and <strong data-start="1571" data-end="1598">weather resistance</strong>. Typical fields of use include power distribution in industrial plants, power stations, or transformer stations – but also in environments with moisture, direct sunlight, or chemical exposure.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
721
data/products/en/nycwy.mdx
Normal file
721
data/products/en/nycwy.mdx
Normal file
@@ -0,0 +1,721 @@
|
||||
---
|
||||
title: NYCWY
|
||||
sku: NYCWY-low-voltage-cables
|
||||
description: >
|
||||
NYCWY cables are robust low-voltage cables with a concentric conductor,
|
||||
suitable for power distribution in buildings, industrial facilities, and
|
||||
underground installations. Thanks to their PVC insulation and sheath, they are
|
||||
mechanically durable, moisture-resistant, and versatile in use – even in
|
||||
concrete or water.
|
||||
categories:
|
||||
- Low Voltage Cables
|
||||
images:
|
||||
- /uploads/2025/01/NYCWY-scaled.webp
|
||||
application: >
|
||||
The NYCWY is one of the classic low-voltage cables according to VDE standard and is
|
||||
designed for rated voltages up to 1 kV. It is used wherever reliable energy
|
||||
distribution is required – in buildings, industrial plants, transformer stations, or
|
||||
directly underground. It can also be easily installed in cable trays, concrete
|
||||
environments, or underwater. The choice of materials ensures that this cable
|
||||
withstands even harsh conditions – without the need for additional protective
|
||||
measures.
|
||||
locale: en
|
||||
---
|
||||
<ProductTabs technicalData={<ProductTechnicalData data={{
|
||||
"technicalItems": [
|
||||
{
|
||||
"label": "Bending radius (mm)",
|
||||
"value": "15/12xD",
|
||||
"unit": "mm"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Maximal operating conductor temperature (°C)",
|
||||
"value": "70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Maximal short-circuit temperature (°C)",
|
||||
"value": "160",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal storage temperature (°C)",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimal temperature for laying (°C)",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range (°C)",
|
||||
"value": "-35-+70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Rated voltage (kV)",
|
||||
"value": "0.6/1",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Self-extinguishing of single cable",
|
||||
"value": "IEC 60332-1-2",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Test voltage (kV)",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
}
|
||||
],
|
||||
"voltageTables": [
|
||||
{
|
||||
"voltageLabel": "0.6/1 kV",
|
||||
"metaItems": [
|
||||
{
|
||||
"label": "Voltage",
|
||||
"value": "0.6/1 kV"
|
||||
},
|
||||
{
|
||||
"label": "Test voltage",
|
||||
"value": "4",
|
||||
"unit": "kV"
|
||||
},
|
||||
{
|
||||
"label": "Operating temperature range",
|
||||
"value": "-35-+70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Conductor temperature (max.)",
|
||||
"value": "70",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Short-circuit temperature (max.)",
|
||||
"value": "160",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum laying temperature",
|
||||
"value": "-5",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "Minimum storage temperature",
|
||||
"value": "-35",
|
||||
"unit": "°C"
|
||||
},
|
||||
{
|
||||
"label": "CPR class",
|
||||
"value": "Eca",
|
||||
"unit": ""
|
||||
},
|
||||
{
|
||||
"label": "Flame retardant",
|
||||
"value": "IEC 60332-1-2",
|
||||
"unit": ""
|
||||
}
|
||||
],
|
||||
"columns": [
|
||||
{
|
||||
"key": "Cond",
|
||||
"label": "Cond."
|
||||
},
|
||||
{
|
||||
"key": "shape",
|
||||
"label": "Shape"
|
||||
},
|
||||
{
|
||||
"key": "RI",
|
||||
"label": "RI [Ohm/km]"
|
||||
},
|
||||
{
|
||||
"key": "Wi",
|
||||
"label": "Wi [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Wm",
|
||||
"label": "Wm [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Rbv",
|
||||
"label": "Rbv [mm]"
|
||||
},
|
||||
{
|
||||
"key": "Ø",
|
||||
"label": "Ø [mm]"
|
||||
},
|
||||
{
|
||||
"key": "G",
|
||||
"label": "G [kg/km]"
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"configuration": "2x10/10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.83",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"19",
|
||||
"670"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "2x16/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.15",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"21",
|
||||
"890"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x10/10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.83",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"20",
|
||||
"773"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x10/10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"1.83",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"21",
|
||||
"817"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.15",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"22",
|
||||
"1045"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x16/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"1.15",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"22",
|
||||
"1085"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.727",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1490"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x25/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.727",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1582"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.524",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1729"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x35/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.524",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"26",
|
||||
"1913"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.387",
|
||||
"1.4",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"29",
|
||||
"2272"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x50/50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.387",
|
||||
"1.4",
|
||||
"1.9",
|
||||
"12xD",
|
||||
"30",
|
||||
"2498"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.268",
|
||||
"1.4",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"3128"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x70/70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.268",
|
||||
"1.4",
|
||||
"2",
|
||||
"12xD",
|
||||
"34",
|
||||
"3473"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95/50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.6",
|
||||
"2.2",
|
||||
"12xD",
|
||||
"38",
|
||||
"4177"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x95/95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.6",
|
||||
"2.2",
|
||||
"12xD",
|
||||
"38",
|
||||
"4640"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120/70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.153",
|
||||
"1.6",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"41",
|
||||
"5168"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x120/120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.153",
|
||||
"1.6",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"41",
|
||||
"5674"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150/70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.124",
|
||||
"1.8",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"46",
|
||||
"6193"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x150/150",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.124",
|
||||
"1.8",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"47",
|
||||
"6982"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185/95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0991",
|
||||
"2",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"50",
|
||||
"7689"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x185/185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0991",
|
||||
"2",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"51",
|
||||
"8609"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "3x240/120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0754",
|
||||
"2.2",
|
||||
"2.8",
|
||||
"12xD",
|
||||
"56",
|
||||
"9950"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x10/10",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.83",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"21",
|
||||
"903"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x16/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RE",
|
||||
"1.15",
|
||||
"1",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"24",
|
||||
"1237"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.727",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1801"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x25/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"RMV",
|
||||
"0.727",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"28",
|
||||
"1886"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35/16",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.524",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"28",
|
||||
"2156"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x35/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.524",
|
||||
"1.2",
|
||||
"1.8",
|
||||
"12xD",
|
||||
"28",
|
||||
"2333"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50/25",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.387",
|
||||
"1.4",
|
||||
"2",
|
||||
"12xD",
|
||||
"33",
|
||||
"2944"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x50/50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.387",
|
||||
"1.4",
|
||||
"2",
|
||||
"12xD",
|
||||
"34",
|
||||
"3171"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70/35",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.268",
|
||||
"1.4",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"36",
|
||||
"3932"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x70/70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.268",
|
||||
"1.4",
|
||||
"2.1",
|
||||
"12xD",
|
||||
"37",
|
||||
"4277"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95/50",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.6",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"42",
|
||||
"5276"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95/70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.6",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"42",
|
||||
"5488"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x95/95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.193",
|
||||
"1.6",
|
||||
"2.3",
|
||||
"12xD",
|
||||
"42",
|
||||
"5740"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120/70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.153",
|
||||
"1.6",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"46",
|
||||
"6571"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x120/120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.153",
|
||||
"1.6",
|
||||
"2.4",
|
||||
"12xD",
|
||||
"46",
|
||||
"7077"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x150/70",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.124",
|
||||
"1.8",
|
||||
"2.6",
|
||||
"12xD",
|
||||
"51",
|
||||
"7883"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185/95",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0991",
|
||||
"2",
|
||||
"2.8",
|
||||
"12xD",
|
||||
"56",
|
||||
"9892"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x185/185",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0991",
|
||||
"2",
|
||||
"2.8",
|
||||
"12xD",
|
||||
"57",
|
||||
"10813"
|
||||
]
|
||||
},
|
||||
{
|
||||
"configuration": "4x240/120",
|
||||
"cells": [
|
||||
"Cu",
|
||||
"SM",
|
||||
"0.0754",
|
||||
"2.2",
|
||||
"3",
|
||||
"12xD",
|
||||
"62",
|
||||
"12658"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}} />}>
|
||||
|
||||
<section>
|
||||
<h3 data-start="213" data-end="264">Versatile use in power distribution</h3>
|
||||
<p data-start="266" data-end="765">The NYCWY is one of the classic <strong data-start="302" data-end="345">low-voltage cables according to VDE standard</strong> and is designed for rated voltages up to 1 kV. It is used wherever reliable energy distribution is required – in buildings, industrial plants, transformer stations, or directly underground. It can also be easily installed in cable trays, concrete environments, or underwater. The choice of materials ensures that this cable withstands even harsh conditions – without the need for additional protective measures.</p>
|
||||
<h3 data-start="767" data-end="794">Construction and materials</h3>
|
||||
<p data-start="796" data-end="1206">The design is technically well thought out: a copper conductor forms the core, surrounded by PVC insulation that is both mechanically robust and electrically safe. This is followed by a concentric conductor in a corrugated shape, which serves as a protective or return conductor depending on the application. The outer layer is a durable <strong data-start="1118" data-end="1132">PVC sheath</strong> that protects the cable against moisture, pressure, and chemical influences.</p>
|
||||
<h3 data-start="1208" data-end="1239">Variants and cross-sections</h3>
|
||||
<p data-start="1241" data-end="1628">The NYCWY is available in a wide range of versions – for example, <strong data-start="1320" data-end="1331">4x25/16</strong>, 4x70/35, or 4x185/95. The first number group indicates the number and cross-section of the current-carrying conductors, the second refers to the concentric conductor. This flexibility allows the cable to be adapted to different network requirements – from house connections to industrial power distribution.</p>
|
||||
</section>
|
||||
|
||||
</ProductTabs>
|
||||
1364
data/products/en/nyy.mdx
Normal file
1364
data/products/en/nyy.mdx
Normal file
File diff suppressed because it is too large
Load Diff
158
lib/KLZLogoVector.tsx
Normal file
158
lib/KLZLogoVector.tsx
Normal file
@@ -0,0 +1,158 @@
|
||||
import React from 'react';
|
||||
import { Svg, G, Path } from '@react-pdf/renderer';
|
||||
|
||||
interface KLZLogoVectorProps {
|
||||
width?: number;
|
||||
color?: string;
|
||||
}
|
||||
|
||||
export const KLZLogoVector: React.FC<KLZLogoVectorProps> = ({ width = 140, color = '#ffffff' }) => {
|
||||
const height = width * (99 / 295);
|
||||
|
||||
return (
|
||||
<Svg viewBox="0 0 295 99" style={{ width, height }}>
|
||||
<G>
|
||||
<Path
|
||||
d="M83.219,92.879C83.219,93.629 82.973,94.043 81.992,94.043C81.008,94.043 80.82,93.629 80.82,92.91L80.82,89.969C80.82,89.25 81.008,88.836 81.992,88.836C83.043,88.836 83.219,89.25 83.219,89.988L84.578,89.988C84.578,88.305 83.82,87.637 81.992,87.637C80.16,87.637 79.461,88.297 79.461,89.898L79.461,92.98C79.461,94.543 80.191,95.242 81.992,95.242C83.793,95.242 84.578,94.543 84.578,92.879L83.219,92.879Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M90.543,87.656L89.195,87.656L87.102,95.223L88.496,95.223L88.891,93.883L90.828,93.883L91.211,95.223L92.609,95.223L90.543,87.656ZM89.227,92.555L89.855,89.754L90.484,92.555L89.227,92.555Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M95.336,95.223L97.836,95.223C99.668,95.223 100.523,94.574 100.523,92.871C100.523,91.828 99.922,91.148 99.137,90.98C99.734,90.578 99.824,90.117 99.824,89.652C99.824,88.473 98.957,87.648 97.59,87.648L95.336,87.648L95.336,95.223ZM96.688,91.809L97.836,91.809C98.82,91.809 99.066,92.152 99.066,92.898C99.066,93.617 98.91,93.992 97.855,93.992L96.688,93.992L96.688,91.809ZM97.59,88.809C98.258,88.809 98.426,89.289 98.426,89.672C98.426,90.156 98.16,90.559 97.602,90.559L96.695,90.559L96.695,88.809L97.59,88.809Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M107.906,93.98L104.98,93.98L104.98,87.648L103.613,87.648L103.613,95.223L107.906,95.223L107.906,93.98Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M110.879,87.648L110.879,95.23L115.375,95.23L115.375,93.992L112.238,93.992L112.238,91.996L114.793,91.996L114.793,90.773L112.238,90.773L112.238,88.828L115.238,88.828L115.238,87.648L110.879,87.648Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M121.684,89.625L123.051,89.625C122.926,88.109 122.02,87.605 120.652,87.605C119.098,87.605 118.23,88.344 118.23,89.762C118.23,91.324 119.137,91.75 119.992,91.855C120.797,91.965 121.863,91.965 121.863,92.859C121.863,93.715 121.488,94.062 120.672,94.062C119.805,94.062 119.551,93.746 119.52,93.164L118.152,93.164C118.152,94.387 118.754,95.301 120.641,95.301C122.461,95.301 123.219,94.562 123.219,92.812C123.219,91.297 122.383,90.941 121.508,90.805C120.355,90.629 119.598,90.707 119.598,89.754C119.598,89.035 119.902,88.797 120.652,88.797C121.309,88.797 121.645,88.984 121.684,89.625Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M135.348,87.648L130.91,87.648L130.91,95.23L132.258,95.23L132.258,92.004L134.875,92.004L134.875,90.773L132.258,90.773L132.258,88.887L135.348,88.887L135.348,87.648Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M140.82,95.289C142.621,95.289 143.406,94.594 143.406,93.027L143.406,89.82C143.406,88.219 142.648,87.559 140.82,87.559C138.988,87.559 138.289,88.219 138.289,89.82L138.289,93.027C138.289,94.594 139.02,95.289 140.82,95.289ZM140.82,94.09C139.836,94.09 139.648,93.676 139.648,92.961L139.648,89.891C139.648,89.199 139.836,88.758 140.82,88.758C141.871,88.758 142.051,89.199 142.051,89.891L142.051,92.961C142.051,93.676 141.805,94.09 140.82,94.09Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M151.703,95.223L150.039,92.34C150.957,92.043 151.348,91.434 151.348,90.312L151.348,89.918C151.348,88.316 150.492,87.648 148.664,87.648L146.754,87.648L146.754,95.223L148.113,95.223L148.113,92.555L148.613,92.555L150.121,95.223L151.703,95.223ZM148.102,91.305L148.102,88.895L148.684,88.895C149.734,88.895 149.922,89.27 149.922,89.988L149.922,90.242C149.922,90.961 149.648,91.305 148.664,91.305L148.102,91.305Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M161.707,87.656L160.359,87.656L158.262,95.223L159.66,95.223L160.055,93.883L161.992,93.883L162.375,95.223L163.773,95.223L161.707,87.656ZM160.387,92.555L161.016,89.754L161.648,92.555L160.387,92.555Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M173.254,92.145L174.543,92.145L174.543,92.879C174.543,93.629 174.195,94.043 173.215,94.043C172.23,94.043 172.043,93.629 172.043,92.91L172.043,89.938C172.043,89.25 172.23,88.809 173.215,88.809C174.266,88.809 174.441,89.16 174.441,89.871L175.801,89.871C175.801,88.246 175.043,87.605 173.215,87.605C171.383,87.605 170.684,88.324 170.684,89.871L170.684,92.91C170.684,94.543 171.414,95.262 173.215,95.262C175.012,95.262 175.801,94.543 175.801,92.879L175.801,90.914L173.254,90.914L173.254,92.145Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M184.02,95.223L182.355,92.34C183.27,92.043 183.664,91.434 183.664,90.312L183.664,89.918C183.664,88.316 182.809,87.648 180.98,87.648L179.07,87.648L179.07,95.223L180.426,95.223L180.426,92.555L180.93,92.555L182.434,95.223L184.02,95.223ZM180.418,91.305L180.418,88.895L181,88.895C182.051,88.895 182.238,89.27 182.238,89.988L182.238,90.242C182.238,90.961 181.961,91.305 180.98,91.305L180.418,91.305Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M186.965,87.648L186.965,95.23L191.461,95.23L191.461,93.992L188.32,93.992L188.32,91.996L190.879,91.996L190.879,90.773L188.32,90.773L188.32,88.828L191.32,88.828L191.32,87.648L186.965,87.648Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M194.562,87.648L194.562,95.23L199.059,95.23L199.059,93.992L195.918,93.992L195.918,91.996L198.477,91.996L198.477,90.773L195.918,90.773L195.918,88.828L198.922,88.828L198.922,87.648L194.562,87.648Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M206.922,87.656L205.574,87.656L205.574,89.445L205.723,92.645L203.496,87.656L202.148,87.656L202.148,95.223L203.496,95.223L203.496,93.293L203.379,90.422L205.602,95.223L206.922,95.223L206.922,87.656Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M210.34,87.648L210.34,95.23L214.836,95.23L214.836,93.992L211.695,93.992L211.695,91.996L214.254,91.996L214.254,90.773L211.695,90.773L211.695,88.828L214.695,88.828L214.695,87.648L210.34,87.648Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M222.887,95.223L221.223,92.34C222.137,92.043 222.531,91.434 222.531,90.312L222.531,89.918C222.531,88.316 221.676,87.648 219.848,87.648L217.938,87.648L217.938,95.223L219.293,95.223L219.293,92.555L219.797,92.555L221.301,95.223L222.887,95.223ZM219.285,91.305L219.285,88.895L219.867,88.895C220.918,88.895 221.105,89.27 221.105,89.988L221.105,90.242C221.105,90.961 220.828,91.305 219.844,91.305L219.285,91.305Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M233.93,87.676L229.445,87.676L229.445,88.887L231.02,88.887L231.02,95.223L232.367,95.223L232.367,88.887L233.93,88.887L233.93,87.676Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M238.922,95.289C240.723,95.289 241.508,94.594 241.508,93.027L241.508,89.82C241.508,88.219 240.75,87.559 238.922,87.559C237.094,87.559 236.395,88.219 236.395,89.82L236.395,93.027C236.395,94.594 237.121,95.289 238.922,95.289ZM238.922,94.09C237.938,94.09 237.75,93.676 237.75,92.961L237.75,89.891C237.75,89.199 237.938,88.758 238.922,88.758C239.973,88.758 240.152,89.199 240.152,89.891L240.152,92.961C240.152,93.676 239.906,94.09 238.922,94.09Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M247.867,93.43L249.375,90.383L249.215,92.547L249.215,95.223L250.574,95.223L250.574,87.648L249.266,87.648L247.711,91L246.164,87.648L244.859,87.648L244.859,95.223L246.215,95.223L246.215,92.547L246.059,90.383L247.562,93.43L247.867,93.43Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M256.41,95.289C258.211,95.289 259,94.594 259,93.027L259,89.82C259,88.219 258.242,87.559 256.41,87.559C254.582,87.559 253.883,88.219 253.883,89.82L253.883,93.027C253.883,94.594 254.609,95.289 256.41,95.289ZM256.41,94.09C255.426,94.09 255.238,93.676 255.238,92.961L255.238,89.891C255.238,89.199 255.426,88.758 256.41,88.758C257.465,88.758 257.64,89.199 257.64,89.891L257.64,92.961C257.64,93.676 257.394,94.09 256.41,94.09Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M267.297,95.223L265.633,92.34C266.547,92.043 266.941,91.434 266.941,90.312L266.941,89.918C266.941,88.316 266.086,87.648 264.254,87.648L262.348,87.648L262.348,95.223L263.703,95.223L263.703,92.555L264.207,92.555L265.711,95.223L267.297,95.223ZM263.695,91.305L263.695,88.895L264.273,88.895C265.328,88.895 265.516,89.27 265.516,89.988L265.516,90.242C265.516,90.961 265.238,91.305 264.254,91.305L263.695,91.305Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M275.188,95.223L273.527,92.34C274.441,92.043 274.836,91.434 274.836,90.312L274.836,89.918C274.836,88.316 273.977,87.648 272.148,87.648L270.238,87.648L270.238,95.223L271.598,95.223L271.598,92.555L272.098,92.555L273.605,95.223L275.188,95.223ZM271.586,91.305L271.586,88.895L272.168,88.895C273.223,88.895 273.406,89.27 273.406,89.988L273.406,90.242C273.406,90.961 273.133,91.305 272.148,91.305L271.586,91.305Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M280.555,95.289C282.355,95.289 283.141,94.594 283.141,93.027L283.141,89.82C283.141,88.219 282.383,87.559 280.555,87.559C278.723,87.559 278.023,88.219 278.023,89.82L278.023,93.027C278.023,94.594 278.754,95.289 280.555,95.289ZM280.555,94.09C279.57,94.09 279.383,93.676 279.383,92.961L279.383,89.891C279.383,89.199 279.57,88.758 280.555,88.758C281.605,88.758 281.785,89.199 281.785,89.891L281.785,92.961C281.785,93.676 281.539,94.09 280.555,94.09Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M290.141,91.141L291.25,95.23L292.688,95.23L294.586,87.648L293.188,87.648L292.441,90.262L292,93.352L290.66,87.895L289.617,87.895L288.379,93.352L287.836,90.262L287.09,87.648L285.691,87.648L287.699,95.23L289.125,95.23L290.141,91.141Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M90.383,76.133C90.336,76.137 90.293,76.141 90.25,76.141L80.816,76.141C80.773,76.141 80.73,76.137 80.684,76.133C80.641,76.129 80.598,76.121 80.555,76.113C80.508,76.105 80.465,76.094 80.426,76.082C80.383,76.066 80.34,76.055 80.297,76.035C80.258,76.02 80.219,76 80.18,75.98C80.141,75.957 80.102,75.934 80.066,75.91C80.027,75.887 79.992,75.859 79.957,75.832C79.922,75.805 79.891,75.773 79.859,75.742C79.828,75.711 79.797,75.68 79.77,75.645C79.742,75.609 79.715,75.574 79.691,75.535C79.668,75.5 79.645,75.461 79.621,75.422C79.602,75.383 79.582,75.344 79.566,75.301C79.547,75.262 79.535,75.219 79.52,75.176C79.508,75.137 79.496,75.094 79.488,75.047C79.48,75.004 79.473,74.961 79.469,74.918C79.465,74.871 79.461,74.828 79.461,74.785L79.461,17.875C79.461,17.828 79.465,17.785 79.469,17.742C79.473,17.695 79.48,17.652 79.488,17.609C79.496,17.566 79.508,17.523 79.52,17.48C79.535,17.438 79.547,17.395 79.566,17.355C79.582,17.312 79.602,17.273 79.621,17.234C79.645,17.195 79.668,17.156 79.691,17.121C79.715,17.082 79.742,17.047 79.77,17.012C79.797,16.98 79.828,16.945 79.859,16.914C79.891,16.883 79.922,16.855 79.957,16.824C79.992,16.797 80.027,16.77 80.066,16.746C80.102,16.723 80.141,16.699 80.18,16.68C80.219,16.656 80.258,16.637 80.297,16.621C80.34,16.605 80.383,16.59 80.426,16.578C80.465,16.562 80.508,16.555 80.555,16.543C80.598,16.535 80.641,16.527 80.684,16.523C80.73,16.52 80.773,16.52 80.816,16.52L90.25,16.52C90.293,16.52 90.336,16.52 90.383,16.523C90.426,16.527 90.469,16.535 90.512,16.543C90.555,16.555 90.598,16.562 90.641,16.578C90.684,16.59 90.727,16.605 90.766,16.621C90.809,16.637 90.848,16.656 90.887,16.68C90.926,16.699 90.965,16.723 91,16.746C91.039,16.77 91.074,16.797 91.109,16.824C91.141,16.855 91.176,16.883 91.207,16.914C91.238,16.945 91.27,16.98 91.297,17.012C91.324,17.047 91.352,17.082 91.375,17.121C91.398,17.156 91.422,17.195 91.441,17.234C91.465,17.273 91.484,17.312 91.5,17.355C91.516,17.395 91.531,17.438 91.547,17.48C91.559,17.523 91.57,17.566 91.578,17.609C91.586,17.652 91.594,17.695 91.598,17.742C91.602,17.785 91.602,17.828 91.602,17.875L91.602,44.699L129.363,16.785C129.477,16.695 129.604,16.633 129.742,16.586C129.882,16.539 130.022,16.52 130.168,16.52L143.746,16.52C143.852,16.52 143.953,16.531 144.059,16.555C144.16,16.578 144.258,16.613 144.355,16.664C144.449,16.711 144.535,16.77 144.617,16.836C144.699,16.906 144.77,16.98 144.832,17.066C144.859,17.102 144.883,17.137 144.906,17.176C144.93,17.215 144.949,17.254 144.969,17.293C144.988,17.332 145.004,17.375 145.02,17.418C145.035,17.457 145.047,17.5 145.059,17.543C145.07,17.586 145.078,17.629 145.086,17.676C145.09,17.719 145.098,17.762 145.098,17.805C145.102,17.852 145.102,17.895 145.098,17.941C145.098,17.984 145.09,18.027 145.086,18.07C145.078,18.117 145.07,18.16 145.059,18.203C145.047,18.246 145.035,18.289 145.02,18.328C145.004,18.371 144.988,18.414 144.969,18.453C144.949,18.492 144.93,18.531 144.906,18.57C144.883,18.609 144.859,18.645 144.832,18.68C144.805,18.715 144.777,18.75 144.75,18.781C144.719,18.816 144.688,18.848 144.656,18.879C144.621,18.906 144.586,18.934 144.551,18.961L91.602,58.23L91.602,74.785C91.602,74.828 91.602,74.871 91.598,74.918C91.594,74.961 91.586,75.004 91.578,75.047C91.57,75.094 91.559,75.137 91.547,75.176C91.531,75.219 91.516,75.262 91.5,75.301C91.484,75.344 91.465,75.383 91.441,75.422C91.422,75.461 91.398,75.5 91.375,75.535C91.352,75.574 91.324,75.609 91.297,75.645C91.27,75.68 91.238,75.711 91.207,75.742C91.176,75.773 91.141,75.805 91.109,75.832C91.074,75.859 91.039,75.887 91,75.91C90.965,75.934 90.926,75.957 90.887,75.98C90.848,76 90.809,76.02 90.766,76.035C90.727,76.055 90.684,76.066 90.641,76.082C90.598,76.094 90.555,76.105 90.512,76.113C90.469,76.121 90.426,76.129 90.383,76.133ZM88.93,57.234C88.906,57.34 88.895,57.441 88.895,57.547L88.895,73.43L82.172,73.43L82.172,19.227L88.895,19.227L88.895,47.387C88.895,47.531 88.914,47.672 88.961,47.809C89.008,47.949 89.074,48.074 89.16,48.191C89.211,48.262 89.27,48.328 89.336,48.387C89.402,48.449 89.473,48.5 89.551,48.547C89.625,48.594 89.707,48.629 89.789,48.66C89.875,48.691 89.961,48.711 90.047,48.727C90.137,48.738 90.223,48.742 90.312,48.738C90.402,48.734 90.488,48.723 90.574,48.699C90.66,48.68 90.746,48.648 90.824,48.613C90.906,48.574 90.98,48.527 91.055,48.477L130.613,19.227L139.645,19.227L89.441,56.461C89.355,56.523 89.281,56.594 89.211,56.676C89.145,56.758 89.086,56.844 89.039,56.938C88.992,57.035 88.953,57.133 88.93,57.234Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M148.246,74.535C148.262,74.617 148.27,74.699 148.27,74.785C148.27,74.828 148.27,74.871 148.262,74.918C148.258,74.961 148.254,75.004 148.246,75.047C148.234,75.094 148.227,75.137 148.211,75.176C148.199,75.219 148.184,75.262 148.168,75.301C148.148,75.344 148.133,75.383 148.109,75.422C148.09,75.461 148.066,75.5 148.043,75.535C148.016,75.574 147.992,75.609 147.961,75.645C147.934,75.68 147.906,75.711 147.875,75.742C147.844,75.773 147.809,75.805 147.773,75.832C147.742,75.859 147.707,75.887 147.668,75.91C147.633,75.934 147.594,75.957 147.555,75.98C147.516,76 147.477,76.02 147.434,76.035C147.395,76.055 147.352,76.066 147.309,76.082C147.266,76.094 147.223,76.105 147.18,76.113C147.137,76.121 147.094,76.129 147.047,76.133C147.004,76.137 146.961,76.141 146.914,76.141L134.719,76.141C134.625,76.141 134.531,76.129 134.441,76.109C134.348,76.09 134.258,76.062 134.172,76.023C134.086,75.984 134.004,75.938 133.926,75.883C133.852,75.828 133.781,75.766 133.719,75.695L110.465,50.086C110.438,50.055 110.41,50.02 110.383,49.988C110.355,49.953 110.332,49.914 110.309,49.879C110.285,49.84 110.266,49.801 110.246,49.762C110.227,49.719 110.211,49.68 110.195,49.637C110.18,49.598 110.168,49.555 110.156,49.512C110.145,49.469 110.137,49.426 110.129,49.379C110.121,49.336 110.117,49.293 110.113,49.246L110.113,49.113C110.117,49.07 110.121,49.027 110.125,48.984C110.133,48.938 110.141,48.895 110.152,48.852C110.164,48.809 110.176,48.766 110.191,48.723C110.203,48.684 110.223,48.641 110.238,48.602C110.258,48.562 110.281,48.523 110.301,48.484C110.324,48.445 110.348,48.41 110.375,48.371C110.402,48.336 110.43,48.301 110.461,48.27C110.488,48.238 110.52,48.203 110.551,48.176C110.586,48.145 110.621,48.117 110.656,48.09L117.809,42.723C117.844,42.699 117.879,42.676 117.914,42.652C117.949,42.633 117.984,42.613 118.023,42.594C118.059,42.574 118.098,42.559 118.137,42.543C118.176,42.527 118.215,42.516 118.254,42.504C118.293,42.492 118.336,42.484 118.375,42.477C118.418,42.469 118.457,42.461 118.5,42.457C118.543,42.457 118.582,42.453 118.625,42.453C118.668,42.453 118.707,42.457 118.75,42.461C118.789,42.465 118.832,42.469 118.871,42.477C118.914,42.484 118.953,42.492 118.992,42.504C119.035,42.516 119.074,42.531 119.113,42.547C119.152,42.559 119.188,42.578 119.227,42.594C119.266,42.613 119.301,42.633 119.336,42.656C119.371,42.68 119.406,42.703 119.438,42.727C119.473,42.75 119.504,42.777 119.535,42.805C119.566,42.836 119.594,42.863 119.621,42.895L147.918,73.871C147.973,73.934 148.023,74 148.066,74.07C148.109,74.141 148.148,74.215 148.18,74.293C148.211,74.371 148.23,74.453 148.246,74.535ZM135.32,73.43L113.473,49.363L118.453,45.629L143.844,73.43L135.32,73.43Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M171.984,16.52C171.938,16.52 171.895,16.52 171.852,16.523C171.805,16.527 171.762,16.535 171.719,16.543C171.676,16.555 171.633,16.562 171.59,16.578C171.547,16.59 171.504,16.605 171.465,16.621C171.426,16.637 171.383,16.656 171.344,16.68C171.305,16.699 171.27,16.723 171.23,16.746C171.195,16.77 171.156,16.797 171.125,16.824C171.09,16.855 171.055,16.883 171.023,16.914C170.992,16.945 170.965,16.98 170.938,17.012C170.906,17.047 170.883,17.082 170.855,17.121C170.832,17.156 170.809,17.195 170.789,17.234C170.766,17.273 170.75,17.312 170.73,17.355C170.715,17.395 170.699,17.438 170.688,17.48C170.676,17.523 170.664,17.566 170.652,17.609C170.645,17.652 170.641,17.695 170.637,17.742C170.629,17.785 170.629,17.828 170.629,17.875L170.629,74.785C170.629,74.828 170.629,74.871 170.637,74.918C170.641,74.961 170.645,75.004 170.652,75.047C170.664,75.094 170.676,75.137 170.688,75.176C170.699,75.219 170.715,75.262 170.73,75.301C170.75,75.344 170.766,75.383 170.789,75.422C170.809,75.461 170.832,75.5 170.855,75.535C170.883,75.574 170.906,75.609 170.938,75.645C170.965,75.68 170.992,75.711 171.023,75.742C171.055,75.773 171.09,75.805 171.125,75.832C171.156,75.859 171.195,75.887 171.23,75.91C171.27,75.934 171.305,75.957 171.344,75.98C171.383,76 171.426,76.02 171.465,76.035C171.504,76.055 171.547,76.066 171.59,76.082C171.633,76.094 171.676,76.105 171.719,76.113C171.762,76.121 171.805,76.129 171.852,76.133C171.895,76.137 171.938,76.141 171.984,76.141L212.391,76.141C212.434,76.141 212.48,76.137 212.523,76.133C212.566,76.129 212.609,76.121 212.656,76.113C212.699,76.105 212.742,76.094 212.785,76.082C212.828,76.066 212.867,76.055 212.91,76.035C212.949,76.02 212.988,76 213.027,75.98C213.066,75.957 213.105,75.934 213.145,75.91C213.18,75.887 213.215,75.859 213.25,75.832C213.285,75.805 213.316,75.773 213.348,75.742C213.379,75.711 213.41,75.68 213.438,75.645C213.465,75.609 213.492,75.574 213.516,75.535C213.543,75.5 213.566,75.461 213.586,75.422C213.605,75.383 213.625,75.344 213.641,75.301C213.66,75.262 213.672,75.219 213.688,75.176C213.699,75.137 213.711,75.094 213.719,75.047C213.727,75.004 213.734,74.961 213.738,74.918C213.742,74.871 213.746,74.828 213.746,74.785L213.746,66.328C213.746,66.285 213.742,66.238 213.738,66.195C213.734,66.152 213.727,66.109 213.719,66.062C213.711,66.02 213.699,65.977 213.688,65.934C213.672,65.895 213.66,65.852 213.641,65.809C213.625,65.77 213.605,65.73 213.586,65.691C213.566,65.652 213.543,65.613 213.516,65.574C213.492,65.539 213.465,65.504 213.438,65.469C213.41,65.434 213.379,65.402 213.348,65.372C213.316,65.34 213.285,65.309 213.25,65.281C213.215,65.254 213.18,65.227 213.145,65.204C213.105,65.177 213.066,65.156 213.027,65.134C212.988,65.113 212.949,65.094 212.91,65.079C212.867,65.059 212.828,65.047 212.785,65.031C212.742,65.02 212.699,65.009 212.656,65C212.609,64.992 212.566,64.984 212.523,64.981C212.48,64.977 212.434,64.973 212.391,64.973L182.77,64.973L182.77,17.875C182.77,17.828 182.766,17.785 182.762,17.742C182.758,17.695 182.754,17.652 182.742,17.609C182.734,17.566 182.723,17.523 182.711,17.48C182.699,17.438 182.684,17.395 182.668,17.355C182.648,17.312 182.629,17.273 182.609,17.234C182.59,17.195 182.566,17.156 182.543,17.121C182.516,17.082 182.488,17.047 182.461,17.012C182.434,16.98 182.402,16.945 182.371,16.914C182.34,16.883 182.309,16.855 182.273,16.824C182.238,16.797 182.203,16.77 182.168,16.746C182.129,16.723 182.094,16.699 182.055,16.68C182.016,16.656 181.973,16.637 181.934,16.621C181.891,16.605 181.852,16.59 181.809,16.578C181.766,16.562 181.723,16.555 181.68,16.543C181.637,16.535 181.59,16.527 181.547,16.523C181.504,16.52 181.457,16.52 181.414,16.52L171.984,16.52ZM173.34,19.227L173.34,73.43L211.035,73.43L211.035,67.684L181.414,67.684C181.371,67.684 181.324,67.68 181.281,67.676C181.238,67.672 181.195,67.668 181.148,67.656C181.105,67.648 181.062,67.637 181.02,67.625C180.977,67.613 180.938,67.598 180.895,67.582C180.855,67.562 180.816,67.543 180.777,67.523C180.738,67.504 180.699,67.48 180.66,67.457C180.625,67.43 180.59,67.406 180.555,67.375C180.52,67.348 180.488,67.316 180.457,67.285C180.426,67.254 180.395,67.223 180.367,67.188C180.34,67.152 180.312,67.117 180.289,67.082C180.262,67.043 180.238,67.008 180.219,66.969C180.199,66.93 180.18,66.887 180.164,66.848C180.145,66.805 180.129,66.766 180.117,66.723C180.105,66.68 180.094,66.637 180.086,66.594C180.078,66.551 180.07,66.504 180.066,66.461C180.062,66.418 180.059,66.375 180.059,66.328L180.059,19.227L173.34,19.227Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M294.578,66.195C294.582,66.238 294.586,66.285 294.586,66.328L294.586,74.785C294.586,74.828 294.582,74.871 294.578,74.918C294.574,74.961 294.57,75.004 294.559,75.047C294.551,75.094 294.539,75.137 294.527,75.176C294.516,75.219 294.5,75.262 294.484,75.301C294.465,75.344 294.445,75.383 294.426,75.422C294.406,75.461 294.383,75.5 294.359,75.535C294.332,75.574 294.305,75.609 294.277,75.645C294.25,75.68 294.219,75.711 294.188,75.742C294.156,75.773 294.125,75.805 294.09,75.832C294.055,75.859 294.02,75.887 293.984,75.91C293.945,75.934 293.91,75.957 293.871,75.98C293.832,76 293.789,76.02 293.75,76.035C293.707,76.055 293.668,76.066 293.625,76.082C293.582,76.094 293.539,76.105 293.496,76.113C293.453,76.121 293.406,76.129 293.363,76.133C293.32,76.137 293.273,76.141 293.23,76.141L237.457,76.141C237.414,76.141 237.371,76.137 237.324,76.133C237.281,76.129 237.238,76.121 237.195,76.113C237.148,76.105 237.105,76.094 237.062,76.082C237.023,76.066 236.98,76.055 236.941,76.035C236.898,76.02 236.859,76 236.82,75.98C236.781,75.957 236.742,75.934 236.707,75.91C236.668,75.887 236.633,75.859 236.598,75.832C236.562,75.805 236.531,75.773 236.5,75.742C236.469,75.711 236.438,75.68 236.41,75.645C236.383,75.609 236.355,75.574 236.332,75.535C236.305,75.5 236.285,75.461 236.262,75.422C236.242,75.383 236.223,75.344 236.207,75.301C236.188,75.262 236.176,75.219 236.16,75.176C236.148,75.137 236.137,75.094 236.129,75.047C236.121,75.004 236.113,74.961 236.109,74.918C236.105,74.871 236.102,74.828 236.102,74.785L236.102,66.328C236.102,66.23 236.113,66.137 236.133,66.043C236.156,65.945 236.184,65.855 236.227,65.766C236.266,65.68 236.312,65.594 236.371,65.52C236.43,65.441 236.496,65.372 236.57,65.305L292.344,16.852C292.402,16.797 292.469,16.75 292.539,16.707C292.609,16.668 292.68,16.633 292.758,16.605C292.832,16.574 292.91,16.555 292.988,16.539C293.07,16.523 293.148,16.52 293.23,16.52C293.273,16.52 293.32,16.52 293.363,16.523C293.406,16.527 293.453,16.535 293.496,16.543C293.539,16.555 293.582,16.562 293.625,16.578C293.668,16.59 293.707,16.605 293.75,16.621C293.789,16.637 293.832,16.656 293.871,16.68C293.91,16.699 293.945,16.723 293.984,16.746C294.02,16.77 294.055,16.797 294.09,16.824C294.125,16.855 294.156,16.883 294.188,16.914C294.219,16.945 294.25,16.98 294.277,17.012C294.305,17.047 294.332,17.082 294.359,17.121C294.383,17.156 294.406,17.195 294.426,17.234C294.445,17.273 294.465,17.312 294.484,17.355C294.5,17.395 294.516,17.438 294.527,17.48C294.539,17.523 294.551,17.566 294.559,17.609C294.57,17.652 294.574,17.695 294.578,17.742C294.582,17.785 294.586,17.828 294.586,17.875L294.586,28.766C294.586,28.863 294.574,28.961 294.555,29.055C294.535,29.148 294.504,29.238 294.465,29.328C294.426,29.418 294.375,29.5 294.316,29.578C294.262,29.652 294.195,29.727 294.121,29.789L253.906,64.899L293.234,64.973C293.277,64.973 293.324,64.977 293.367,64.981C293.41,64.984 293.453,64.992 293.496,65C293.543,65.009 293.582,65.02 293.625,65.031C293.668,65.047 293.711,65.062 293.75,65.079C293.793,65.094 293.832,65.113 293.871,65.134C293.91,65.156 293.949,65.18 293.984,65.204C294.023,65.227 294.059,65.254 294.09,65.281C294.125,65.309 294.16,65.34 294.191,65.372C294.223,65.402 294.25,65.439 294.277,65.469C294.309,65.504 294.332,65.539 294.359,65.578C294.383,65.613 294.406,65.652 294.426,65.691C294.445,65.73 294.465,65.77 294.484,65.812C294.5,65.852 294.516,65.895 294.527,65.938C294.539,65.977 294.551,66.02 294.559,66.066C294.57,66.109 294.574,66.152 294.578,66.195ZM250.301,67.602L291.875,67.68L291.875,73.43L238.812,73.43L238.812,66.945L291.875,20.844L291.875,28.152L249.414,65.227C249.34,65.289 249.273,65.359 249.219,65.439C249.16,65.516 249.109,65.598 249.07,65.688C249.031,65.773 249,65.863 248.98,65.957C248.957,66.055 248.949,66.148 248.949,66.246C248.949,66.289 248.949,66.332 248.953,66.379C248.961,66.422 248.965,66.465 248.973,66.508C248.984,66.555 248.992,66.598 249.008,66.637C249.02,66.68 249.035,66.723 249.051,66.762C249.066,66.805 249.086,66.844 249.105,66.883C249.129,66.922 249.152,66.961 249.176,67C249.199,67.035 249.227,67.07 249.254,67.105C249.281,67.141 249.312,67.172 249.344,67.203C249.375,67.234 249.406,67.266 249.441,67.293C249.477,67.32 249.512,67.348 249.551,67.371C249.586,67.398 249.625,67.422 249.664,67.441C249.703,67.461 249.742,67.48 249.781,67.5C249.824,67.516 249.867,67.531 249.906,67.543C249.949,67.555 249.992,67.566 250.035,67.574C250.082,67.586 250.125,67.59 250.168,67.594C250.211,67.602 250.258,67.602 250.301,67.602Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M238.059,16.523C238.102,16.52 238.145,16.52 238.191,16.52L281.281,16.52C281.383,16.52 281.484,16.531 281.582,16.551C281.684,16.574 281.781,16.609 281.871,16.656C281.965,16.699 282.051,16.754 282.133,16.82C282.211,16.883 282.281,16.957 282.348,17.039C282.375,17.074 282.398,17.109 282.422,17.145C282.445,17.184 282.469,17.223 282.488,17.262C282.508,17.301 282.527,17.34 282.543,17.383C282.559,17.426 282.574,17.465 282.586,17.508C282.598,17.551 282.605,17.594 282.613,17.641C282.621,17.684 282.629,17.727 282.629,17.77C282.633,17.816 282.637,17.859 282.633,17.902C282.633,17.949 282.629,17.992 282.625,18.035C282.621,18.082 282.613,18.125 282.602,18.168C282.594,18.211 282.582,18.254 282.566,18.297C282.555,18.336 282.539,18.379 282.52,18.418C282.5,18.461 282.48,18.5 282.461,18.539C282.438,18.578 282.414,18.613 282.387,18.652C282.363,18.688 282.336,18.723 282.309,18.758C282.277,18.789 282.246,18.82 282.215,18.852C282.184,18.883 282.148,18.914 282.117,18.941L271.223,27.477C271.102,27.57 270.969,27.641 270.828,27.691C270.684,27.738 270.535,27.766 270.387,27.766L238.191,27.766C238.145,27.766 238.102,27.762 238.059,27.758C238.012,27.754 237.969,27.746 237.926,27.738C237.883,27.73 237.84,27.719 237.797,27.707C237.754,27.695 237.711,27.68 237.672,27.66C237.629,27.645 237.59,27.625 237.551,27.605C237.512,27.582 237.473,27.562 237.438,27.535C237.398,27.512 237.363,27.484 237.328,27.457C237.297,27.43 237.262,27.398 237.23,27.367C237.199,27.336 237.172,27.305 237.141,27.27C237.113,27.234 237.09,27.199 237.062,27.164C237.039,27.125 237.016,27.086 236.996,27.047C236.973,27.008 236.953,26.969 236.938,26.93C236.922,26.887 236.906,26.844 236.895,26.805C236.879,26.762 236.871,26.719 236.859,26.676C236.852,26.629 236.844,26.586 236.84,26.543C236.836,26.5 236.836,26.453 236.836,26.41L236.836,17.875C236.836,17.828 236.836,17.785 236.84,17.742C236.844,17.695 236.852,17.652 236.859,17.609C236.871,17.566 236.879,17.523 236.895,17.48C236.906,17.438 236.922,17.395 236.938,17.355C236.953,17.312 236.973,17.273 236.996,17.234C237.016,17.195 237.039,17.156 237.062,17.121C237.09,17.082 237.113,17.047 237.141,17.012C237.172,16.98 237.199,16.945 237.23,16.914C237.262,16.883 237.297,16.855 237.328,16.824C237.363,16.797 237.398,16.77 237.438,16.746C237.473,16.723 237.512,16.699 237.551,16.68C237.59,16.656 237.629,16.637 237.672,16.621C237.711,16.605 237.754,16.59 237.797,16.578C237.84,16.562 237.883,16.555 237.926,16.543C237.969,16.535 238.012,16.527 238.059,16.523ZM277.352,19.227L269.918,25.055L239.543,25.055L239.543,19.227L277.352,19.227Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M24.406,28.266L16.988,0.547C16.988,0.328 16.77,0.109 16.441,0.109L15.023,0C14.586,0 14.258,0.328 14.367,0.762L19.059,27.5C19.059,27.719 19.277,27.828 19.496,27.938L21.57,28.59C21.789,28.59 21.898,28.699 22.008,28.918C22.66,28.484 23.426,28.266 24.188,28.266L24.406,28.266Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M26.688,32.547C26.695,32.465 26.699,32.383 26.699,32.301C26.699,32.219 26.695,32.137 26.688,32.055C26.68,31.973 26.668,31.895 26.652,31.812C26.633,31.73 26.613,31.652 26.59,31.574C26.566,31.496 26.539,31.418 26.508,31.34C26.477,31.266 26.441,31.191 26.402,31.117C26.363,31.047 26.32,30.977 26.277,30.906C26.23,30.84 26.18,30.773 26.129,30.711C26.078,30.648 26.023,30.586 25.965,30.527C25.906,30.469 25.844,30.414 25.781,30.363C25.719,30.309 25.652,30.262 25.582,30.215C25.516,30.168 25.445,30.125 25.371,30.09C25.301,30.051 25.227,30.016 25.148,29.984C25.074,29.953 24.996,29.926 24.918,29.898C24.84,29.875 24.758,29.855 24.68,29.84C24.598,29.824 24.516,29.812 24.434,29.805C24.352,29.797 24.27,29.793 24.188,29.793C24.105,29.793 24.023,29.797 23.945,29.805C23.859,29.812 23.781,29.824 23.699,29.84C23.617,29.855 23.539,29.875 23.461,29.898C23.383,29.926 23.305,29.953 23.23,29.984C23.152,30.016 23.078,30.051 23.008,30.09C22.934,30.125 22.863,30.168 22.793,30.215C22.727,30.262 22.66,30.309 22.598,30.363C22.535,30.414 22.473,30.469 22.414,30.527C22.355,30.586 22.301,30.648 22.25,30.711C22.195,30.773 22.148,30.84 22.102,30.906C22.055,30.977 22.016,31.047 21.977,31.117C21.938,31.191 21.902,31.266 21.871,31.34C21.84,31.418 21.812,31.496 21.789,31.574C21.762,31.652 21.742,31.73 21.727,31.812C21.711,31.895 21.699,31.973 21.691,32.055C21.684,32.137 21.68,32.219 21.68,32.301C21.68,32.383 21.684,32.465 21.691,32.547C21.699,32.629 21.711,32.711 21.727,32.793C21.742,32.871 21.762,32.953 21.789,33.031C21.812,33.109 21.84,33.188 21.871,33.262C21.902,33.34 21.938,33.414 21.977,33.484C22.016,33.559 22.055,33.629 22.102,33.695C22.148,33.766 22.195,33.832 22.25,33.895C22.301,33.957 22.355,34.02 22.414,34.078C22.473,34.137 22.535,34.191 22.598,34.242C22.66,34.293 22.727,34.344 22.793,34.391C22.863,34.434 22.934,34.477 23.008,34.516C23.078,34.555 23.152,34.59 23.23,34.621C23.305,34.652 23.383,34.68 23.461,34.703C23.539,34.727 23.617,34.746 23.699,34.766C23.781,34.781 23.859,34.793 23.945,34.801C24.023,34.809 24.105,34.812 24.188,34.812C24.27,34.812 24.352,34.809 24.434,34.801C24.516,34.793 24.598,34.781 24.68,34.766C24.758,34.746 24.84,34.727 24.918,34.703C24.996,34.68 25.074,34.652 25.148,34.621C25.227,34.59 25.301,34.555 25.371,34.516C25.445,34.477 25.516,34.434 25.582,34.391C25.652,34.344 25.719,34.293 25.781,34.242C25.844,34.191 25.906,34.137 25.965,34.078C26.023,34.02 26.078,33.957 26.129,33.895C26.18,33.832 26.23,33.766 26.277,33.695C26.32,33.629 26.363,33.559 26.402,33.484C26.441,33.414 26.477,33.34 26.508,33.262C26.539,33.188 26.566,33.109 26.59,33.031C26.613,32.953 26.633,32.871 26.652,32.793C26.668,32.711 26.68,32.629 26.688,32.547Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M55.945,41.688L56.711,40.488C56.926,40.16 56.816,39.723 56.383,39.504L30.957,30.23L30.738,30.23C30.52,30.23 30.41,30.336 30.301,30.445L28.664,31.977C28.555,32.082 28.336,32.191 28.227,32.191L28.117,32.191L28.117,32.41C28.117,33.176 27.898,33.938 27.465,34.594L55.289,42.016L55.398,42.016C55.617,42.016 55.836,41.906 55.945,41.688Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M1.707,56.527L21.68,39.941L22.551,39.176C22.66,39.066 22.77,38.742 22.66,38.523L22.117,36.34C22.117,36.121 22.117,35.902 22.223,35.793C22.008,35.684 21.898,35.574 21.68,35.465C21.133,35.141 20.805,34.594 20.477,34.047L0.18,54.348C-0.038,54.562 -0.038,54.891 0.07,55.109L0.727,56.309C0.835,56.527 1.055,56.637 1.273,56.637C1.492,56.637 1.598,56.637 1.707,56.527Z"
|
||||
fill={color}
|
||||
/>
|
||||
<Path
|
||||
d="M25.824,35.902L28.008,98.215L20.371,98.215L22.332,41.25L23.535,40.27C24.188,39.723 24.406,38.957 24.188,38.195L23.754,36.449L23.973,36.23L24.188,36.23C24.844,36.23 25.391,36.121 25.824,35.902Z"
|
||||
fill={color}
|
||||
/>
|
||||
</G>
|
||||
</Svg>
|
||||
);
|
||||
};
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user