CtrEditor/ObjetosSim
Miguel 1df7a24140 Implement threading optimizations and error handling improvements in MCP server and hydraulic components
- Replaced blocking Dispatcher.Invoke() calls with non-blocking Dispatcher.BeginInvoke() in MainViewModel, osBase, and ObjectManipulationManager to enhance responsiveness during simulations.
- Added checks for Dispatcher availability to prevent crashes during application shutdown.
- Implemented comprehensive error handling with try-catch blocks and logging for better debugging.
- Corrected hydraulic connection logic to use component names instead of IDs for better accuracy in osHydPump.
- Introduced methods for safe Dispatcher invocation with timeout handling in MCPServer.
- Enhanced debug logging for better traceability of errors and server status.
- Documented threading improvements and their impact on MCP stability in new markdown files.
2025-09-11 10:28:26 +02:00
..
Decorativos Agregado de NombreCategoria a los osSimulables 2025-09-04 12:26:24 +02:00
Dinamicos Agregado de NombreCategoria a los osSimulables 2025-09-04 12:26:24 +02:00
Emuladores Agregado de NombreCategoria a los osSimulables 2025-09-04 12:26:24 +02:00
Estaticos Agregado de NombreCategoria a los osSimulables 2025-09-04 12:26:24 +02:00
Extraccion Datos Agregado de NombreCategoria a los osSimulables 2025-09-04 12:26:24 +02:00
HydraulicComponents Implement threading optimizations and error handling improvements in MCP server and hydraulic components 2025-09-11 10:28:26 +02:00
SensoresComandos Agregado de NombreCategoria a los osSimulables 2025-09-04 12:26:24 +02:00
TagsSignals Agregado de NombreCategoria a los osSimulables 2025-09-04 12:26:24 +02:00
Traces Agregado de NombreCategoria a los osSimulables 2025-09-04 12:26:24 +02:00
UserControls Codigo adaptado base aun errores 2025-07-01 19:47:10 +02:00
TagEditorAttribute.cs Se realizaron mejoras en la clase MainViewModel al agregar espacios en blanco para mejorar la legibilidad. En TagEditorAttribute, se añadieron nuevos atributos y se implementó la lógica para manejar nombres personalizados de propiedades. En UserControlFactory, se optimizó la obtención de nombres de propiedades y se eliminaron espacios en blanco innecesarios. Finalmente, se añadió un atributo Name en ucTransporteTTop para el coeficiente de fricción, mejorando la claridad en la interfaz de usuario. 2025-06-24 17:45:47 +02:00
UserControlFactory.cs feat: Enhance hydraulic simulation components and integrate new object management 2025-09-06 02:58:18 +02:00
VMMotorBitPacker.cs Agregada funcion de analizar la matriz de exportacion de tags. Creada un submenu para cargar los ultimos directorios ustilizados. Cambiado intercambio de datos para los Motores simulados a DINT 2025-02-14 14:04:29 +01:00
osBase.cs Implement threading optimizations and error handling improvements in MCP server and hydraulic components 2025-09-11 10:28:26 +02:00