@jjlmoya/utils-diy 1.3.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
|
@@ -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 = 'spanningsverlies-calculator';
|
|
6
|
+
const title = 'Spanningsverlies Calculator en Kabeldikte Berekenen';
|
|
7
|
+
const description = 'Technisch hulpmiddel om verbrande kabels te voorkomen. Bereken de benodigde kabeldikte voor 12V, 24V en 230V installaties op basis van afstand en vermogen.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Wat is spanningsverlies (voltage drop) en waarom is het belangrijk?',
|
|
12
|
+
answer: 'Het is het verlies aan spanning dat optreedt wanneer elektriciteit door een kabel reist. Als de kabel te dun of te lang is, verlies je spanning. Resultaat: zwak licht, motoren die niet starten, of kabels die gevaarlijk warm worden.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Welke kabeldikte heb ik nodig voor 12V op 10 meter?',
|
|
16
|
+
answer: 'Dat hangt af van het vermogen. Voor 12V en 10A op 10m heb je minimaal 2,5mm² nodig. Voor 20A heb je 6mm² nodig. Bij lage spanning (12V/24V) is het verlies veel kritischer dan bij 230V.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Kan ik 1,5mm² kabel gebruiken voor mijn hele installatie?',
|
|
20
|
+
answer: 'Nee. 1,5mm² is voor verlichtingscircuits (max 10A). Voor stopcontacten heb je 2,5mm² nodig. Voor de keuken of wasmachine heb je 4mm² atau 6mm² nodig. Te dunne kabels zijn gevaarlijk en kunnen brand veroorzaken.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Wat is het maximaal toegestane spanningsverlies?',
|
|
24
|
+
answer: 'In huisinstallaties (230V): maximaal 3% voor verlichting, 5% voor andere toepassingen. Bij 12V/24V (campers, solar): niet meer dan 3% totaal. Meer verlies betekent verlies aan efficiëntie en risico op oververhitting.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Systeemspanning definiëren', text: 'Kies of je installatie 12V, 24V (solar/camper) of 230V (huis) is.' },
|
|
30
|
+
{ name: 'Stroomsterkte invoeren', text: 'Voer het aantal Ampère (A) of Watt (W) in dat het apparaat aan het einde van de kabel verbruikt.' },
|
|
31
|
+
{ name: 'Kabelafstand meten', text: 'Voer de lengte van de kabel (enkele reis) in meters in vanaf de energiebron tot de verbruiker.' },
|
|
32
|
+
{ name: 'Geleidermateriaal kiezen', text: 'Kies koper (standaard) of aluminium voor een nauwkeurige berekening van de weerstand.' },
|
|
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: 'nl',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Veelgestelde Vragen',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Technische Referenties',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'IEC 60364: Elektrische installaties voor laagspanning', url: 'https://www.iec.ch/' },
|
|
78
|
+
{ name: 'Wet van Ohm en Weerstand: Wikipedia', url: 'https://nl.wikipedia.org/wiki/Wet_van_Ohm' },
|
|
79
|
+
],
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', text: 'Volledige Gids voor Spanningsverlies', level: 2 },
|
|
84
|
+
{ type: 'paragraph', html: 'Of je nu een camper bouwt, een zonnesysteem ontwerpt of kabels trekt voor je tuin, er is een onzichtbare vijand: <strong>spanningsverlies</strong>. Dit is niet alleen een technisch dingetje; het is het verschil tussen een koelkast die koelt en een die uitgaat, of tussen een veilige installatie en een brandrisico.' },
|
|
85
|
+
{ type: 'title', text: 'De Formule voor Spanningsverlies', level: 3 },
|
|
86
|
+
{ type: 'card', icon: 'mdi:function-variant', title: 'Nauwkeurige Berekening met de Wet van Ohm', html: '<p>De formule is <strong>ΔV = (2 × L × I × ρ) / S</strong>, waarbij L de enkele lengte is, I de stroom, ρ de resistiviteit (0,0178 voor koper) en S de kabeldoorsnede.</p>' },
|
|
87
|
+
],
|
|
88
|
+
ui: {
|
|
89
|
+
heroDropLabel: 'Totaal Spanningsverlies',
|
|
90
|
+
heroVoltsUnit: 'Volt',
|
|
91
|
+
heroPctLoss: '% verlies',
|
|
92
|
+
heroEffLabel: 'Efficiëntie',
|
|
93
|
+
statusExcellent: 'Uitstekend',
|
|
94
|
+
statusAcceptable: 'Acceptabel',
|
|
95
|
+
statusCritical: 'Kritiek',
|
|
96
|
+
fieldVoltage: 'Spanning',
|
|
97
|
+
fieldMaterial: 'Materiaal',
|
|
98
|
+
materialCopper: 'Koper',
|
|
99
|
+
materialAlum: 'Alum.',
|
|
100
|
+
fieldLoad: 'Belasting',
|
|
101
|
+
modeW: 'W',
|
|
102
|
+
modeA: 'A',
|
|
103
|
+
unitWatts: 'Watt',
|
|
104
|
+
unitAmps: 'Ampère',
|
|
105
|
+
fieldLength: 'Kabellengte (Enkele Reis)',
|
|
106
|
+
unitMeters: 'meter',
|
|
107
|
+
fieldSection: 'Kabeldoorsnede',
|
|
108
|
+
sectionInfo: 'Aanbevolen',
|
|
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 = 'kalkulator-spadku-napiecia';
|
|
6
|
+
const title = 'Kalkulator Spadku Napięcia i Doboru Przekroju Kabla';
|
|
7
|
+
const description = 'Narzędzie techniczne zapobiegające spaleniu kabli. Oblicz przekrój niezbędny dla instalacji 12V, 24V i 230V w zależności od odległości i mocy.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Co to jest spadek napięcia i dlaczego ma znaczenie?',
|
|
12
|
+
answer: 'Jest to strata napięcia, która występuje, gdy prąd płynie przez kabel. Jeśli kabel jest zbyt cienki lub zbyt długi, tracisz napięcie. Rezultat: przygaszone światła, silniki, które nie startują, lub kable, które niebezpiecznie się nagrzewają.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Jaki przekrój kabla potrzebuję dla 12V na 10 metrów?',
|
|
16
|
+
answer: 'To zależy od mocy. Dla 12V i 10A na 10m potrzebujesz minimum 2.5mm². Dla 20A potrzebujesz 6mm². Przy niskim napięciu (12V/24V) spadek jest znacznie bardziej krytyczny niż przy 230V.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Czy mogę użyć kabla 1.5mm² do całej mojej instalacji?',
|
|
20
|
+
answer: 'Nie. 1.5mm² jest do obwodów oświetleniowych (max 10A). Do gniazdek potrzebujesz 2.5mm². Do kuchni lub pralki potrzebujesz 4mm² lub 6mm². Używanie zbyt cienkich kabli jest niebezpieczne i może spowodować pożar.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Jaki jest maksymalny dopuszczalny spadek napięcia?',
|
|
24
|
+
answer: 'W instalacjach domowych (230V): maks. 3% dla oświetlenia, 5% dla innych zastosowań. W 12V/24V (kampery, fotowoltaika): nie więcej niż 3% łącznie. Większy spadek oznacza utratę wydajności i ryzyko przegrzania.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Zdefiniuj napięcie systemu', text: 'Wybierz, czy Twoja instalacja to 12V, 24V (solar/kamper) czy 230V (domowa).' },
|
|
30
|
+
{ name: 'Wprowadź natężenie prądu', text: 'Wpisz Ampery (A) lub Waty (W), które będzie pobierać urządzenie na końcu kabla.' },
|
|
31
|
+
{ name: 'Zmierz długość kabla', text: 'Wprowadź długość kabla (w jedną stronę) w metrach od źródła energii do odbiornika.' },
|
|
32
|
+
{ name: 'Wybierz materiał przewodnika', text: 'Wybierz miedź (standard) lub aluminium, aby uzyskać dokładne obliczenia rezystywności.' },
|
|
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: 'pl',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Często Zadawane Pytania',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Referencje Techniczne',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'IEC 60364: Instalacje elektryczne niskiego napięcia', url: 'https://www.iec.ch/' },
|
|
78
|
+
{ name: 'Prawo Ohma i Rezystywność: Wikipedia', url: 'https://pl.wikipedia.org/wiki/Rezystywno%C5%9B%C4%87' },
|
|
79
|
+
],
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', text: 'Kompletny Przewodnik po Spadku Napięcia', level: 2 },
|
|
84
|
+
{ type: 'paragraph', html: 'Jeśli budujesz kampera, projektujesz instalację solarną lub kładziesz kable w ogrodzie, istnieje niewidzialny wróg: <strong>spadek napięcia</strong>. To nie tylko kwestia techniczna; to różnica między lodówką, która chłodzi, a taką, która się wyłącza, oraz między bezpieczną instalacją a ryzykiem pożaru.' },
|
|
85
|
+
{ type: 'title', text: 'Wzór na Spadek Napięcia', level: 3 },
|
|
86
|
+
{ type: 'card', icon: 'mdi:function-variant', title: 'Dokładne Obliczenia z Prawem Ohma', html: '<p>Wzór to <strong>ΔV = (2 × L × I × ρ) / S</strong>, gdzie L to długość w jedną stronę, I to prąd, ρ to rezystywność (0,0178 dla miedzi), a S to przekrój kabla.</p>' },
|
|
87
|
+
],
|
|
88
|
+
ui: {
|
|
89
|
+
heroDropLabel: 'Całkowity Spadek Napięcia',
|
|
90
|
+
heroVoltsUnit: 'Wolty',
|
|
91
|
+
heroPctLoss: '% straty',
|
|
92
|
+
heroEffLabel: 'Wydajność',
|
|
93
|
+
statusExcellent: 'Doskonała',
|
|
94
|
+
statusAcceptable: 'Akceptowalna',
|
|
95
|
+
statusCritical: 'Krytyczna',
|
|
96
|
+
fieldVoltage: 'Napięcie',
|
|
97
|
+
fieldMaterial: 'Materiał',
|
|
98
|
+
materialCopper: 'Miedź',
|
|
99
|
+
materialAlum: 'Alum.',
|
|
100
|
+
fieldLoad: 'Obciążenie',
|
|
101
|
+
modeW: 'W',
|
|
102
|
+
modeA: 'A',
|
|
103
|
+
unitWatts: 'Waty',
|
|
104
|
+
unitAmps: 'Ampery',
|
|
105
|
+
fieldLength: 'Długość Kabla (w jedną stronę)',
|
|
106
|
+
unitMeters: 'metry',
|
|
107
|
+
fieldSection: 'Przekrój Kabla',
|
|
108
|
+
sectionInfo: 'Zalecany',
|
|
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 = 'calculadora-queda-tensao';
|
|
6
|
+
const title = 'Calculadora de Queda de Tensão e Secção de Cabo';
|
|
7
|
+
const description = 'Ferramenta técnica para evitar cabos queimados. Calcule a secção necessária para instalações de 12V, 24V e 230V segundo distância e potência.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'O que é a queda de tensão e porque é importante?',
|
|
12
|
+
answer: 'É a perda de voltagem que ocorre quando a eletricidade viaja por um cabo. Se o cabo for muito fino ou muito longo, perde voltagem. Resultado: luzes fracas, motores que não arrancam ou cabos que aquecem perigosamente.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Que secção de cabo preciso para 12V a 10 metros?',
|
|
16
|
+
answer: 'Depende da potência. Para 12V e 10A a 10m, precisa no mínimo de 2.5mm². Para 20A, precisa de 6mm². A baixa voltagem (12V/24V), a queda é muito mais crítica do que a 230V.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Posso usar cabo de 1.5mm² para toda a minha instalação?',
|
|
20
|
+
answer: 'Não. 1.5mm² é para circuitos de iluminação (máx 10A). Para tomadas precisa de 2.5mm². Para cozinha ou máquina de lavar precisa de 4mm² ou 6mm². Usar cabo fino é perigoso e pode causar incêndios.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Qual é a queda de tensão máxima permitida?',
|
|
24
|
+
answer: 'Em instalações domésticas (230V): máximo 3% para iluminação, 5% para outros usos. Em 12V/24V (autocaravanas, solar): não mais do 3% total. Mais queda significa perda de eficiência e risco de sobreaquecimento.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Definir a voltagem do sistema', text: 'Selecione se a sua instalação é de 12V, 24V (solar/camper) ou 230V (doméstica).' },
|
|
30
|
+
{ name: 'Introduzir a intensidade de corrente', text: 'Escreva os Amperes (A) ou Watts (W) que consumirá o aparelho no final do cabo.' },
|
|
31
|
+
{ name: 'Medir a distância do cabo', text: 'Introduza o comprimento de ida do cabo em metros desde a fonte de energia até ao recetor.' },
|
|
32
|
+
{ name: 'Escolher o material do condutor', text: 'Selecione cobre (padrão) ou alumínio para obter o cálculo exato de resistividade.' },
|
|
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: 'pt',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Perguntas Frequentes',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Referências Técnicas',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'IEC 60364: Instalações elétricas de baixa tensão', url: 'https://www.iec.ch/' },
|
|
78
|
+
{ name: 'Lei de Ohm e Resistividade: Wikipedia', url: 'https://pt.wikipedia.org/wiki/Resistividade_el%C3%A9trica' },
|
|
79
|
+
],
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', text: 'Guia Completo de Queda de Tensão', level: 2 },
|
|
84
|
+
{ type: 'paragraph', html: 'Se está a construir uma autocaravana, a desenhar uma instalação solar ou a passar cabos para o jardim, há um inimigo invisível: a <strong>queda de tensão</strong>. Não é apenas uma questão técnica; é a diferença entre um frigorífico que arrefece e um que se desliga, ou entre uma instalação segura e um risco de incêndio.' },
|
|
85
|
+
{ type: 'title', text: 'A Fórmula da Queda de Tensão', level: 3 },
|
|
86
|
+
{ type: 'card', icon: 'mdi:function-variant', title: 'Cálculo Exato com a Lei de Ohm', html: '<p>A fórmula é <strong>ΔV = (2 × L × I × ρ) / S</strong>, onde L é o comprimento de ida, I a corrente, ρ a resistividade (0,0178 para cobre) e S a secção do cabo.</p>' },
|
|
87
|
+
],
|
|
88
|
+
ui: {
|
|
89
|
+
heroDropLabel: 'Queda de Tensão Total',
|
|
90
|
+
heroVoltsUnit: 'Volts',
|
|
91
|
+
heroPctLoss: '% perda',
|
|
92
|
+
heroEffLabel: 'Eficiência',
|
|
93
|
+
statusExcellent: 'Excelente',
|
|
94
|
+
statusAcceptable: 'Aceitável',
|
|
95
|
+
statusCritical: 'Crítico',
|
|
96
|
+
fieldVoltage: 'Voltagem',
|
|
97
|
+
fieldMaterial: 'Material',
|
|
98
|
+
materialCopper: 'Cobre',
|
|
99
|
+
materialAlum: 'Alum.',
|
|
100
|
+
fieldLoad: 'Carga',
|
|
101
|
+
modeW: 'W',
|
|
102
|
+
modeA: 'A',
|
|
103
|
+
unitWatts: 'Watts',
|
|
104
|
+
unitAmps: 'Amperes',
|
|
105
|
+
fieldLength: 'Comprimento do Cabo (Ida)',
|
|
106
|
+
unitMeters: 'metros',
|
|
107
|
+
fieldSection: 'Secção do Cabo',
|
|
108
|
+
sectionInfo: 'Recomendado',
|
|
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 = 'kalkulyator-padeniya-napryazheniya';
|
|
6
|
+
const title = 'Калькулятор падения напряжения и сечения кабеля';
|
|
7
|
+
const description = 'Технический инструмент для предотвращения возгорания кабелей. Рассчитайте сечение для сетей 12В, 24В и 230В в зависимости от расстояния и мощности.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Что такое падение напряжения и почему это важно?',
|
|
12
|
+
answer: 'Это потеря вольтажа, которая происходит при прохождении электричества по кабелю. Если кабель слишком тонкий или длинный, вы теряете напряжение. Результат: тусклый свет, моторы, которые не запускаются, или опасно греющиеся провода.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Какое сечение кабеля нужно для 12В на 10 метров?',
|
|
16
|
+
answer: 'Зависит от мощности. Для 12В и 10А на 10 м нужно минимум 2.5 мм². Для 20А — 6 мм². При низком напряжении (12В/24В) падение гораздо критичнее, чем при 230В.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Можно ли использовать кабель 1.5 мм² для всей проводки?',
|
|
20
|
+
answer: 'Нет. 1.5 мм² — для цепей освещения (макс. 10А). Для розеток нужно 2.5 мм². Для плиты или стиральной машины — 4 мм² или 6 мм². Использование тонкого кабеля опасно и может привести к пожару.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Какое максимально допустимое падение напряжения?',
|
|
24
|
+
answer: 'В бытовых сетях (230В): макс. 3% для освещения, 5% для прочих нужд. В 12В/24В (автодома, солнечные панели): не более 3% в сумме. Большее падение означает потерю эффективности и риск перегрева.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Определить напряжение системы', text: 'Выберите, является ли ваша сеть 12В, 24В (солнечная сеть/автодом) или 230В (бытовая).' },
|
|
30
|
+
{ name: 'Ввести силу тока', text: 'Укажите Амперы (А) или Ватты (Вт), которые будет потреблять прибор на конце кабеля.' },
|
|
31
|
+
{ name: 'Измерить расстояние', text: 'Введите длину кабеля (в одну сторону) в метрах от источника энергии до потребителя.' },
|
|
32
|
+
{ name: 'Выбрать материал проводника', text: 'Выберите медь (стандарт) или алюминий для точного расчета удельного сопротивления.' },
|
|
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: 'ru',
|
|
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: 'Закон Ома и удельное сопротивление: Википедия', url: 'https://ru.wikipedia.org/wiki/Удельное_электрическое_сопротивление' },
|
|
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 — сечение кабеля.</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: 'Вт',
|
|
102
|
+
modeA: 'А',
|
|
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 = 'kalkylator-spanningsfall';
|
|
6
|
+
const title = 'Kalkylator för spänningsfall och kabelarea';
|
|
7
|
+
const description = 'Tekniskt verktyg för att undvika brända kablar. Beräkna nödvändig kabelarea för 12V, 24V och 230V-installationer baserat på avstånd och effekt.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Vad är spänningsfall och varför spelar det roll?',
|
|
12
|
+
answer: 'Det är den förlust av spänning som uppstår när elektricitet färdas genom en kabel. Om kabeln är för tunn eller för lång förlorar du spänning. Resultat: svagt ljus, motorer som inte startar eller kablar som blir farligt varma.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Vilken kabelarea behöver jag för 12V på 10 meter?',
|
|
16
|
+
answer: 'Det beror på effekten. För 12V och 10A på 10m behöver du minst 2,5mm². För 20A behöver du 6mm². Vid lågspänning (12V/24V) är fallet mycket mer kritiskt än vid 230V.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Kan jag använda 1,5mm² kabel till hela min installation?',
|
|
20
|
+
answer: 'Nej. 1,5mm² är för belysningskretsar (max 10A). För uttag behöver du 2,5mm². För spis eller tvättmaskin behöver du 4mm² eller 6mm². Att använda för tunn kabel är farligt och kan orsaka brand.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Vilket är det maximalt tillåtna spänningsfallet?',
|
|
24
|
+
answer: 'I bostadsinstallationer (230V): max 3% för belysning, 5% för andra ändamål. Vid 12V/24V (husbilar, solar): inte mer än 3% totalt. Större fall innebär förlust av effektivitet och risk för överhettning.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Definiera systemspänning', text: 'Välj om din installation är 12V, 24V (solar/camper) eller 230V (bostad).' },
|
|
30
|
+
{ name: 'Ange strömstyrka', text: 'Skriv in Ampere (A) eller Watt (W) som apparaten i änden av kabeln förbrukar.' },
|
|
31
|
+
{ name: 'Mät kabelavstånd', text: 'Ange kabellängden (enkel väg) i meter från strömkällan till förbrukaren.' },
|
|
32
|
+
{ name: 'Välj ledarmaterial', text: 'Välj koppar (standard) eller aluminium för att få exakt beräkning av resistivitet.' },
|
|
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: 'sv',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Vanliga frågor',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Tekniska referenser',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'IEC 60364: Elinstallationer för lågspänning', url: 'https://www.iec.ch/' },
|
|
78
|
+
{ name: 'Ohms lag och resistivitet: Wikipedia', url: 'https://sv.wikipedia.org/wiki/Resistivitet' },
|
|
79
|
+
],
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', text: 'Komplett guide till spänningsfall', level: 2 },
|
|
84
|
+
{ type: 'paragraph', html: 'Oavsett om du bygger en husbil, designar en solcellsanläggning eller drar kablar i trädgården finns det en osynlig fiende: <strong>spänningsfall</strong>. Det är inte bara en teknisk detalj; det är skillnaden mellan ett kylskåp som kyler och ett som stängs av, eller mellan en säker installation och en brandrisk.' },
|
|
85
|
+
{ type: 'title', text: 'Formeln för spänningsfall', level: 3 },
|
|
86
|
+
{ type: 'card', icon: 'mdi:function-variant', title: 'Exakt beräkning med Ohms lag', html: '<p>Formeln är <strong>ΔV = (2 × L × I × ρ) / S</strong>, där L är längden enkel väg, I är strömmen, ρ är resistiviteten (0,0178 för koppar) och S är kabelarean.</p>' },
|
|
87
|
+
],
|
|
88
|
+
ui: {
|
|
89
|
+
heroDropLabel: 'Totalt spänningsfall',
|
|
90
|
+
heroVoltsUnit: 'Volt',
|
|
91
|
+
heroPctLoss: '% förlust',
|
|
92
|
+
heroEffLabel: 'Effektivitet',
|
|
93
|
+
statusExcellent: 'Utmärkt',
|
|
94
|
+
statusAcceptable: 'Acceptabel',
|
|
95
|
+
statusCritical: 'Kritisk',
|
|
96
|
+
fieldVoltage: 'Spänning',
|
|
97
|
+
fieldMaterial: 'Material',
|
|
98
|
+
materialCopper: 'Koppar',
|
|
99
|
+
materialAlum: 'Alum.',
|
|
100
|
+
fieldLoad: 'Belastning',
|
|
101
|
+
modeW: 'W',
|
|
102
|
+
modeA: 'A',
|
|
103
|
+
unitWatts: 'Watt',
|
|
104
|
+
unitAmps: 'Ampere',
|
|
105
|
+
fieldLength: 'Kabellängd (Enkel väg)',
|
|
106
|
+
unitMeters: 'meter',
|
|
107
|
+
fieldSection: 'Kabelarea',
|
|
108
|
+
sectionInfo: 'Rekommenderat',
|
|
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 = 'gerilim-dusumu-hesaplayici';
|
|
6
|
+
const title = 'Gerilim Düşümü ve Kablo Kesiti Hesaplayıcı';
|
|
7
|
+
const description = 'Kabloların yanmasını önlemek için teknik araç. Mesafe ve güce göre 12V, 24V ve 230V tesisatlar için gerekli kablo kesitini hesaplayın.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Gerilim düşümü nedir ve neden önemlidir?',
|
|
12
|
+
answer: 'Elektriğin bir kablo üzerinden iletilirken uğradığı voltaj kaybıdır. Kablo çok ince veya çok uzunsa, voltaj kaybedersiniz. Sonuç: sönük ışıklar, çalışmayan motorlar veya tehlikeli bir şekilde ısınan kablolardır.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '12V\'da 10 metre için hangi kablo kesitine ihtiyacım var?',
|
|
16
|
+
answer: 'Güce bağlıdır. 12V ve 10A için 10m mesafede en az 2.5mm² gerekir. 20A için 6mm² gerekir. Düşük voltajda (12V/24V), gerilim düşümü 230V\'a göre çok daha kritiktir.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Tüm tesisat için 1.5mm² kablo kullanabilir miyim?',
|
|
20
|
+
answer: 'Hayır. 1.5mm² aydınlatma devreleri içindir (maks 10A). Prizler için 2.5mm² gerekir. Mutfak veya çamaşır makinesi için 4mm² veya 6mm² gerekir. İnce kablo kullanmak tehlikelidir ve yangına neden olabilir.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'İzin verilen maksimum gerilim düşümü nedir?',
|
|
24
|
+
answer: 'Ev tesisatlarında (230V): aydınlatma için maks %3, diğer kullanımlar için %5. 12V/24V (karavan, solar) tesisatlarda: toplamda %3\'ten fazla olmamalıdır. Daha fazla düşüş, verimlilik kaybı ve aşırı ısınma riski demektir.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Sistem voltajını tanımlayın', text: 'Tesisatınızın 12V, 24V (solar/karavan) veya 230V (ev) olup olmadığını seçin.' },
|
|
30
|
+
{ name: 'Akım şiddetini girin', text: 'Kablonun ucundaki cihazın tüketeceği Amper (A) veya Watt (W) değerini yazın.' },
|
|
31
|
+
{ name: 'Kablo mesafesini ölçün', text: 'Enerji kaynağından alıcıya kadar olan kablo uzunluğunu (tek yön) metre cinsinden girin.' },
|
|
32
|
+
{ name: 'İletken malzemesini seçin', text: 'Doğru özdirenç hesaplaması için bakır (standart) veya alüminyum seçin.' },
|
|
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: 'tr',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Sıkça Sorulan Sorular',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Teknik Referanslar',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'IEC 60364: Alçak Gerilim Elektrik Tesisatları', url: 'https://www.iec.ch/' },
|
|
78
|
+
{ name: 'Ohm Yasası ve Özdirenç: Wikipedia', url: 'https://tr.wikipedia.org/wiki/%C3%96zdiren%C3%A7' },
|
|
79
|
+
],
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', text: 'Gerilim Düşümü Hakkında Tam Kılavuz', level: 2 },
|
|
84
|
+
{ type: 'paragraph', html: 'Bir karavan yapıyorsanız, güneş enerjisi sistemi tasarlıyorsanız veya bahçenize kablo çekiyorsanız, projenizi mahvedebilecek görünmez bir düşman vardır: <strong>gerilim düşümü</strong>. Bu sadece teknik bir konu değil; soğutan bir buzdolabı ile kapanan bir buzdolabı arasındaki veya güvenli bir tesisat ile yangın riski arasındaki farktır.' },
|
|
85
|
+
{ type: 'title', text: 'Gerilim Düşümü Formülü', level: 3 },
|
|
86
|
+
{ type: 'card', icon: 'mdi:function-variant', title: 'Ohm Yasası ile Kesin Hesaplama', html: '<p>Formül <strong>ΔV = (2 × L × I × ρ) / S</strong> şeklindedir. Burada L tek yönlü uzunluk, I akım, ρ özdirenç (bakır için 0,0178) ve S kablo kesitidir.</p>' },
|
|
87
|
+
],
|
|
88
|
+
ui: {
|
|
89
|
+
heroDropLabel: 'Toplam Gerilim Düşümü',
|
|
90
|
+
heroVoltsUnit: 'Volt',
|
|
91
|
+
heroPctLoss: '% kayıp',
|
|
92
|
+
heroEffLabel: 'Verimlilik',
|
|
93
|
+
statusExcellent: 'Mükemmel',
|
|
94
|
+
statusAcceptable: 'Kabul Edilebilir',
|
|
95
|
+
statusCritical: 'Kritik',
|
|
96
|
+
fieldVoltage: 'Voltaj',
|
|
97
|
+
fieldMaterial: 'Malzeme',
|
|
98
|
+
materialCopper: 'Bakır',
|
|
99
|
+
materialAlum: 'Alüm.',
|
|
100
|
+
fieldLoad: 'Yük',
|
|
101
|
+
modeW: 'W',
|
|
102
|
+
modeA: 'A',
|
|
103
|
+
unitWatts: 'Watt',
|
|
104
|
+
unitAmps: 'Amper',
|
|
105
|
+
fieldLength: 'Kablo Uzunluğu (Tek Yön)',
|
|
106
|
+
unitMeters: 'metre',
|
|
107
|
+
fieldSection: 'Kablo Kesiti',
|
|
108
|
+
sectionInfo: 'Önerilen',
|
|
109
|
+
},
|
|
110
|
+
};
|