@jjlmoya/utils-diy 1.2.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
- package/src/category/i18n/de.ts +12 -0
- package/src/category/i18n/id.ts +12 -0
- package/src/category/i18n/it.ts +12 -0
- package/src/category/i18n/ja.ts +12 -0
- package/src/category/i18n/ko.ts +12 -0
- package/src/category/i18n/nl.ts +12 -0
- package/src/category/i18n/pl.ts +12 -0
- package/src/category/i18n/pt.ts +12 -0
- package/src/category/i18n/ru.ts +12 -0
- package/src/category/i18n/sv.ts +12 -0
- package/src/category/i18n/tr.ts +12 -0
- package/src/category/i18n/zh.ts +12 -0
- package/src/category/index.ts +13 -1
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/seo_length.test.ts +3 -0
- package/src/tests/slug_uniqueness.test.ts +58 -0
- package/src/tool/balusterCalculator/i18n/de.ts +264 -0
- package/src/tool/balusterCalculator/i18n/id.ts +264 -0
- package/src/tool/balusterCalculator/i18n/it.ts +264 -0
- package/src/tool/balusterCalculator/i18n/ja.ts +264 -0
- package/src/tool/balusterCalculator/i18n/ko.ts +264 -0
- package/src/tool/balusterCalculator/i18n/nl.ts +264 -0
- package/src/tool/balusterCalculator/i18n/pl.ts +264 -0
- package/src/tool/balusterCalculator/i18n/pt.ts +264 -0
- package/src/tool/balusterCalculator/i18n/ru.ts +264 -0
- package/src/tool/balusterCalculator/i18n/sv.ts +264 -0
- package/src/tool/balusterCalculator/i18n/tr.ts +264 -0
- package/src/tool/balusterCalculator/i18n/zh.ts +264 -0
- package/src/tool/balusterCalculator/index.ts +15 -7
- package/src/tool/clayCalculator/i18n/de.ts +183 -0
- package/src/tool/clayCalculator/i18n/id.ts +183 -0
- package/src/tool/clayCalculator/i18n/it.ts +183 -0
- package/src/tool/clayCalculator/i18n/ja.ts +182 -0
- package/src/tool/clayCalculator/i18n/ko.ts +183 -0
- package/src/tool/clayCalculator/i18n/nl.ts +183 -0
- package/src/tool/clayCalculator/i18n/pl.ts +183 -0
- package/src/tool/clayCalculator/i18n/pt.ts +183 -0
- package/src/tool/clayCalculator/i18n/ru.ts +183 -0
- package/src/tool/clayCalculator/i18n/sv.ts +183 -0
- package/src/tool/clayCalculator/i18n/tr.ts +183 -0
- package/src/tool/clayCalculator/i18n/zh.ts +183 -0
- package/src/tool/clayCalculator/index.ts +15 -7
- package/src/tool/concreteCalculator/i18n/de.ts +201 -0
- package/src/tool/concreteCalculator/i18n/id.ts +201 -0
- package/src/tool/concreteCalculator/i18n/it.ts +201 -0
- package/src/tool/concreteCalculator/i18n/ja.ts +201 -0
- package/src/tool/concreteCalculator/i18n/ko.ts +201 -0
- package/src/tool/concreteCalculator/i18n/nl.ts +201 -0
- package/src/tool/concreteCalculator/i18n/pl.ts +201 -0
- package/src/tool/concreteCalculator/i18n/pt.ts +201 -0
- package/src/tool/concreteCalculator/i18n/ru.ts +201 -0
- package/src/tool/concreteCalculator/i18n/sv.ts +201 -0
- package/src/tool/concreteCalculator/i18n/tr.ts +201 -0
- package/src/tool/concreteCalculator/i18n/zh.ts +201 -0
- package/src/tool/concreteCalculator/index.ts +17 -5
- package/src/tool/cutOptimizer/i18n/de.ts +178 -0
- package/src/tool/cutOptimizer/i18n/id.ts +178 -0
- package/src/tool/cutOptimizer/i18n/it.ts +178 -0
- package/src/tool/cutOptimizer/i18n/ja.ts +178 -0
- package/src/tool/cutOptimizer/i18n/ko.ts +178 -0
- package/src/tool/cutOptimizer/i18n/nl.ts +178 -0
- package/src/tool/cutOptimizer/i18n/pl.ts +178 -0
- package/src/tool/cutOptimizer/i18n/pt.ts +178 -0
- package/src/tool/cutOptimizer/i18n/ru.ts +178 -0
- package/src/tool/cutOptimizer/i18n/sv.ts +178 -0
- package/src/tool/cutOptimizer/i18n/tr.ts +178 -0
- package/src/tool/cutOptimizer/i18n/zh.ts +178 -0
- package/src/tool/cutOptimizer/index.ts +17 -5
- package/src/tool/drillCalculator/i18n/de.ts +137 -0
- package/src/tool/drillCalculator/i18n/id.ts +137 -0
- package/src/tool/drillCalculator/i18n/it.ts +137 -0
- package/src/tool/drillCalculator/i18n/ja.ts +137 -0
- package/src/tool/drillCalculator/i18n/ko.ts +137 -0
- package/src/tool/drillCalculator/i18n/nl.ts +137 -0
- package/src/tool/drillCalculator/i18n/pl.ts +137 -0
- package/src/tool/drillCalculator/i18n/pt.ts +137 -0
- package/src/tool/drillCalculator/i18n/ru.ts +137 -0
- package/src/tool/drillCalculator/i18n/sv.ts +137 -0
- package/src/tool/drillCalculator/i18n/tr.ts +137 -0
- package/src/tool/drillCalculator/i18n/zh.ts +137 -0
- package/src/tool/drillCalculator/index.ts +17 -5
- package/src/tool/drillSharpener/i18n/de.ts +120 -0
- package/src/tool/drillSharpener/i18n/id.ts +120 -0
- package/src/tool/drillSharpener/i18n/it.ts +120 -0
- package/src/tool/drillSharpener/i18n/ja.ts +120 -0
- package/src/tool/drillSharpener/i18n/ko.ts +120 -0
- package/src/tool/drillSharpener/i18n/nl.ts +120 -0
- package/src/tool/drillSharpener/i18n/pl.ts +120 -0
- package/src/tool/drillSharpener/i18n/pt.ts +120 -0
- package/src/tool/drillSharpener/i18n/ru.ts +120 -0
- package/src/tool/drillSharpener/i18n/sv.ts +120 -0
- package/src/tool/drillSharpener/i18n/tr.ts +120 -0
- package/src/tool/drillSharpener/i18n/zh.ts +120 -0
- package/src/tool/drillSharpener/index.ts +17 -5
- package/src/tool/epoxyCalculator/i18n/de.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/id.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/it.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/ja.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/ko.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/nl.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/pl.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/pt.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/ru.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/sv.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/tr.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/zh.ts +118 -0
- package/src/tool/epoxyCalculator/index.ts +15 -7
- package/src/tool/furnitureFit/i18n/de.ts +113 -0
- package/src/tool/furnitureFit/i18n/id.ts +113 -0
- package/src/tool/furnitureFit/i18n/it.ts +113 -0
- package/src/tool/furnitureFit/i18n/ja.ts +113 -0
- package/src/tool/furnitureFit/i18n/ko.ts +113 -0
- package/src/tool/furnitureFit/i18n/nl.ts +113 -0
- package/src/tool/furnitureFit/i18n/pl.ts +113 -0
- package/src/tool/furnitureFit/i18n/pt.ts +113 -0
- package/src/tool/furnitureFit/i18n/ru.ts +113 -0
- package/src/tool/furnitureFit/i18n/sv.ts +113 -0
- package/src/tool/furnitureFit/i18n/tr.ts +113 -0
- package/src/tool/furnitureFit/i18n/zh.ts +113 -0
- package/src/tool/furnitureFit/index.ts +17 -5
- package/src/tool/mortarCalculator/i18n/de.ts +129 -0
- package/src/tool/mortarCalculator/i18n/id.ts +129 -0
- package/src/tool/mortarCalculator/i18n/it.ts +129 -0
- package/src/tool/mortarCalculator/i18n/ja.ts +129 -0
- package/src/tool/mortarCalculator/i18n/ko.ts +129 -0
- package/src/tool/mortarCalculator/i18n/nl.ts +129 -0
- package/src/tool/mortarCalculator/i18n/pl.ts +129 -0
- package/src/tool/mortarCalculator/i18n/pt.ts +129 -0
- package/src/tool/mortarCalculator/i18n/ru.ts +129 -0
- package/src/tool/mortarCalculator/i18n/sv.ts +129 -0
- package/src/tool/mortarCalculator/i18n/tr.ts +129 -0
- package/src/tool/mortarCalculator/i18n/zh.ts +129 -0
- package/src/tool/mortarCalculator/index.ts +17 -5
- package/src/tool/passepartoutCalculator/i18n/de.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/id.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/it.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/ja.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/ko.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/nl.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/pl.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/pt.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/ru.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/sv.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/tr.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/zh.ts +108 -0
- package/src/tool/passepartoutCalculator/index.ts +17 -5
- package/src/tool/stairCalculator/i18n/de.ts +144 -0
- package/src/tool/stairCalculator/i18n/id.ts +144 -0
- package/src/tool/stairCalculator/i18n/it.ts +144 -0
- package/src/tool/stairCalculator/i18n/ja.ts +144 -0
- package/src/tool/stairCalculator/i18n/ko.ts +144 -0
- package/src/tool/stairCalculator/i18n/nl.ts +144 -0
- package/src/tool/stairCalculator/i18n/pl.ts +144 -0
- package/src/tool/stairCalculator/i18n/pt.ts +144 -0
- package/src/tool/stairCalculator/i18n/ru.ts +144 -0
- package/src/tool/stairCalculator/i18n/sv.ts +144 -0
- package/src/tool/stairCalculator/i18n/tr.ts +144 -0
- package/src/tool/stairCalculator/i18n/zh.ts +144 -0
- package/src/tool/stairCalculator/index.ts +17 -5
- package/src/tool/thermalExpansionCalculator/i18n/de.ts +132 -0
- package/src/tool/thermalExpansionCalculator/i18n/id.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/it.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/ja.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/ko.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/nl.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/pl.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/pt.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/ru.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/sv.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/tr.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/zh.ts +130 -0
- package/src/tool/thermalExpansionCalculator/index.ts +17 -5
- package/src/tool/voltageDropCalculator/i18n/de.ts +112 -0
- package/src/tool/voltageDropCalculator/i18n/id.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/it.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/ja.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/ko.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/nl.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/pl.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/pt.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/ru.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/sv.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/tr.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/zh.ts +110 -0
- package/src/tool/voltageDropCalculator/index.ts +17 -5
- package/src/types.ts +1 -1
|
@@ -10,14 +10,26 @@ export {
|
|
|
10
10
|
ThermalExpansionCalculatorBibliography,
|
|
11
11
|
};
|
|
12
12
|
|
|
13
|
-
const es = async () => (await import('./i18n/es')).content;
|
|
14
|
-
const en = async () => (await import('./i18n/en')).content;
|
|
15
|
-
const fr = async () => (await import('./i18n/fr')).content;
|
|
16
|
-
|
|
17
13
|
export const thermalExpansionCalculator: DiyToolEntry<ThermalExpansionCalculatorUI> = {
|
|
18
14
|
id: 'thermal-expansion-calculator',
|
|
19
15
|
icons: { bg: 'mdi:thermometer-lines', fg: 'mdi:ruler' },
|
|
20
|
-
i18n: {
|
|
16
|
+
i18n: {
|
|
17
|
+
de: () => import('./i18n/de').then((m) => m.content),
|
|
18
|
+
en: () => import('./i18n/en').then((m) => m.content),
|
|
19
|
+
es: () => import('./i18n/es').then((m) => m.content),
|
|
20
|
+
fr: () => import('./i18n/fr').then((m) => m.content),
|
|
21
|
+
id: () => import('./i18n/id').then((m) => m.content),
|
|
22
|
+
it: () => import('./i18n/it').then((m) => m.content),
|
|
23
|
+
ja: () => import('./i18n/ja').then((m) => m.content),
|
|
24
|
+
ko: () => import('./i18n/ko').then((m) => m.content),
|
|
25
|
+
nl: () => import('./i18n/nl').then((m) => m.content),
|
|
26
|
+
pl: () => import('./i18n/pl').then((m) => m.content),
|
|
27
|
+
pt: () => import('./i18n/pt').then((m) => m.content),
|
|
28
|
+
ru: () => import('./i18n/ru').then((m) => m.content),
|
|
29
|
+
sv: () => import('./i18n/sv').then((m) => m.content),
|
|
30
|
+
tr: () => import('./i18n/tr').then((m) => m.content),
|
|
31
|
+
zh: () => import('./i18n/zh').then((m) => m.content),
|
|
32
|
+
},
|
|
21
33
|
};
|
|
22
34
|
|
|
23
35
|
export const THERMAL_EXPANSION_CALCULATOR_TOOL: ToolDefinition = {
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'spannungsabfall-rechner';
|
|
6
|
+
const title = 'Spannungsabfall Rechner und Kabelquerschnitt Rechner';
|
|
7
|
+
const description = 'Technisches Werkzeug zur Vermeidung von Kabelbränden. Berechnen Sie den erforderlichen Querschnitt für 12V, 24V und 230V Installationen nach Entfernung und Leistung.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Was ist Spannungsabfall und warum ist er wichtig?',
|
|
12
|
+
answer: 'Es ist der Spannungsverlust, der auftritt, wenn Strom durch ein Kabel fließt. Wenn das Kabel zu dünn oder zu lang ist, verliert man Spannung. Die Folge: schwaches Licht, Motoren, die nicht starten, oder Kabel, die gefährlich heiß werden.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Welchen Kabelquerschnitt benötige ich für 12V bei 10 Metern?',
|
|
16
|
+
answer: 'Das hängt von der Leistung ab. Für 12V und 10A bei 10m benötigen Sie mindestens 2,5mm². Für 20A benötigen Sie 6mm². Bei niedriger Spannung (12V/24V) ist der Abfall viel kritischer als bei 230V.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Kann ich 1,5mm² Kabel für meine gesamte Installation verwenden?',
|
|
20
|
+
answer: 'Nein. 1,5mm² ist für Beleuchtungskreise (max. 10A). Für Steckdosen benötigen Sie 2,5mm². Für Küche oder Waschmaschine benötigen Sie 4mm² oder 6mm². Zu dünne Kabel sind gefährlich und können Brände verursachen.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Was ist der maximal zulässige Spannungsabfall?',
|
|
24
|
+
answer: 'In Hausinstallationen (230V): max. 3% für Beleuchtung, 5% für andere Zwecke. Bei 12V/24V (Wohnmobile, Solar): nicht mehr als 3% insgesamt. Mehr Abfall bedeutet Effizienzverlust und Überhitzungsgefahr.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Systemspannung definieren', text: 'Wählen Sie, ob Ihre Installation mit 12V, 24V (Solar/Camper) oder 230V (Haus) betrieben wird.' },
|
|
30
|
+
{ name: 'Stromstärke eingeben', text: 'Geben Sie die Ampere (A) oder Watt (W) ein, die das Gerät am Ende des Kabels verbrauchen wird.' },
|
|
31
|
+
{ name: 'Kabellänge messen', text: 'Geben Sie die einfache Länge des Kabels in Metern von der Stromquelle zum Verbraucher ein.' },
|
|
32
|
+
{ name: 'Leitermaterial wählen', text: 'Wählen Sie Kupfer (Standard) oder Aluminium, um die exakte Berechnung des Widerstands zu erhalten.' },
|
|
33
|
+
];
|
|
34
|
+
|
|
35
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
36
|
+
'@context': 'https://schema.org',
|
|
37
|
+
'@type': 'FAQPage',
|
|
38
|
+
mainEntity: faqData.map((item) => ({
|
|
39
|
+
'@type': 'Question',
|
|
40
|
+
name: item.question,
|
|
41
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
42
|
+
})),
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
46
|
+
'@context': 'https://schema.org',
|
|
47
|
+
'@type': 'HowTo',
|
|
48
|
+
name: title,
|
|
49
|
+
description,
|
|
50
|
+
step: howToData.map((step, i) => ({
|
|
51
|
+
'@type': 'HowToStep',
|
|
52
|
+
position: i + 1,
|
|
53
|
+
name: step.name,
|
|
54
|
+
text: step.text,
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'SoftwareApplication',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
applicationCategory: 'UtilityApplication',
|
|
64
|
+
operatingSystem: 'All',
|
|
65
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
66
|
+
inLanguage: 'de',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Häufig gestellte Fragen',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Technische Referenzen',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'DIN VDE 0100: Errichten von Niederspannungsanlagen', url: 'https://www.vde-verlag.de/normen/vde-0100.html' },
|
|
78
|
+
{ name: 'Ohmsches Gesetz und Widerstand: Wikipedia', url: 'https://de.wikipedia.org/wiki/Ohmsches_Gesetz' },
|
|
79
|
+
],
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', text: 'Vollständiger Leitfaden zum Spannungsabfall', level: 2 },
|
|
84
|
+
{ type: 'paragraph', html: 'Egal ob Sie einen Camper ausbauen, eine Solaranlage planen oder Kabel für Ihren Garten verlegen, es gibt einen unsichtbaren Feind: den <strong>Spannungsabfall</strong>. Dies ist nicht nur eine technische Frage; es ist der Unterschied zwischen einem Kühlschrank, der kühlt, und einem, der sich ausschaltet, oder zwischen einer sicheren Installation und einer Brandgefahr.' },
|
|
85
|
+
{ type: 'title', text: 'Die Formel für den Spannungsabfall', level: 3 },
|
|
86
|
+
{ type: 'card', icon: 'mdi:function-variant', title: 'Exakte Berechnung mit dem Ohmschen Gesetz', html: '<p>Die Formel lautet <strong>ΔV = (2 × L × I × ρ) / S</strong>, wobei L die einfache Länge in Metern, I der Strom in Ampere, ρ der spezifische Widerstand (0,0178 Ω·mm²/m für Kupfer) und S der Kabelquerschnitt in mm² ist.</p>' },
|
|
87
|
+
{ type: 'title', text: 'Das Paradoxon der niedrigen Spannung', level: 3 },
|
|
88
|
+
{ type: 'card', icon: 'mdi:alert-circle-outline', title: 'Warum 12V dickere Kabel benötigt als 230V', html: '<p>Um die gleiche Leistung (1000W) zu übertragen, benötigen Sie bei 230V nur 4,3A und ein 1,5mm² Kabel. Bei 12V benötigen Sie 83,3A und ein 25mm² Kabel. Je niedriger die Spannung, <strong>desto dicker muss das Kabel sein</strong>.</p>' },
|
|
89
|
+
],
|
|
90
|
+
ui: {
|
|
91
|
+
heroDropLabel: 'Gesamter Spannungsabfall',
|
|
92
|
+
heroVoltsUnit: 'Volt',
|
|
93
|
+
heroPctLoss: '% Verlust',
|
|
94
|
+
heroEffLabel: 'Effizienz',
|
|
95
|
+
statusExcellent: 'Exzellent',
|
|
96
|
+
statusAcceptable: 'Akzeptabel',
|
|
97
|
+
statusCritical: 'Kritisch',
|
|
98
|
+
fieldVoltage: 'Spannung',
|
|
99
|
+
fieldMaterial: 'Material',
|
|
100
|
+
materialCopper: 'Kupfer',
|
|
101
|
+
materialAlum: 'Alum.',
|
|
102
|
+
fieldLoad: 'Last',
|
|
103
|
+
modeW: 'W',
|
|
104
|
+
modeA: 'A',
|
|
105
|
+
unitWatts: 'Watt',
|
|
106
|
+
unitAmps: 'Ampere',
|
|
107
|
+
fieldLength: 'Kabellänge (einfach)',
|
|
108
|
+
unitMeters: 'Meter',
|
|
109
|
+
fieldSection: 'Kabelquerschnitt',
|
|
110
|
+
sectionInfo: 'Empfohlen',
|
|
111
|
+
},
|
|
112
|
+
};
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'kalkulator-jatuh-tegangan';
|
|
6
|
+
const title = 'Kalkulator Jatuh Tegangan dan Ukuran Kabel';
|
|
7
|
+
const description = 'Alat teknis untuk menghindari kabel terbakar. Hitung ukuran kabel yang diperlukan untuk instalasi 12V, 24V, dan 230V berdasarkan jarak dan daya.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Apa itu jatuh tegangan (voltage drop) dan mengapa itu penting?',
|
|
12
|
+
answer: 'Ini adalah kehilangan tegangan yang terjadi saat listrik mengalir melalui kabel. Jika kabel terlalu tipis atau terlalu panjang, Anda kehilangan tegangan. Hasilnya: lampu redup, motor tidak mau menyala, atau kabel menjadi panas secara berbahaya.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Berapa ukuran kabel yang saya butuhkan untuk 12V pada jarak 10 meter?',
|
|
16
|
+
answer: 'Tergantung pada daya. Untuk 12V dan 10A pada jarak 10m, Anda butuh minimal 2,5mm². Untuk 20A, Anda butuh 6mm². Pada tegangan rendah (12V/24V), jatuh tegangan jauh lebih kritis daripada pada 230V.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Dapatkah saya menggunakan kabel 1,5mm² untuk seluruh instalasi saya?',
|
|
20
|
+
answer: 'Tidak. 1,5mm² hanya untuk sirkuit pencahayaan (maks 10A). Untuk stopkontak Anda butuh 2,5mm². Untuk dapur atau mesin cuci Anda butuh 4mm² atau 6mm². Menggunakan kabel yang terlalu tipis sangat berbahaya dan dapat menyebabkan kebakaran.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Berapa jatuh tegangan maksimum yang diperbolehkan?',
|
|
24
|
+
answer: 'Dalam instalasi domestik (230V): maks 3% untuk pencahayaan, 5% untuk penggunaan lain. Pada 12V/24V (solar, camper): tidak boleh lebih dari 3% total. Jatuh tegangan yang lebih besar berarti kehilangan efisiensi dan risiko panas berlebih.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Tentukan tegangan sistem', text: 'Pilih apakah instalasi Anda adalah 12V, 24V (solar/camper) atau 230V (domestik).' },
|
|
30
|
+
{ name: 'Masukkan arus listrik', text: 'Tuliskan Ampere (A) atau Watt (W) yang akan dikonsumsi perangkat di ujung kabel.' },
|
|
31
|
+
{ name: 'Ukur jarak kabel', text: 'Masukkan panjang kabel (satu arah) dalam meter dari sumber energi ke penerima.' },
|
|
32
|
+
{ name: 'Pilih material konduktor', text: 'Pilih tembaga (standar) atau aluminium untuk mendapatkan perhitungan resistivitas yang akurat.' },
|
|
33
|
+
];
|
|
34
|
+
|
|
35
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
36
|
+
'@context': 'https://schema.org',
|
|
37
|
+
'@type': 'FAQPage',
|
|
38
|
+
mainEntity: faqData.map((item) => ({
|
|
39
|
+
'@type': 'Question',
|
|
40
|
+
name: item.question,
|
|
41
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
42
|
+
})),
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
46
|
+
'@context': 'https://schema.org',
|
|
47
|
+
'@type': 'HowTo',
|
|
48
|
+
name: title,
|
|
49
|
+
description,
|
|
50
|
+
step: howToData.map((step, i) => ({
|
|
51
|
+
'@type': 'HowToStep',
|
|
52
|
+
position: i + 1,
|
|
53
|
+
name: step.name,
|
|
54
|
+
text: step.text,
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'SoftwareApplication',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
applicationCategory: 'UtilityApplication',
|
|
64
|
+
operatingSystem: 'All',
|
|
65
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
66
|
+
inLanguage: 'id',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Pertanyaan Umum',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Referensi Teknis',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'IEC 60364: Instalasi Listrik Tegangan Rendah', url: 'https://www.iec.ch/' },
|
|
78
|
+
{ name: 'Hukum Ohm dan Resistivitas: Wikipedia', url: 'https://id.wikipedia.org/wiki/Hambatan_listrik' },
|
|
79
|
+
],
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', text: 'Panduan Lengkap Jatuh Tegangan', level: 2 },
|
|
84
|
+
{ type: 'paragraph', html: 'Jika Anda sedang membangun sistem campervan, merancang instalasi solar, atau menarik kabel untuk taman, ada musuh tak terlihat yang bisa merusak proyek Anda: <strong>jatuh tegangan</strong>. Ini bukan sekadar masalah teknis; ini perbedaan antara kulkas yang dingin dan yang mati, atau antara instalasi aman dan risiko kebakaran.' },
|
|
85
|
+
{ type: 'title', text: 'Rumus Jatuh Tegangan', level: 3 },
|
|
86
|
+
{ type: 'card', icon: 'mdi:function-variant', title: 'Perhitungan Akurat dengan Hukum Ohm', html: '<p>Rumusnya adalah <strong>ΔV = (2 × L × I × ρ) / S</strong>, di mana L adalah panjang kabel satu arah, I adalah arus, ρ adalah resistivitas (0,0178 untuk tembaga), dan S adalah luas penampang kabel.</p>' },
|
|
87
|
+
],
|
|
88
|
+
ui: {
|
|
89
|
+
heroDropLabel: 'Total Jatuh Tegangan',
|
|
90
|
+
heroVoltsUnit: 'Volt',
|
|
91
|
+
heroPctLoss: '% rugi',
|
|
92
|
+
heroEffLabel: 'Efisiensi',
|
|
93
|
+
statusExcellent: 'Sangat Baik',
|
|
94
|
+
statusAcceptable: 'Dapat Diterima',
|
|
95
|
+
statusCritical: 'Kritis',
|
|
96
|
+
fieldVoltage: 'Tegangan',
|
|
97
|
+
fieldMaterial: 'Material',
|
|
98
|
+
materialCopper: 'Tembaga',
|
|
99
|
+
materialAlum: 'Alum.',
|
|
100
|
+
fieldLoad: 'Beban',
|
|
101
|
+
modeW: 'W',
|
|
102
|
+
modeA: 'A',
|
|
103
|
+
unitWatts: 'Watt',
|
|
104
|
+
unitAmps: 'Ampere',
|
|
105
|
+
fieldLength: 'Panjang Kabel (Satu Arah)',
|
|
106
|
+
unitMeters: 'meter',
|
|
107
|
+
fieldSection: 'Ukuran Kabel',
|
|
108
|
+
sectionInfo: 'Disarankan',
|
|
109
|
+
},
|
|
110
|
+
};
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'calcolatore-caduta-tensione';
|
|
6
|
+
const title = 'Calcolatore di Caduta di Tensione e Sezione Cavo';
|
|
7
|
+
const description = 'Strumento tecnico per evitare cavi bruciati. Calcola la sezione necessaria per impianti 12V, 24V e 230V in base a distanza e potenza.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Cos\'è la caduta di tensione e perché è importante?',
|
|
12
|
+
answer: 'È la perdita di voltaggio che si verifica quando l\'elettricità viaggia attraverso un cavo. Se il cavo è troppo sottile o troppo lungo, si perde tensione. Risultato: luci fioche, motori che non si avviano o cavi che si scaldano pericolosamente.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Che sezione di cavo serve per 12V a 10 metri?',
|
|
16
|
+
answer: 'Dipende dalla potenza. Per 12V e 10A a 10m, serve minimo 2.5mm². Per 20A, serve 6mm². A basso voltaggio (12V/24V), la caduta è molto più critica che a 230V.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Posso usare cavo da 1.5mm² per tutto l\'impianto?',
|
|
20
|
+
answer: 'No. 1.5mm² è per circuiti di illuminazione (max 10A). Per le prese serve 2.5mm². Per cucina o lavatrice serve 4mm² o 6mm². Usare cavi troppo sottili è pericoloso e può causare incendi.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Qual è la caduta di tensione massima permessa?',
|
|
24
|
+
answer: 'Negli impianti domestici (230V): massimo 3% per illuminazione, 5% per altri usi. In 12V/24V (camper, solare): non più del 3% totale. Una caduta maggiore significa perdita di efficienza e rischio di surriscaldamento.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Definire il voltaggio del sistema', text: 'Seleziona se il tuo impianto è a 12V, 24V (solare/camper) o 230V (domestico).' },
|
|
30
|
+
{ name: 'Inserire l\'intensità di corrente', text: 'Scrivi gli Ampere (A) o i Watt (W) che consumerà l\'apparecchio alla fine del cavo.' },
|
|
31
|
+
{ name: 'Misurare la distanza del cavo', text: 'Inserisci la lunghezza del cavo (solo andata) in metri dalla fonte di energia al ricevitore.' },
|
|
32
|
+
{ name: 'Scegliere il materiale del conduttore', text: 'Seleziona rame (standard) o alluminio per ottenere il calcolo esatto della resistività.' },
|
|
33
|
+
];
|
|
34
|
+
|
|
35
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
36
|
+
'@context': 'https://schema.org',
|
|
37
|
+
'@type': 'FAQPage',
|
|
38
|
+
mainEntity: faqData.map((item) => ({
|
|
39
|
+
'@type': 'Question',
|
|
40
|
+
name: item.question,
|
|
41
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
42
|
+
})),
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
46
|
+
'@context': 'https://schema.org',
|
|
47
|
+
'@type': 'HowTo',
|
|
48
|
+
name: title,
|
|
49
|
+
description,
|
|
50
|
+
step: howToData.map((step, i) => ({
|
|
51
|
+
'@type': 'HowToStep',
|
|
52
|
+
position: i + 1,
|
|
53
|
+
name: step.name,
|
|
54
|
+
text: step.text,
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'SoftwareApplication',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
applicationCategory: 'UtilityApplication',
|
|
64
|
+
operatingSystem: 'All',
|
|
65
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
66
|
+
inLanguage: 'it',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Domande Frequenti',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Riferimenti Tecnici',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'IEC 60364: Impianti elettrici a bassa tensione', url: 'https://www.iec.ch/' },
|
|
78
|
+
{ name: 'Legge di Ohm e Resistività: Wikipedia', url: 'https://it.wikipedia.org/wiki/Resistivit%C3%A0_elettrica' },
|
|
79
|
+
],
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', text: 'Guida Completa alla Caduta di Tensione', level: 2 },
|
|
84
|
+
{ type: 'paragraph', html: 'Se stai allestendo un camper, progettando un impianto solare o tirando cavi nel giardino, c\'è un nemico invisibile: la <strong>caduta di tensione</strong>. Non è solo un fatto tecnico; è la differenza tra un frigo che raffredda e uno che si spegne, o tra un impianto sicuro e un rischio incendio.' },
|
|
85
|
+
{ type: 'title', text: 'La Formula della Caduta di Tensione', level: 3 },
|
|
86
|
+
{ type: 'card', icon: 'mdi:function-variant', title: 'Calcolo Esatto con la Legge di Ohm', html: '<p>La formula è <strong>ΔV = (2 × L × I × ρ) / S</strong>, dove L è la lunghezza di andata, I la corrente, ρ la resistività (0,0178 per il rame) e S la sezione del cavo.</p>' },
|
|
87
|
+
],
|
|
88
|
+
ui: {
|
|
89
|
+
heroDropLabel: 'Caduta di Tensione Totale',
|
|
90
|
+
heroVoltsUnit: 'Volt',
|
|
91
|
+
heroPctLoss: '% perdita',
|
|
92
|
+
heroEffLabel: 'Efficienza',
|
|
93
|
+
statusExcellent: 'Eccellente',
|
|
94
|
+
statusAcceptable: 'Accettabile',
|
|
95
|
+
statusCritical: 'Critico',
|
|
96
|
+
fieldVoltage: 'Voltaggio',
|
|
97
|
+
fieldMaterial: 'Materiale',
|
|
98
|
+
materialCopper: 'Rame',
|
|
99
|
+
materialAlum: 'Allum.',
|
|
100
|
+
fieldLoad: 'Carico',
|
|
101
|
+
modeW: 'W',
|
|
102
|
+
modeA: 'A',
|
|
103
|
+
unitWatts: 'Watt',
|
|
104
|
+
unitAmps: 'Ampere',
|
|
105
|
+
fieldLength: 'Lunghezza Cavo (Andata)',
|
|
106
|
+
unitMeters: 'metri',
|
|
107
|
+
fieldSection: 'Sezione del Cavo',
|
|
108
|
+
sectionInfo: 'Consigliato',
|
|
109
|
+
},
|
|
110
|
+
};
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'voltage-drop-calculator';
|
|
6
|
+
const title = '電圧降下・配線サイズ計算機';
|
|
7
|
+
const description = '配線の焼損を防ぐためのテクニカルツール。距離と電力に基づいて12V、24V、230Vの設置に必要な配線断面積を計算します。';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: '電圧降下とは何ですか?なぜ重要なのですか?',
|
|
12
|
+
answer: '電気が配線を流れる際に発生する電圧の損失のことです。配線が細すぎたり長すぎたりすると、電圧が低下します。その結果、照明が暗くなったり、モーターが動かなかったり、配線が危険なほど熱くなったりします。',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '12Vで10メートルの距離に必要な配線サイズは?',
|
|
16
|
+
answer: '電力によります。12V・10Aを10mの距離で流す場合、最低でも2.5mm²以上が必要です。20Aなら6mm²が必要です。低電圧(12V/24V)では、230Vよりも電圧降下が非常に深刻な問題となります。',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'すべての設置に1.5mm²の配線を使用できますか?',
|
|
20
|
+
answer: 'いいえ。1.5mm²は照明回路(最大10A)用です。コンセントには2.5mm²が必要です。キッチンや洗濯機には4mm²または6mm²が必要です。細すぎる配線の使用は危険で、火災の原因になります。',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: '許容される最大電圧降下はどれくらいですか?',
|
|
24
|
+
answer: '一般家庭(230V)では、照明は最大3%、その他は5%です。12V/24V(キャンピングカー、ソーラー)では、全体で3%を超えないようにします。それ以上の降下は効率の低下や過熱のリスクを意味します。',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'システム電圧を定義する', text: '12V、24V(ソーラー/キャンピングカー)、または230V(一般家庭)から選択します。' },
|
|
30
|
+
{ name: '電流の強さを入力する', text: '配線の先にある機器が消費する電流(A)または電力(W)を入力します。' },
|
|
31
|
+
{ name: '配線の距離を測る', text: '電源から機器までの配線の片道の長さをメートル単位で入力します。' },
|
|
32
|
+
{ name: '導体材料を選択する', text: '標準的な銅(Copper)またはアルミニウムを選択して、正確な抵抗率で計算します。' },
|
|
33
|
+
];
|
|
34
|
+
|
|
35
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
36
|
+
'@context': 'https://schema.org',
|
|
37
|
+
'@type': 'FAQPage',
|
|
38
|
+
mainEntity: faqData.map((item) => ({
|
|
39
|
+
'@type': 'Question',
|
|
40
|
+
name: item.question,
|
|
41
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
42
|
+
})),
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
46
|
+
'@context': 'https://schema.org',
|
|
47
|
+
'@type': 'HowTo',
|
|
48
|
+
name: title,
|
|
49
|
+
description,
|
|
50
|
+
step: howToData.map((step, i) => ({
|
|
51
|
+
'@type': 'HowToStep',
|
|
52
|
+
position: i + 1,
|
|
53
|
+
name: step.name,
|
|
54
|
+
text: step.text,
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'SoftwareApplication',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
applicationCategory: 'UtilityApplication',
|
|
64
|
+
operatingSystem: 'All',
|
|
65
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
66
|
+
inLanguage: 'ja',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'よくある質問',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: '技術リファレンス',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'IEC 60364: 低圧電気設備', url: 'https://www.iec.ch/' },
|
|
78
|
+
{ name: 'オームの法則と抵抗率:Wikipedia', url: 'https://ja.wikipedia.org/wiki/%E9%9B%BB%E6%B0%97%E6%B5%B5%E6%8A%B5%E6%8E%87' },
|
|
79
|
+
],
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', text: '電圧降下に関する完全ガイド', level: 2 },
|
|
84
|
+
{ type: 'paragraph', html: '車中泊仕様のバンを製作したり、ソーラー設置を設計したり、庭に照明を引いたりする場合、あなたのプロジェクトを台無しにする可能性のある見えない敵がいます。それが<strong>電圧降下</strong>です。これは単なる技術的な問題ではありません。冷蔵庫が冷えるか止まってしまうか、安全な設置か火災のリスクかの違いです。' },
|
|
85
|
+
{ type: 'title', text: '電圧降下の計算式', level: 3 },
|
|
86
|
+
{ type: 'card', icon: 'mdi:function-variant', title: 'オームの法則による正確な計算', html: '<p>式は <strong>ΔV = (2 × L × I × ρ) / S</strong> です。ここで L は片道の長さ、I は電流、ρ は抵抗率(銅は 0.0178)、S は断面積です。2をかけるのは電気が往復するためです。</p>' },
|
|
87
|
+
],
|
|
88
|
+
ui: {
|
|
89
|
+
heroDropLabel: '総電圧降下',
|
|
90
|
+
heroVoltsUnit: 'ボルト',
|
|
91
|
+
heroPctLoss: '% 損失',
|
|
92
|
+
heroEffLabel: '効率',
|
|
93
|
+
statusExcellent: '最高',
|
|
94
|
+
statusAcceptable: '許容範囲',
|
|
95
|
+
statusCritical: '危険',
|
|
96
|
+
fieldVoltage: '電圧',
|
|
97
|
+
fieldMaterial: '材料',
|
|
98
|
+
materialCopper: '銅',
|
|
99
|
+
materialAlum: 'アルミ',
|
|
100
|
+
fieldLoad: '負荷',
|
|
101
|
+
modeW: 'W',
|
|
102
|
+
modeA: 'A',
|
|
103
|
+
unitWatts: 'ワット',
|
|
104
|
+
unitAmps: 'アンペア',
|
|
105
|
+
fieldLength: '配線の長さ (片道)',
|
|
106
|
+
unitMeters: 'メートル',
|
|
107
|
+
fieldSection: '配線断面積',
|
|
108
|
+
sectionInfo: '推奨',
|
|
109
|
+
},
|
|
110
|
+
};
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { VoltageDropCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'voltage-drop-calculator';
|
|
6
|
+
const title = '전압 강하 및 배선 굵기 계산기';
|
|
7
|
+
const description = '배선 화재를 방지하기 위한 기술 도구입니다. 거리와 전력에 따라 12V, 24V, 230V 설치에 필요한 배선 단면적을 계산합니다.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: '전압 강하란 무엇이며 왜 중요한가요?',
|
|
12
|
+
answer: '전기가 전선을 따라 흐를 때 발생하는 전압의 손실을 의미합니다. 전선이 너무 가늘거나 길면 전압이 떨어집니다. 결과적으로 조명이 어두워지거나, 모터가 돌아가지 않거나, 전선이 위험할 정도로 뜨거워질 수 있습니다.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '12V에서 10미터 거리에 필요한 배선 굵기는?',
|
|
16
|
+
answer: '소비 전력에 따라 다릅니다. 12V·10A를 10m 거리에서 사용하는 경우 최소 2.5mm² 이상이 필요합니다. 20A라면 6mm²가 필요합니다. 저전압(12V/24V) 환경에서는 전압 강하가 230V보다 훨씬 더 심각한 문제가 됩니다.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: '모든 설치에 1.5mm² 전선을 사용할 수 있나요?',
|
|
20
|
+
answer: '아니요. 1.5mm²는 조명 회로(최대 10A)용입니다. 콘센트에는 2.5mm²가 필요합니다. 주방이나 세탁기에는 4mm² 또는 6mm²가 필요합니다. 너무 가는 전선을 사용하는 것은 위험하며 화재의 원인이 될 수 있습니다.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: '허용되는 최대 전압 강하는 얼마입니까?',
|
|
24
|
+
answer: '일반 가정용(230V)의 경우 조명은 최대 3%, 기타 용도는 5%입니다. 12V/24V(캠핑카, 태양광)의 경우 전체적으로 3%를 넘지 않는 것이 좋습니다. 그 이상의 강하는 효율 저하와 과열 위험을 의미합니다.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: '시스템 전압 정의', text: '12V, 24V(태양광/캠핑카) 또는 230V(가정용) 중에서 선택합니다.' },
|
|
30
|
+
{ name: '전류 강도 입력', text: '전선 끝에 연결된 기기가 소비하는 전류(A) 또는 전력(W)을 입력합니다.' },
|
|
31
|
+
{ name: '배선 거리 측정', text: '전원에서 기기까지의 배선 편도 길이를 미터 단위로 입력합니다.' },
|
|
32
|
+
{ name: '도체 재질 선택', text: '표준 구리(Copper) 또는 알루미늄을 선택하여 정확한 비저항 값으로 계산합니다.' },
|
|
33
|
+
];
|
|
34
|
+
|
|
35
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
36
|
+
'@context': 'https://schema.org',
|
|
37
|
+
'@type': 'FAQPage',
|
|
38
|
+
mainEntity: faqData.map((item) => ({
|
|
39
|
+
'@type': 'Question',
|
|
40
|
+
name: item.question,
|
|
41
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
42
|
+
})),
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
46
|
+
'@context': 'https://schema.org',
|
|
47
|
+
'@type': 'HowTo',
|
|
48
|
+
name: title,
|
|
49
|
+
description,
|
|
50
|
+
step: howToData.map((step, i) => ({
|
|
51
|
+
'@type': 'HowToStep',
|
|
52
|
+
position: i + 1,
|
|
53
|
+
name: step.name,
|
|
54
|
+
text: step.text,
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'SoftwareApplication',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
applicationCategory: 'UtilityApplication',
|
|
64
|
+
operatingSystem: 'All',
|
|
65
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
66
|
+
inLanguage: 'ko',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: '자주 묻는 질문',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: '기술 참고 자료',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'IEC 60364: 저압 전기 설비', url: 'https://www.iec.ch/' },
|
|
78
|
+
{ name: '옴의 법칙과 비저항: Wikipedia', url: 'https://ko.wikipedia.org/wiki/%EB%B9%84%EC%A0%80%ED%95%AD' },
|
|
79
|
+
],
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', text: '전압 강하에 대한 완전 가이드', level: 2 },
|
|
84
|
+
{ type: 'paragraph', html: '캠핑카를 제작하거나, 태양광 설비를 설계하거나, 정원에 조명을 설치할 때 당신의 프로젝트를 망칠 수 있는 보이지 않는 적이 있습니다. 바로 <strong>전압 강하</strong>입니다. 이는 단순한 기술적 문제가 아닙니다. 냉장고가 제대로 작동하느냐 꺼지느냐, 혹은 안전한 설치냐 화재 위험이냐의 차이입니다.' },
|
|
85
|
+
{ type: 'title', text: '전압 강하 계산 공식', level: 3 },
|
|
86
|
+
{ type: 'card', icon: 'mdi:function-variant', title: '옴의 법칙을 통한 정확한 계산', html: '<p>공식은 <strong>ΔV = (2 × L × I × ρ) / S</strong>입니다. 여기서 L은 편도 길이, I는 전류, ρ는 비저항(구리는 0.0178), S는 단면적입니다. 2를 곱하는 이유는 전기가 왕복하기 때문입니다.</p>' },
|
|
87
|
+
],
|
|
88
|
+
ui: {
|
|
89
|
+
heroDropLabel: '총 전압 강하',
|
|
90
|
+
heroVoltsUnit: '볼트',
|
|
91
|
+
heroPctLoss: '% 손실',
|
|
92
|
+
heroEffLabel: '효율',
|
|
93
|
+
statusExcellent: '우수',
|
|
94
|
+
statusAcceptable: '허용 범위',
|
|
95
|
+
statusCritical: '위험',
|
|
96
|
+
fieldVoltage: '전압',
|
|
97
|
+
fieldMaterial: '재질',
|
|
98
|
+
materialCopper: '구리',
|
|
99
|
+
materialAlum: '알루미늄',
|
|
100
|
+
fieldLoad: '부하',
|
|
101
|
+
modeW: 'W',
|
|
102
|
+
modeA: 'A',
|
|
103
|
+
unitWatts: '와트',
|
|
104
|
+
unitAmps: '암페어',
|
|
105
|
+
fieldLength: '배선 길이 (편도)',
|
|
106
|
+
unitMeters: '미터',
|
|
107
|
+
fieldSection: '배선 단면적',
|
|
108
|
+
sectionInfo: '권장',
|
|
109
|
+
},
|
|
110
|
+
};
|