S7_snap7_Stremer_n_Recorder/core
Miguel 2845d71efe Refactor dataset and plot management to support new array format
- Updated dataset definitions to use a sampling interval of 0.5 seconds.
- Changed plot definitions to reduce the time window to 25 seconds and added a new plot for "Brix".
- Removed deprecated variable configurations from plot variables.
- Refactored ConfigManager to load datasets and variables from new array format, eliminating legacy save methods.
- Updated PLCDataStreamer and PlotManager to reflect changes in dataset and plot management, removing automatic save calls.
- Enhanced ChartjsPlot component to handle variable configurations and session management more efficiently.
- Improved PlotRealtimeSession to ensure backend commands are verified before applying local state changes.
- Adjusted system state to reflect active datasets and connection status.
2025-08-14 11:16:52 +02:00
..
__init__.py Version base con Pico.css 2025-07-19 12:17:44 +02:00
config_manager.py Refactor dataset and plot management to support new array format 2025-08-14 11:16:52 +02:00
event_logger.py Version base con Pico.css 2025-07-19 12:17:44 +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
plc_client.py Refactor configuration schemas and UI schemas for datasets and plots 2025-08-13 22:12:11 +02:00
plc_data_streamer.py Refactor dataset and plot management to support new array format 2025-08-14 11:16:52 +02:00
plot_manager.py Refactor dataset and plot management to support new array format 2025-08-14 11:16:52 +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 Refactor dataset and plot management to support new array format 2025-08-14 11:16:52 +02:00