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

11 lines
267 B
Plaintext
Raw Normal View History

2026-02-12 11:51:44 +08:00
&ACCESS RVP
2026-02-06 19:32:09 +08:00
DEF GripOpen ( )
Q_GripPosIndex=101
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_GripOpen
END