
LNC-M8000
MACRO
寶元數控精密股份有限公司 181
LNC Technology Co., Ltd.
5.4 Send MACRO arguments method
Call MACRO can be via NC address(english letters, expect G、N)to send in arguments, there is no order of
them. These arguments has corresponding local variables from MACRO, as below:
Variables corresponding list as below:
O0001;
.
.
G65 P0008 L1 A2.0 B3.0 C21.0;
.
.
M30;
O0008;
#4 = #1 + #2 + #3;
G00 X#4; /* equal to G00 X26.0;
*/
M99;
Komentáře k této Příručce