38 lines
834 B
INI
38 lines
834 B
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)
|
|
|
|
|
|
# Prefixes, that should be included in Routing-Process
|
|
[Routing-Include]
|
|
MA
|
|
MB
|
|
QM
|
|
BG
|
|
BP
|
|
B
|
|
|
|
# Prefixes, that should be ignored in Routing-Process
|
|
[Routing-Ignore]
|
|
FC
|
|
PF
|
|
DI
|
|
QA
|
|
SF
|
|
|
|
|
|
# Mapping of Equipment-Prefixes to Cable Types found in kabel.cfg
|
|
[Cable-Mapping]
|
|
# Format: PREFIX = Cabel-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
|
|
|
|
|
|
# Adjustment of Cable-Lenght's due to for example existing connection cables on sensor
|
|
[Length-Adjustments]
|
|
# Format: PREFIX = Length (m) to subtract
|
|
BX = 4 |