
LNC-M8000
Function
寶元數控精密股份有限公司 205
LNC Technology Co., Ltd.
#1= R_RESTART(0,101); /* read R-restart firt axis target site ABS coordinate */
This function will stop interpretation automatically.(TypeⅡ)
PATH =>Path No., value range 0 ~6, unit:N/A.
0:Current path, 1~6:First path~6th path.
TYPE =>Type, value range****, unit:N/A.
101 ~ 132: Target site ABS coordinate 1~32 axis, unit=mm
201 ~ 232: Target site MACHINE coordinate 1~32 axis, unit=mm
301 ~ 332: Offset from current position to target site 1~32 axis, unit=mm
Part program Read manual return info, unit=as above
Alarm:
-1 => Read coordinate error
#1= R_BREAKPOINT(0,101); /* read manual return first axis target site ABS coordinate */
8.5 Read/write R and variables function
This function will stop interpretation automatically.(TypeⅠ)
R_No=> R location NO., value range0 ~ 179999, 1000000 ~ 5999999, unit:N/A
R VALUE, value range-2147483648 ~ 2147483647, unit:N/A
Alarm:
-1 =>R value NO. is over range.
#1=R_REG(1); /* If R[1]=12, #1Value=12 */
This function will pre-read R bit, easy to have pre-INT problem, so need to use WAIT(….) to use,
suitable for advanced programmer to use.
R_No=> R location NO., value range0 ~ 179999, 1000000 ~ 5999999, unit:N/A
R VALUE, value range-2147483648 ~ 2147483647, unit:N/A
Alarm:
-1 =>R value NO. is over range.
#1=R_REG_F(1); /* If R[1]=12, #1Value=12 */
This function will stop interpretation automatically.(TypeⅠ)
R_No=> R location NO., value range0 ~ 179999, 1000000 ~ 5999999, unit:N/A
Komentáře k této Příručce