10.1.11 cycle_end문
설명
문법
cycle_end 사용 예
0001.job
...
move P,spd=30%,accu=0,tool=1
call 10
move P,spd=30%,accu=0,tool=1
move L,spd=30mm/s,accu=0,tool=1
move L,spd=30mm/s,accu=0,tool=1
delay 0.5
move P,spd=30%,accu=0,tool=1
end
0010.job
...
move P,spd=30%,accu=0,tool=1
delay 0.5
cycle_end
Last updated
Was this helpful?