S7_snap7_Stremer_n_Recorder/core
Miguel 551ec8b4a5 Refactor dataset variable areas to uppercase, update plot definitions and variables, and enhance UI schema for better clarity and consistency
- Changed memory area identifiers in dataset_variables.json and related schemas from lowercase to uppercase (e.g., "db" to "DB").
- Added new plot definition for "CTS306 Conductivimeter" in plot_definitions.json.
- Updated plot_variables.json to include new variables for "HMI_Instrument.QTM306.PVFiltered" and "HMI_Instrument.QTM307.PVFiltered".
- Enhanced dataset-variables.schema.json to enforce required fields based on area and type.
- Improved ui schema for dataset variables to provide clearer guidance on field usage.
- Updated PLC client to utilize new snap7.type module and improved error handling.
- Added support for new data types (DWORD) in PlcDataTypeWidget.
- Updated Dashboard.jsx to reflect changes in memory area identifiers and improve default configurations.
- Upgraded python-snap7 dependency to version 2.0.2 for enhanced functionality.
- Modified system_state.json to reflect changes in connection status and last update timestamp.
- Implemented optimized batch reading logic in optimized_batch_reader.py to support new area mappings.
- Added VSCode configuration files for improved development experience.
- Introduced ConditionalObjectFieldTemplate.jsx for dynamic field visibility based on PLC-specific logic.
2025-08-25 18:02:24 +02:00
..
__init__.py Version base con Pico.css 2025-07-19 12:17:44 +02:00
config_manager.py feat: Refactor state file path handling and update application events in JSON 2025-08-22 12:07:14 +02:00
event_logger.py Version base con Pico.css 2025-07-19 12:17:44 +02:00
historical_cache.py feat: Implement historical data caching mechanism with buffer zones for improved performance and efficiency in data retrieval 2025-08-16 10:06:43 +02:00
instance_manager.py Implementación de un sistema de control de streaming UDP independiente, separando la grabación automática de CSV y la transmisión manual a PlotJuggler. Se añadieron nuevos endpoints API para iniciar y detener el streaming UDP, y se mejoró la gestión de eventos y el registro de estado. Además, se actualizaron los archivos de configuración y estado del sistema para reflejar estos cambios, y se realizaron mejoras en la interfaz de usuario para clarificar la distinción entre las operaciones de grabación y streaming. 2025-07-20 23:30:12 +02:00
performance_monitor.py Implementación del sistema de monitoreo de rendimiento y gestión de prioridades para el recording de PLC 2025-08-16 18:34:31 +02:00
plc_client.py Refactor dataset variable areas to uppercase, update plot definitions and variables, and enhance UI schema for better clarity and consistency 2025-08-25 18:02:24 +02:00
plc_data_streamer.py Refactor disk usage retrieval in PLCDataStreamer for improved Windows compatibility and remove reliance on psutil. Enhance polling mechanism in useCoordinatedConnection to implement exponential backoff on consecutive errors. Update system_state.json to reorder active datasets and adjust last update timestamp. Add comprehensive test_disk_status.py script to validate disk_space functionality via the /api/status endpoint. 2025-08-22 17:39:58 +02:00
plot_manager.py feat: Implement coordinated connection and polling for real-time data updates across tabs 2025-08-15 18:55:58 +02:00
priority_manager.py Implementación del sistema de monitoreo de rendimiento y gestión de prioridades para el recording de PLC 2025-08-16 18:34:31 +02:00
rotating_logger.py Update backend manager and instance management logic 2025-08-22 15:29:28 +02:00
schema_manager.py Refactor dataset and plot management to support new array format 2025-08-14 11:16:52 +02:00
streamer.py feat: Implement dataset-specific optimization configuration 2025-08-20 00:28:07 +02:00