v2.2.0
Released Time: 2023.09.13
Firmware V2.2.0
- Controller TCP 30000 port data reporting frequency increased to 250 HZ (except for 6-axis force torque sensor).
- Optimize the collision detection model.
- Add friction-temperature model to optimize the experience of collision detection and manual mode.
- Support compatibility with some G-code of Linux CNC.
- Add the logic of setting the position mode once after the firmware starts.
- Add the logic of releasing the emergency stop to get the calibration parameters of the robot.
- Add data validation of friction and calibration data, and the corresponding error code when the data is abnormal.
- Add the logic of writing the friction and calibration file to the hard disk immediately after getting data from the end board.
- Fix the problem that the Modbus setting timeout time at the end of the robot cannot be saved.
- Fix the problem of slow execution speed caused by the random value of the redundant joints given by the Servoj instruction.
- Optimize the handling of cases where the initial speed is non-zero and the specified target speed cannot be reached.
- Fix the issue that high-frequency access to the end digital IO causes the firmware to crash.
Studio V2.2.0
- Add Gcode debug page, which can be accessed by typing "controller IP:18333/gcode" in the browser.
- Python IDE - optimize auto-save logic after editing.
- Blockly - optimize interactive experience and change some texts.
- Blockly - motion, support align the hand command.
- Blocky - tool, gripper command support passing in variables.
- Blockly to Python, support for Python file content change detection.
- Blockly - fix the problem that relative motion can not move.
- Python IDE - optimize the logic of creating files and folders.
- Live Control - optimize the experience of rotation in Cartesian space.
- Live Control - adjust the acceleration.
- Live Control - optimize the reachable range calculation of 850/Lite 6.
- Live Control - fix the problem that the manual mode of Lite 6 can't be turned off after turning on the manual mode without enabling the robot.
- Settings - Externals, optimize the interactive experience of Modbus debugging.
- Settings - Externals, add robot IO debugging interface.
- Settings - Externals, fix the problem that the payload identification results of 6-axis force torque sensor are not saved after restarting the controller.
- Settings - Assistive Features, add orientation display option.
- Settings - Advanced Settings, adjust case detection to before input.
- Settings - optimize handling of TCP payload and offset configuration exceptions.
- Settings - add search box for settings.
- Fix some issues.