Manual

Table Of Contents
Arduino Kit Demo Description 7 MoveBlock Demo
Issue V2.1 (2019-12-05) Demo Description Copyright © Yuejiang Technology Co., Ltd
20
\
Figure 7.3 Obtain Cartesian coordinates
Define the coordinates of point A and point B
The coordinates can be obtained from the Operation Panel of DobotStudio page.
Program 7.2 Define the coordinates of point A and point B
//Coordinates of A point
#define block_positio_X 263 //X-coordinate of A point
#define block_position_Y 3 //Y-coordinate of A point
#define block_position_Z -40 //Z-coordinate of A point
#define block_position_R 0 //R-coordinate of A point
//Coordinates of B point