User Manual
11 Examples
11.1 Draw a square
Here is an example of a very simple program.
Listing 1: Square path with the MoveLin command
ActivateRobot
Home
MovePose (140 , -100, 250 , 0, 90, 0)
MoveLin (140 , 100 , 250 , 0, 90, 0)
MoveLin (270 , 100 , 250 , 0, 90, 0)
MoveLin (270 , -100, 250 , 0, 90, 0)
MoveLin (140 , -100, 250 , 0, 90, 0)
MoveJoints (0, 0, 0, 0, 0, 0)
Figure 20 shows the result of each of the rst four motion commands.
(a) MovePose(140,-100,250,0,90,0)
(b) MoveLin(140,100,250,0,90,0)
(c) MoveLin(270,100,250,0,90,0)
(d) MoveLin(270,-100,250,0,90,0)
Figure 20: The four separate robot positions that dene the motion sequence
Copyright c
2020 by Mecademic Inc.
Page 35 of 38