Hi Everyone,
I am working a on Fanuc robot which is not showing cycle time. As far as i know fanuc robots normally display cycle time under the registers..Can anyone help me displaying a live cycle time?
Hi Everyone,
I am working a on Fanuc robot which is not showing cycle time. As far as i know fanuc robots normally display cycle time under the registers..Can anyone help me displaying a live cycle time?
Didn't find what you were looking for?
New postCreate a BG Program
TIMER[1]=RESET
TIMER[1]=START
...(Process you want to time)
R[100:Process Time]=TIMER[1]
TIMER[1]=STOP
R[X]=TIMERX
It will show live timer
Please sign in to leave a comment.
Comments
1 comment