Product Information

Unboxing

Open the packaging box and remove the robot body, control box, power cable, accessories kit, and other products.

Product Composition

Robot Joint Diagram

The LM3 series robot products mainly consist of the robot body and control box. The robot body has a total of 6 rotating joints, i.e., 6 degrees of freedom (DoF). As shown, the robot joints include the base (joint 1), shoulder (joint 2), elbow (joint 3), wrist 1 (joint 4), wrist 2 (joint 5), and wrist 3 (joint 6).

The robot body (hereinafter referred to as the robot) is the execution mechanism of the robot product, where the base is the robot installation point. The shoulder and elbow can execute larger movements, wrist 1 and wrist 2 can execute finer movements, and wrist 3 can connect end-effector tools.

The control box is the control part of the robot system, which can control the robot's position and attitude in the workspace, and connect the device's electrical input and output terminals. In practical applications, to ensure operational safety, it is usually necessary to connect an external emergency stop switch (optional) to the control box. For convenience, an external power button (optional) can also be connected.

As shown below, the control box connects to the robot through the robot cable. After connection and power-on (see Basic Operations), users can access the robot's L Master system through a computer, tablet, phone, or other graphical terminal device's browser[1] to control the robot and view various status information.

Robot and Control Box Connection

Basic Parameters

Robot Basic Parameters

Degrees of Freedom6Working Radius638 mm
Effective Payload≤ 3 kgWeight9.5 kg
Repeatability± 0.5 mmEnd-effector Speed≤ 2 m/s
Ambient Humidity25~85% (non-condensing)Ambient Temperature0~40°C
Protection RatingIP54Power Supply48 V (DC)
Installation MethodUpright, inverted, side mountingInstallation Areaapproximately 160 cm2

Control Box Basic Parameters

Dimensions270×250×130(H) mmWeight3.8 kg
Power Supply100~240 V (AC), 50~60 HzCable Length2 m
Protection RatingIP20Communication ProtocolEthernet

Control box and robot overall typical power consumption: 130 W.

Control Box Electrical Specifications

ParameterMinimumTypicalMaximumUnit
Input Voltage100220240V (AC)
External Mains Fuse (for 100~240 V)182022A
Input Frequency475063Hz
Rated Operating Power90130400W

Motion Axes

The LM3 robot's joint motion range is unlimited, as shown in the table below.

JointMotion RangeMaximum Speed
Joint 1Unlimited180 °/s
Joint 2Unlimited180 °/s
Joint 3Unlimited180 °/s
Joint 4Unlimited180 °/s
Joint 5Unlimited180 °/s
Joint 6Unlimited180 °/s

The above-mentioned unlimited joint motion range excludes robot self-interference situations, which vary depending on the actual motion scenario.

Workspace

Along Z-axis Direction

Along X-axis or Y-axis Direction

The LM3 robot's workspace refers to the area within 540 mm around the base joint.

As shown in the Lebai robot workspace diagram, the range indicated by the double-dotted line is the optimal operating area for point P.

I/O Interfaces

LM3 provides multiple I/O interfaces. Based on different application scenarios, you can choose I/O interfaces at different locations to implement the corresponding I/O operations.

Control Box I/O

As shown in the chart below, the robot control box provides physical I/O interfaces accessed through a DB15 male connector:

  • 4 digital inputs, 4 digital outputs.
  • 2 analog inputs, 2 analog outputs.

Control Box I/O Hardware Interface Diagram

No.InterfacePort PropertiesProgramming Example
1Power Positive24 V
2Analog Output 1AO 0set_ao(0, val)
3Analog Output 2AO 1set_ao(1, val)
4Digital Output 1DO 0set_do(0, val)
5Digital Output 2DO 1set_do(1, val)
6Digital Output 3DO 2set_do(2, val)
7Digital Output 4DO 3set_do(3, val)
8Power Negative-
9Analog Input 1AI 0get_ai(0)
10Analog Input 2AI 1get_ai(1)
11Digital Input 1DI 0get_di(0)
12Digital Input 2DI 1get_di(1)
13Digital Input 3DI 2get_di(2)
14Digital Input 4DI 3get_di(3)
15Power Negative-
  • Digital inputs are PNP type, input voltage 3~30 V.
  • Digital outputs are PNP type, output voltage 24 V, total output current for 4 ports maximum 2 A.
  • Analog inputs/outputs support the following two types:
    • Voltage type: input/output voltage 0~10 V.
    • Current type: input/output current 4~20 mA.

