CtrEditor/ObjetosSim/HydraulicComponents
Miguel 181a3db41c Implement Python execution support and enhance hydraulic component management
- Added Python execution capabilities via MCPServer, allowing scripts to interact with CtrEditor objects.
- Introduced methods for executing Python code and retrieving help on available objects.
- Updated osHydPump and osHydTank classes to remove direct hydraulic object management, leveraging the new unified hydraulic simulation system.
- Created documentation for Python integration and usage examples.
- Developed a script for analyzing screenshots to detect circular objects and assess their centering.
- Implemented tests for Python execution functionality to ensure proper integration and response handling.
- Addressed potential freeze issues in MCPServer and StateManager by improving async handling and cancellation support.
2025-09-08 11:52:06 +02:00
..
FluidProperties.cs Add comprehensive documentation and technical specifications for Hydraulic Simulator and Fluid Management System 2025-09-06 19:10:20 +02:00
osHydPipe.cs Implement Python execution support and enhance hydraulic component management 2025-09-08 11:52:06 +02:00
osHydPump.cs Implement Python execution support and enhance hydraulic component management 2025-09-08 11:52:06 +02:00
osHydTank.cs Implement Python execution support and enhance hydraulic component management 2025-09-08 11:52:06 +02:00
ucHydPipe.xaml refactor: Remove connection indicators from hydraulic pipe UI 2025-09-06 17:46:44 +02:00
ucHydPipe.xaml.cs feat: Enhance hydraulic simulation components and integrate new object management 2025-09-06 02:58:18 +02:00
ucHydPump.xaml feat: Enhance hydraulic simulation components and integrate new object management 2025-09-06 02:58:18 +02:00
ucHydPump.xaml.cs feat: Enhance hydraulic simulation components and integrate new object management 2025-09-06 02:58:18 +02:00
ucHydTank.xaml Refactor hydraulic components: Simplify pump and tank logic, remove unused properties, and enhance flow calculations 2025-09-07 17:06:15 +02:00
ucHydTank.xaml.cs Add comprehensive documentation and technical specifications for Hydraulic Simulator and Fluid Management System 2025-09-06 19:10:20 +02:00