Go to file
Miguel 1f64cdf448 Add technical documentation for parsing TIA Portal _XRef.xml files to generate call trees
- Introduced a comprehensive guide detailing the structure and interpretation of _XRef.xml files.
- Explained key XML elements necessary for constructing call trees, including SourceObject, ReferenceObject, and Location.
- Provided a step-by-step data extraction strategy for identifying caller-callee relationships.
- Included example Python code for parsing XML and aggregating call relationships.
- Addressed considerations for handling multiple files and variations across TIA Portal versions.
2025-05-05 12:33:30 +02:00
__pycache__ config_manager dividido en partes para que no sea tan grande 2025-05-03 21:03:33 +02:00
backend Add technical documentation for parsing TIA Portal _XRef.xml files to generate call trees 2025-05-05 12:33:30 +02:00
data Add technical documentation for parsing TIA Portal _XRef.xml files to generate call trees 2025-05-05 12:33:30 +02:00
lib Agregada la opcion de ver una descripcion mas detallada de cada script 2025-05-03 22:13:30 +02:00
services Primer intento de cambio a un archivo fijo json para las llamadas a x1. Correccion de las dobles lineas en el log 2025-05-02 21:33:47 +02:00
static Mejorado de la descripcion larga de los scripts 2025-05-03 23:23:36 +02:00
templates Mejorado de la descripcion larga de los scripts 2025-05-03 23:23:36 +02:00
utils Primer intento de cambio a un archivo fijo json para las llamadas a x1. Correccion de las dobles lineas en el log 2025-05-02 21:33:47 +02:00
.gitignore Agregada la opcion de ocultar scripts y de editar las descripcion 2025-05-03 21:58:06 +02:00
app.py Mejorado de la descripcion larga de los scripts 2025-05-03 23:23:36 +02:00
icon.png Corregido error de acentos para los script del LAD a SCL 2025-05-03 15:31:44 +02:00
requirements.txt Corregido error de acentos para los script del LAD a SCL 2025-05-03 15:31:44 +02:00