Mit curser weiter bearbeitet. Schaltschrankelemente werden jettz auch von getpositions raus geschrieben
This commit is contained in:
+1
-1
@@ -416,7 +416,7 @@ class ExcelConverter:
|
||||
elif export_type == "TIA":
|
||||
df_gleiche_eingaenge, df_gleiche_ausgaenge, df_fehler, df_consts, df_tags = dataframes
|
||||
|
||||
with pd.ExcelWriter(export_path, engine='openpyxl') as writer:
|
||||
with pd.ExcelWriter(export_path, engine='openpyxl', mode='w') as writer:
|
||||
# 1. PLC Tags Sheet mit Header. Spalten: Name, Path, Data Type, Logical Address, Comment, Hmi Visible, Hmi Accessible, Hmi Writeable, Typeobject ID, Version ID
|
||||
df_tags.to_excel(writer, sheet_name='PLC Tags', index=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user