Owner's manual

6-12 Beginning Programming
6. Choose Dot from the Dispensing Elements toolbar in the Teach Window.
A Teach Window opens prompting you to teach your dot. See Figure 6-5.
Figure 6-5 Teaching a Dot
7. Use the position controls or the keyboard to center the camera crosshairs over the upper left
dot in the Dots Pattern on Side 1 of the Tutorial Board.
8. Click on
Teach.
The numbers in the dot location box will change to the XY coordinates of your dot
point.
9. Click on
Done.
The following commands will be inserted into your program.
DOT: 1, (X1, Y1)
END:
NOTE X
1
,Y
1
are the coordinates of the dot. Your program should look similar to the one above,
however your XY coordinates will have numerical values.