EasyManua.ls Logo

Omron TJ2-MC64 - PROGRAMMING - Page 140

Omron TJ2-MC64 - PROGRAMMING
362 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
BASIC commands
PROGRAMMING MANUAL 134
Revision 1.0
fig. 34/i
A
B
C
D
E
Example An X-Y plotter can write text at any position within its working envelope. Indi-
vidual characters are defined as a sequence of moves relative
to a start point. Therefore, the same commands can be used regardless of the
plot origin. The command subroutine for the letter M is:
write_m:
MOVE(0,12) 'move A > B
MOVE(3,-6) 'move B > C
MOVE(3,6) 'move C > D
MOVE(0,-12)'move D > E
RETURN
See also AXIS, MOVEABS, UNITS.

Related product manuals