v7.0.3
older release
New Features and Improvements
- Completely removed the built-in BaltSystem, Heidenhain, and Mayak drivers. Creation of new built-in drivers for Fanuc, Mazak, and Siemens systems is no longer allowed. The recommended method for connecting this equipment is via OPC UA.
- Added the ability to split an existing job with the “Created” or “Scheduled” status across multiple work centers.
- Added a new dashboard type: “2D Mimic Diagram”. The work center card editor in the “3D Mimic Diagram” dashboard has also been improved:
- added information about current downtimes, tickets, and indicator values;
- added support for text alignment.
- Added the “State” variable to the work center card editor for “2D Mimic Diagram” and “3D Mimic Diagram” dashboards. Fixed issues with determining content height in the 3D work center card.
- Added operator/author information to the “Downtimes”, “Operations”, and “Tickets” tables in “Job Analysis” analytics.
- Rewritten the user interface components of the NC program viewing and analysis dialog in React to reduce technical debt and simplify future interface development.
API Changes
The following deprecated API endpoints have been removed:
POST api/productsAndControlPrograms/getProductsAndControlProgramsGET api/program/getProgramDataByProcessingProgramEvent/{programProcessingEventId}GET api/program/getProgramMetatags/{programVersionId}POST api/programDiff/compareFilesGET api/programDiff/diffWithHistoryForVersionOfControlProgramGET api/programDiff/diffWithHistoryForVersionOfSubprogramGET api/programDiff/diffWithReferenceBookGET api/programDiff/diffProgramVersionsGET api/referenceBook/getControlProgramProcessingTypes
The user interface components of the VNC module have been rewritten in React to reduce technical debt and simplify future interface development. The following API methods have been removed:
GET api/vnc/staff/{id}POST api/vnc/staff/{equipmentId}PUT api/vnc/staffDELETE api/vnc/staff/{id}GET api/vnc/prepareStaff/{equipmentId}/{userId}POST api/vnc/staffStore/{equipmentId}POST api/vnc/staffStoreTotalCount/{equipmentId}
Removed unused client-side dependencies and components.
Bug Fixes
- Fixed issues that could cause memory leaks when viewing snapshot and state data in the Monitoring section.
- Fixed an issue with refreshing the “Job Analysis” analytics when the ToolManagement microservice was not configured. Previously, the loading indicator would appear during refresh and remain displayed indefinitely.