L Master 2.1
2.1.9
Update notes for regular users
- Added navigation bar scene, control, device entry
- Added scene time machine feature, supporting recent scene modification history review
- Task ring displays status color and loop count
- Changed device adaptation logic to screen width adaptation, modified page layout, reduced control spacing, expanded display space
- Changed scene auto-save time to 3s, comparison on save
- Changed login form, auto-login when entering 4 digits
- Changed rerun button position to below queue item number
- Changed English language text
- Fixed unable to stop during teaching
- Fixed issue where refresh enters guide page after robot restart
Update notes for advanced users
- Fixed ROS calling
/system_service/abort_motioncausing robot to disable - Changed semaphore to integer type, affecting Lua's
signal_xxxmethods
Update notes for developers
- Added Lua structs
lebai.ExtraServoParamlebai.JointBacklashlebai.JointBacklashParam
- Added Lua commands
write_extra_servo_param()read_extra_servo_param()reset_extra_servo_param()write_extra_servo_params()read_extra_servo_params()reset_extra_servo_params()write_joint_backlash_param()read_joint_backlash_param()reset_joint_backlash_param()write_joint_backlash_params()read_joint_backlash_params()reset_joint_backlash_params()write_joint_backlash()read_joint_backlash()reset_joint_backlash()write_joint_backlashes()read_joint_backlashes()reset_joint_backlashes()write_enable_joint_backlash()read_enable_joint_backlash()write_enable_joint_backlashes()read_enable_joint_backlashes()enable_joint_limits()disable_joint_limits()
- Added gRPC methods (rcs)
SetExternalDOsGetExternalDOsGetExternalDIsSetExternalAOsGetExternalAOsGetExternalAIsSetSignalGetSignal
- Added gRPC method (pcs)
EnableJointLimit - Changed rcs
SetExternalDOto single setting - Changed external I/O method return values, single interface returns
retas 1 for success, multiple interfaces return success count to length field - Added debug page RC configuration file editor feature
Software versions and download links
- RC 2.1.9
- DS 2.1.4 (26.5MB)
- UI 1.6.7
2.1.8
Update notes for regular users
- Added speed and acceleration slider controls, removed previous triangle drag controls. [Breaking Change] If users set speed in "Safety Settings" before this version, scene speed will change
- Added robot pause/resume button, removed queue stop and queue pause/resume buttons
- Empty scenes default to editable mode
- Adapted task list and message center for mobile
- Changed window title bar L Master to device name
- Changed "Move to Target Position" button position to title bar, removed "Cancel" button
- Changed joint angle ring range limit to user safety settings
- Changed title style, removed small caps
- Changed scene toolbar and motion block style, added text prompts
- Fixed dropping during teaching
- Fixed ability to add motion blocks via button in read-only mode
Update notes for advanced users
- Added error code
1012collision pause - Fixed
move_untilcallback function not running normally - Changed speed and acceleration control maximum values: joint acceleration 540°/s, speed 180°/s; end-effector acceleration 1.5m/s², speed 1m/s
- Changed position verification accuracy to angle ±2°, length ±0.01m
- Changed Lua code converter, changed
localvariables to table typeC_POSEandJ_POSE
Update notes for developers
- Changed Lua state judgment method,
UPDATINGSTARTINGSTOPPING/BOOTINGalso considered asLUA_STOPPED - Fixed Lua reporting
LUA_ABORTEDerror message - Changed command default timeout to 60s
Software versions and download links
- RC 2.1.8 (18.1MB)
- DS 2.1.3
- UI 1.6.6
2.1.6
Update notes for regular users
- Added robot pause state and style
- Fixed voice and raised button release logic when exiting teaching
- Fixed inability to switch fine-tuning state
- Translation and text optimization
Update notes for advanced users
- Removed "Xiaobai is so bored" logic
- Added queue size limit (128)
- Fixed Lua waiting for external I/O command
- Added external I/O gRPC interface
- Added USB network card priority configuration logic
Update notes for developers
- Merged
stop()==stop_sys(),stop_move()==stop_fine_tuning() - Emergency stop robot 2s after homing
- Robot position matching standard (robot joint angle ±2°)
Software versions and download links
- RC 2.1.6 (18.1MB)
- DS 2.1.3
- UI 1.6.4
2.1.5
Update notes for regular users
- Added "Paused" state (6)
- Added scene read-only mode, optimized save logic
- Added official website address for error codes
- Added view mode for multi-tab browsing
- Added robot login device restriction
- Added maintenance mode
- Added system settings - units - unit display precision
- Implemented shutdown button function, click to show confirmation dialog before shutdown
- Fine-tuning window with background color
- Text: Changed
IOtoI/O - Text: Changed
LebaitoL Master - Text: Added machine translation for Japanese, German, French, Spanish
- Changed motion block control area button position
- Changed floating capsule, emergency stop button, mobile floating button to be draggable
- Changed quick start page (Easy Use)
- Changed panel, icon fine-tuning, card ID style
- Changed TCP settings, RPY text to: Rz, Ry, Rx
- Changed 3D model file (gray arm, Y-axis aligned with power cable)
- Mobile: Adapted all pages, added padding at page bottom for global control bar spacing
- Mobile: Added page layout - bottom control bar, sidebar expand icon
- Mobile: Removed floating button popup 3D rendering feature
- Mobile: Moved "Move to Target Position" button
- Mobile: Adjusted scene list page search style
- Fixed: Scene toolbar button style, custom motion pack style
- Fixed: In scene, selecting or deselecting motion blocks, the number in control bar delete or add task button doesn't change accordingly
- Fixed: Base coordinate system annotation line incorrect, power cable gap corresponds to Y
- Fixed: Control, LED board control, font and voice font overlap preventing clicking modify button
- Fixed: Speed and acceleration time display chart doesn't match actual
- Fixed: Add to position library switch off, add gripper motion block, enable preview, create new position block, add to position library switch becomes on
- Fixed: Fine-tuning interface, coordinate space, manually input XYZ, RZRYRX values, arm moves to corresponding position, suggest changing "move to target position" to "stop" button
- Fixed: Maintenance mode cannot login normally
- Fixed: Position block joint angle and spatial coordinates cannot switch joint angle to corresponding line or spatial coordinates to joint (occasional)
- Fixed: Message notification motion block, function doesn't work
- Fixed: Change scene default speed and acceleration time ratio
- Fixed: When moving to target position, frequently prompts: robot joint error, feedback position inconsistent with actual position. But joint not locked, can be used normally again
- Fixed: During task execution, if there are wait commands or task becomes idle, click "move to target position" in fine-tuning interface, arm can move to target position
- Fixed: On mobile screen, joint temperature and joint angle columns display full screen
- Fixed: Firefox adaptation issues
Update notes for advanced users
- Auto-copy when converting timeline editor to code editor
- Removed subroutine parsing logic
- Fixed: Code editor interface, pressing Ctrl+Z shortcut makes program display empty
- Fixed: Directly calling scene, if selecting several motion blocks, calling scene will only run several motion blocks instead of entire scene (occurred in noodle cooking scene)
- Fixed: Converting Lua,
printcannot output data
Update notes for developers
- Optimized scene execution restriction logic
- Fixed: User login session logic update and login restriction logic optimization
- Fixed: When no task, sending pause task causes robot to be paused
Software versions and download links
2.1.4
Update notes for regular users
- Fixed speed and acceleration time display chart doesn't match actual
- Fixed startup guide page, installation method page, display overlap
- Fixed scene message motion block, not prompted during task execution
- Fixed package, using right-click, unpack, function doesn't work
- Fixed in scene, selecting more than two gripper motion blocks, click batch, adjust force to 100, after modification, first gripper motion block displays 100, disappears after page refresh
- Fixed in scene, with package and non-package motion blocks, drag one motion block from package to leftmost, page will copy a packaged motion block
- Fixed TCP settings, add button not displayed (add position library and similar pages same issue)
- Fixed all settings pages save button cannot save
- Fixed move target position interface, double-click teach button adds new position block. Expected not to add position block in move target position interface
- Fixed virtual control page, coordinate space, coordinates click X then click Y, arm moves. Unified to: R: Rz, P: Ry, Y: Rx, original R(Z), R(Y), R(X) expressions also unified
- Added message notification dialog page:
- Two TAB text optimization changed to: LED board notification, popup notification
- LED board notification style selection removed unchanged option
- Control -> LED control changed to: LED board control, check all LED text to LED board
- First color change icon, added hover tips text: Style
- If considering other motion blocks, position block can show additional "Batch Fine-tune" button, batch adjustment operations more common before batch modification
- Yesterday's added PCS get DH parameters interface, added get theoretical DH parameters option, subsequent batches of machines will be calibrated, each machine's actual DH parameters different, web frontend display model DH parameters should use theoretical DH parameters, other places should use actual DH parameters
- About page added unified version number display: "Lebai OS Version", takes RC, DS maximum value, displays three segments: 2.1.1
- These two entries hidden, use directly give application team address, not permanently displayed to users. Operations entry page can have design add icon permanently
icon missing, order entry needs hidden, operations entry page can be expressed as: Lite management page, lightweight management page etcchanged to "Easy Use" - Debug page added total run count query page;
- Debug page added parameter modification page
- After modification, RC stored in override directory
- Error messages support internationalized unit display, non-debug version doesn't display
【】 - Fixed joint safety settings acceleration, speed display abnormal
- Weak network mode
- Easy Use (simple operations page)
/main - Control Panel
/dashboard - Sound file update
Update notes for advanced users
- Added button stability
- Fixed device information verification issue
- Added system stability
- Added IoT networking and USB hotspot support
- Motion commands added new smooth movement type and time parameter
- Fixed motion command related BUGs
- Fixed teaching stability issue when setting
tcpandpayloadsimultaneously - Added driver update stability
- Added virtual control temperature
- Added external IO operation stability
- Added Web shutdown feature
- Fixed timeline editor related BUGs
- Text and UI optimization
- Network connection optimization
Software versions and download links
- RC 2.1.4 (18.0MB)
- DS 2.1.1
- UI 1.4.6
2.1.2
Update notes for regular users
- Added button stability
- Fixed device information verification issue
- Added system stability
- Added IoT networking and USB hotspot support
- Motion commands added new smooth movement type and time parameter
- Fixed motion command related BUGs
- Fixed teaching stability issue when setting tcp and payload simultaneously
- Added driver update stability
- Added virtual control temperature
- Added external IO operation stability
- Added Web shutdown feature
- Fixed timeline editor related BUGs
- Text and UI optimization
- Network connection optimization
Software versions and download links
