[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:
Vendored
+27
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user