Belows you find instructions for Using the Dobot Magician Lite Robot. The complete user guide can be downloaded here!
1. Before You Start
- Make sure the computer is turned on.
- Check that the Dobot Magician Lite is:
- Connected to the computer via USB
- Powered on (indicator lights on the base should be lit)
- Open the software used with the robot:
- DobotLab, DobotStudio, or DobotBlock
2. Connecting the Robot
- Start the software.
- Look for “Connect”, “Device”, or “Robot” in the menu.
- Select the robot from the list (usually “Dobot Magician Lite”).
- Wait until the software shows Connected.
If it doesn’t connect:
- Check the USB cable.
- Restart the robot.
- Restart the software.
3. Setting Up the Robot for Use
A. Calibrate the Robot
This ensures the robot knows its starting position.
Click “Home” or “Calibration”.
The robot arm will move to its default origin point.
B. Attach the Tool
Use the:
- Suction cup
- Gripper or
- Pen holder
Make sure the correct tool is attached and locked.
4. Moving the Robot Manually
A. Using the On‑Screen Controls
- Look for the Jog or Manual Control panel.
- Use the arrows or sliders to move the:
- Base (rotate)
- Arm up/down
- Arm forward/back
- End effector (tool)
The robot should move slowly and smoothly.
B. Using Blocks (for Coding)
If your software uses block programming:
- Go to Programming → Blocks.
- Use blocks such as:
- Move to (X, Y, Z)
- Wait
- Grab / Release
- Set Suction ON/OFF
- Create a sequence.
- Click Run.
5. Creating a Simple Robot Program
Here is the easiest beginner program as an example:
Goal: Pick up a block and place it somewhere else
- Home the robot
- Move robot to the block
→ “Move to (X1, Y1, Z1)” - Activate gripper or suction
→ “Suction ON” or “Gripper Close” - Lift the block
→ “Move to (X1, Y1, Z2)” - Move to a new place
→ “Move to (X2, Y2, Z2)” - Release the block
→ “Suction OFF” or “Gripper Open” - Move back
→ “Move to Home”
Press Run.
6. Safety Rules
Students must follow these:
Do
✔ Keep your hands away from the arm when it’s moving
✔ Move the robot slowly
✔ Make sure nothing is in the robot’s path
✔ Stop the program if the robot behaves strangely
Don’t
✘ Don’t pull the robot arm
✘ Don’t force any tools
✘ Don’t place your fingers under the gripper
✘ Don’t change cables without permission
7. Troubleshooting
| Problem | Solution |
|---|---|
| Robot does not connect | Check USB, restart software and robot |
| Robot moves strangely | Re‑Home the robot |
| Tool not working | Check the cable between the tool and the robot |
| Program won’t run | Delete last blocks, try simpler movements first |
8. When You’re Done
Save your project
Turn off the robot
Close the software
Clean up tools, blocks, and workspace