[ADD] Eingang-/Ausgang-Symbole ueber BTMT-Stationen + Drehung im CSV-Export gerundet

ILS_EINGANG_INSERT/ILS_AUSGANG_INSERT (Menue SPS > Connections) setzen
das Eingang-/Ausgang-Symbol automatisch lotrecht ueber eine gewaehlte
BTMT-Beladung/-Entladung-Instanz statt per freiem Einfuegepunkt.
Blockdateien Eingang_2D/3D.dwg und Ausgang_2D/3D.dwg ins Flach-Schema
von data/ils kopiert (Quellen in data/ils/2D|3D bleiben unangetastet).
Mubea-Testdaten um ein Eingang-Symbol ueber der Beladung und je ein
Ausgang-Symbol ueber beiden Entladungen erweitert.

Zusaetzlich: BTMT-Drehung im CSV-Export (export_csv.py) auf ganze
Grad gerundet (90/180/... statt z.B. 90.4078), da Kommastellen dort
keine Bedeutung haben.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-07 16:17:41 +02:00
parent 5f3c99be10
commit 294fd6a8d7
11 changed files with 115 additions and 3 deletions
+27
View File
@@ -328,5 +328,32 @@
"y": -2718.44,
"z": 0,
"rotation": 90.1019
},
{
"comment": "Eingang-Symbol lotrecht ueber der BTMT-Beladung (gleiche x/y, z+800)",
"function": "insert",
"block": "Eingang",
"x": 10341.61,
"y": -241.32,
"z": 2741,
"rotation": 270.4716
},
{
"comment": "Ausgang-Symbol lotrecht ueber SC_Entladung 1 (gleiche x/y, z+800)",
"function": "insert",
"block": "Ausgang",
"x": -407.79,
"y": -1478.08,
"z": 800,
"rotation": 90.4078
},
{
"comment": "Ausgang-Symbol lotrecht ueber SC_Entladung 2 (gleiche x/y, z+800)",
"function": "insert",
"block": "Ausgang",
"x": -404.22,
"y": -2718.44,
"z": 800,
"rotation": 90.1019
}
]