Merge branch 'main' of http://gitea.schoenenberger.de/mistangl/kabellaengen
This commit is contained in:
+17
-1
@@ -27,6 +27,22 @@ DQ
|
||||
QA
|
||||
|
||||
|
||||
# Muster für die Erkennung von Schaltschränken (z.B. A01+UH00, A02+UC001, A03+UC0001)
|
||||
# Patterns for the recognition of Control-Cabinets (e.g. A01+UH00, A02+UC001, A03+UC0001)
|
||||
[Cabinet-Pattern]
|
||||
A\d\d\+(UH0\d)
|
||||
A\d\d\+(UC\d\d\d)
|
||||
\+(UC\d\d\d\d)
|
||||
\+(UH\d\d)
|
||||
|
||||
# Muster für die Erkennung von Tunneln (z.B. Tunnel1, Tunnel_2, Tunnel-3)
|
||||
# Patterns for the recognition of Tunnels (e.g. Tunnel1, Tunnel_2, Tunnel-3)
|
||||
[Tunnel-Pattern]
|
||||
Tunnel\d+
|
||||
Tunnel_\d+
|
||||
Tunnel-\d+
|
||||
TUNNEL\d+
|
||||
|
||||
|
||||
# Zuordnung von Kürzeln zu Kabeltypen in kabel.cfg (ier zugewiesene Kabel-Sektion muss in kabel.cfg vorhanden sein und SIVAS-Nummern enthalten!)
|
||||
# Mapping of Equipment-Prefixes to Cable Types found in kabel.cfg (Cable-Section must be included in kabel.cfg!!)
|
||||
@@ -49,4 +65,4 @@ PF = WD_Q
|
||||
# Adjustment of Cable-Lenght's due to for example existing connection cables on sensor
|
||||
[Length-Adjustments]
|
||||
# Format: PREFIX = Length (m) to subtract
|
||||
BX = 4
|
||||
BX = 4
|
||||
|
||||
Reference in New Issue
Block a user