Manual

Table Of Contents
Dobot Magician User Guide 5 Operation
Issue V1.7.0 (2019-01-09) User Guide Copyright © Yuejiang Technology Co., Ltd.
150
Scripting
You can control Dobot Magician over scripting. Dobot Magician supports various API, such
as velocity/acceleration setting, motion mode setting, and I/O configuration, which uses Python
language for secondary development. For details about the Dotob Magician API interface and
function description, please see Dobot Magician API Description.
The download path is
https://www.dobot.cc/downloadcenter.html?sub_cat=72#sub-download.
Prerequisites
Dobot Magician has been powered on.
Dobot Magician has been connected to DobotStudio successfully.
Procedure
The Script page is displayed.
You can call the interface by double-clicking on the left pane of the Script page, the
corresponding interface will be displayed on the middle pane, as shown in Figure
5.184. You can also click icon of the corresponding interface to view the way
how to set the parameters. The scripting examples (including Jog, PTP, and Pallet)
can refer to Installation directory/DobotStudio/config/ststore/.
Figure 5.184 Write a script