Hello Everybody,
I am using kuka KRC2 with version of V5.4.14,
I'd like to make my program using relative movements for z axis, I have to pick somewhere between 500 to 1000 number of sheets which all kept in a single column. The number of the sheets can be interrupt by operator anytime, each sheet has the thickness of 2mm.I have a sensor which is mounted on the gripper for the sheet present feedback.
I would like to move the robot from a reference point PTP P1 to the down side 2mm,check for the part present feedback if TRUE pickup the sheet or keep going towards down in each 2mm until I get the sensor feedback also it should not go down beyond the last sheet position.
How do I programme for this,I've found LIN_REL{Z},which makes a relative movement from the actual position.
Thanks in Advance