69 lines
1.8 KiB
INI
69 lines
1.8 KiB
INI
# Konfigurationsdatei, welche das Einlesen / Ignorieren bestimmter Blöcke anhand der Betriebsmittelkennzeichnung (BMK) steuert
|
|
# Configuration file that controls the reading / ignoring of certain blocks based on the equipment identification (BMK)
|
|
|
|
# Kürzel die im Routing Prozess eingebunden werden sollen
|
|
# Prefixes, that should be included in Routing-Process
|
|
[Routing-Include]
|
|
MA
|
|
MB
|
|
QM
|
|
BG
|
|
BP
|
|
BX
|
|
PO
|
|
SF
|
|
PF
|
|
|
|
|
|
# Kürzel die im Routing Prozess ignoriert werden sollen, zum Beispiel bauteile innerhalb der Schaltschränke
|
|
# Prefixes, that should be ignored in Routing-Process, for example Equipment in Control-Cabinets
|
|
[Routing-Ignore]
|
|
FC
|
|
UH
|
|
UC
|
|
UZ
|
|
DI
|
|
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!!)
|
|
[Cable-Mapping]
|
|
# Format: PREFIX = Cable-Section[, Section2, ...]
|
|
MA = MA
|
|
MB = WD_Q
|
|
QM = WD_Q
|
|
BG = WD_I
|
|
BG-829422026 = WD_I-829422026
|
|
BG-720002003 = WD_I-720002003
|
|
BX = WF_B, WD_I
|
|
PO = WD_PO
|
|
BP = WD_I
|
|
SF = WD_I
|
|
PF = WD_Q
|
|
|
|
|
|
# Anpassung von berechneter kabellänge um Betrag x aufgrund von z.b. an Sensor existierenden Kabelschwänzen
|
|
# Adjustment of Cable-Lenght's due to for example existing connection cables on sensor
|
|
[Length-Adjustments]
|
|
# Format: PREFIX = Length (m) to subtract
|
|
BX = 4
|