6 Instruction List
DX100
6-1
156191-1CD
HW0482494
6 Instruction List
< >shows number or character data. When there are more than one
additional items in one section, choose one.
MFRAME Function Creates a user coordinate system using the position data of the given
three points as the definition point.
Format : MFRAME UF#(xx) <Data 1><Data 2><Data 3>
Additional
items
UF#(<User coordinate system No.>) 1 to 63
Data 1 Definition point ORG position data
Data 2 Definition point XX position data
Data 3 Definition point XY position data
IF statement
Example MFRAME UF#(1) P001 P002 P003
CALL Function Calls for a specified job and executes it.
If a user coordinate system number is specified, the job is executed
using the coordinate system indicated by that number when calling a
relative job.
Additional
items
JOB<Job name>
IG#(<Input group No.>)
B<Variable No.>
UF#(<User coordinate system No.>) 1 to 63
IF statement
Example CALL JOB:TEST-1
CALL JOB:TEST-1 UF#(2)
CALL IG#(02)
(Job call according to input signal pattern. In this case, job 0 can not
be called.)
JUMP Function Jumps to the specified job or label.
If a user coordinate system number is specified, the job is executed
using the coordinate system indicated by that number when jumping to
a relative job.
Additional
items
JOB:<Job name>
IG#(<Input group No.>)
B<Variable No.>
<Label No.>
UF#(<User coordinate system No.>) 1 to 63
IF statement
Example JUMP JOB:TEST1 IF IN#(14)=OFF