Flange I/O

As shown in the chart below, the end flange provides I/O interfaces accessed through SA810:

  • 2 digital input interfaces.
  • 2 digital output interfaces.

End Flange I/O Hardware Interface Diagram

No.InterfacePort PropertiesProgramming Example
1Power Positive24 VMaximum supply current 2 A
2Power Negative
3Digital Output 1FDO 0set_flange_do(0, val)
4Digital Output 2FDO 1set_flange_do(1, val)
5EIA-485 ARS485 D-modbus.new_flange()
6EIA-485 BRS485 D+modbus.new_flange()
7Digital Input 1FDI 0get_flange_di(0)
8Digital Input 2FDI 1get_flange_di(1)
  • Digital inputs are PNP type, input voltage 3~30 V.
  • Digital outputs are PNP type, output voltage 24 V, total output current for 2 ports maximum 1.5 A.

Voltage or current type analog inputs/outputs are not supported. Modbus/RTU protocol is supported on the RS485 interface.

TIP

In the LM6J trial production model, the interfaces corresponding to numbers 5 and 6 are CANH and CANL respectively.

The new LMG-90 gripper only supports communication via RS485 serial protocol on the LM3 model, and is not compatible with CAN protocol.

Expansion I/O

If the above-provided input/output interfaces are insufficient, you can contact us before purchasing equipment for I/O expansion modifications.

Communication Interfaces

The control box also provides communication interfaces with different protocols:

Control Box Communication Interface Diagram

No.FunctionPerformance ParametersProgramming Example
1RS485A485 Interface Aserial.open("/dev/ttyS1")
2RS485B485 Interface Bserial.open("/dev/ttyS1")
3TX-232232 Interface Transmitserial.open("/dev/ttyS3")
4RX-232232 Interface Receiveserial.open("/dev/ttyS3")
5TX-TTLTTL Signal Transmitserial.open("/dev/ttyS2")
6RX-TTLTTL Signal Receiveserial.open("/dev/ttyS2")
7Signal Ground

Network Connection

LM3 provides three network connection methods: Ethernet, Wi-Fi (2.4 GHz) hotspot network, and 4G cellular network. The control box is equipped with an RJ45 Ethernet port (8P8C), a pair of Wi-Fi antennas, and a 4G antenna.

The device connects to the cloud through IoT, with only the device online status registered by default. When device debugging encounters difficulties and requires our remote assistance, we will obtain your consent to connect to your device through the IoT platform, view device information, and may modify your device configuration.

TIP

Batches produced before 2020 do not have a built-in 4G IoT module and cannot help you solve problems through remote connection. If you need further support, you can contact our after-sales service for a discounted replacement.

Robot Installation

LM3 robot supports three installation methods: upright, inverted, and side mounting (when side mounting, ensure the robot cable exit faces downward).

Upright

Upright

Inverted

Inverted

Side Mounting

Side Mounting

Use the 4 M6 screws from the robot accessories kit to install against the 4 mounting holes on the robot base as shown below. It is recommended to tighten these screws at 9 N·m torque.

If more precise robot positioning is needed, you can drill 2 holes with 5 mm diameter and use pins for additional fixation.

Robot Base View

WARNING

  • Every mounting hole of the robot should be secured with a screw.
  • When installing the robot, support the robot until all base screws are fully tightened.

Warning

Do not fix the robot (including control box) in an unstable position, otherwise it may fall and be damaged.

End-Effector Tool Installation

As shown below, the front face of the robot end flange has 4 M6 threaded holes for connecting end-effector tools to the robot. The side of the flange has 4 M3 threaded holes for installing Lebai lightweight end-effector tools. Under normal use and excluding external collisions, the robot end-effector (including tools) can withstand a maximum load of 3 kg.

Effective Payload

Effective Payload Diagram

The robot's maximum allowable effective payload depends on the center of gravity offset, as shown above. The center of gravity offset is defined as the distance along the normal direction of the flange face between the center of the tool output flange face and the center of gravity.

Warning

  • Load conditions should be within the range shown in the chart.
  • The effective payload shown in the chart represents the maximum load capacity. Under no circumstances should the maximum weight shown be exceeded.
  • Exceeding the allowable value will cause premature damage to internal robot components.

  1. It is recommended to use Google Chrome browser, Microsoft Edge browser, or other modern browsers based on Webkit for a better experience. ↩︎