Files
6040-003/KUKA/KRC/R1/Program/Grip/GripClose.src

10 lines
262 B
Plaintext
Raw Normal View History

2026-03-02 16:05:08 +08:00
&ACCESS RVO
2026-02-06 19:32:09 +08:00
DEF GripClose ( )
Q_GripPosIndex=102
Q_GripPosCount=I_GripPosCountRet+1
IF Q_GripPosCount>1000 THEN
Q_GripPosCount=1
ENDIF
WAIT FOR (I_GripPosIndexRet==Q_GripPosIndex) AND (I_GripPosCountRet==Q_GripPosCount) AND I_GripClose
END