ParamManagerScripts/backend/script_groups/ObtainIOFromProjectTia
Miguel 88ff4a25a2 Add README and execution log for ObtainIOFromProjectTia and XML Parser to SCL
- 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.
2025-05-12 12:05:14 +02:00
..
data.json
description.json
esquema_group.json
esquema_work.json
log_x1.txt Add README and execution log for ObtainIOFromProjectTia and XML Parser to SCL 2025-05-12 12:05:14 +02:00
log_x2.txt Add README and execution log for ObtainIOFromProjectTia and XML Parser to SCL 2025-05-12 12:05:14 +02:00
log_x3.txt Add README and execution log for ObtainIOFromProjectTia and XML Parser to SCL 2025-05-12 12:05:14 +02:00
log_x4.txt Add README and execution log for ObtainIOFromProjectTia and XML Parser to SCL 2025-05-12 12:05:14 +02:00
readme.md Add README and execution log for ObtainIOFromProjectTia and XML Parser to SCL 2025-05-12 12:05:14 +02:00
script_config.json
scripts_description.json Add README and execution log for ObtainIOFromProjectTia and XML Parser to SCL 2025-05-12 12:05:14 +02:00
siemens_tia_scripting.md Add technical documentation for parsing TIA Portal _XRef.xml files to generate call trees 2025-05-05 12:33:30 +02:00
work_dir.json
x1.py
x2.py
x3.py
x4.py Add README and execution log for ObtainIOFromProjectTia and XML Parser to SCL 2025-05-12 12:05:14 +02:00

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/ │ │ └── ... │ └── ... └── ...