Hello guys,
I have got robot Fanuc LR Mate 200iC and lately I made a program that calls other subprograms responsible for movement in the X, Y and Z axes.
Main program:
LBL[1]
IF DI[81]=ON,CALL X_
IF DI[82]=ON,CALL X
IF DI[83]=ON,CALL Y_
IF DI[84]=ON,CALL Y
IF DI[85]=ON,CALL Z_
IF DI[86]=ON,CALL Z
JMP LBL[1]
and all subprograms are the same, for example X_ (X- direction):
PR[100]=PR[100]-PR[100]
PR[100]=LPOS
PR[100]=PR[100.1]+1
L PR[100] 200mm/sec CNT100
I wanted to know if it is possible to calculate or predict how much the robot will move on a given axis if I kept the signal at the input signal for example for 5 seconds. The Inputs are setted from PLC, and the communication between them is realized by peripheral I/O