TOMATECH AUTOMATION
(7) address and local variable relationship
3.25.2 Operation and jump command G65
Command format:
G65 Hm P# i Q# j R# k;
m: operation or jump command, range 01~99.
# I: macro variables name for storing values.
# j: macro variables name 1 for operation, can be constant.
# k: macro variables name 2 for operation, can be constant.
Command significance: # i = #j O # k
Example: P#100 Q#101 R#102…..#100 = #101 O #102;
P#100 Q#101 R15….#100 = #101 O 15;
P#100 Q-100 R#102…..#100 = -100 O #102;
Note: Macro variable name has no “#” when it is presented directly with constant.
Macro command list