textmsg(rq_current_pos())
@abeachy_HG24 I assume that with the old package, you would take the position value in the gripper toolbar and write it directly in your program as the object's width expectation. This is not possible with the URCap. However, what I suggest is that in your program you put that line of code after the Gripper Close instruction:
I use the 0-255 position of the gripper quite frequently in my programs to determine if that part is the correct size, and I was wondering if there was anyway to have the 0-255 appear in the UR cap instead of the 0-100%? With the UR cap being in percent, it is more time consuming to determine the 0-255 position.