- Created a README file for the ObtainIOFromProjectTia script group detailing the directory structure and file organization. - Added a detailed execution log for the x4_cross_reference.py script, including timestamps, output summaries, and error logs. |
||
---|---|---|
.. | ||
data.json | ||
description.json | ||
esquema_group.json | ||
esquema_work.json | ||
log_x1.txt | ||
log_x2.txt | ||
log_x3.txt | ||
log_x4.txt | ||
readme.md | ||
script_config.json | ||
scripts_description.json | ||
siemens_tia_scripting.md | ||
work_dir.json | ||
x1.py | ||
x2.py | ||
x3.py | ||
x4.py |
readme.md
Directory structure
<working_directory>/ ├── <PLC1_Name>/ │ ├── ProgramBlocks_XML/ │ │ └── ... (archivos XML de bloques) │ ├── ProgramBlocks_SCL/ │ │ └── ... (archivos SCL de bloques) │ ├── ProgramBlocks_CR/ │ │ └── ... (archivos XML de referencias cruzadas de bloques) │ ├── PlcTags/ │ │ └── ... (archivos XML de tablas de tags) │ ├── PlcTags_CR/ │ │ └── ... (archivos XML de referencias cruzadas de tablas de tags) │ ├── PlcDataTypes_CR/ │ │ └── ... (archivos XML de referencias cruzadas de UDTs) │ ├── SystemBlocks_CR/ │ │ └── ... │ └── SoftwareUnits_CR/ │ └── ... │ └── Documentation/ │ └── Source │ └── ... (archivos md de bloques de programa) │ └── JSON │ └── ... (archivos JSON temporales) │ └── xref_calls_tree.md │ └── xref_db_usage_summary.md │ └── xref_plc_tags_summary.md │ └── full_project_representation.md │ └── SAE196_c0.2_CAx_Export_Hardware_Tree.md
├── <PLC2_Name>/ │ ├── ProgramBlocks_XML/ │ │ └── ... │ └── ... └── ...