Hello, A customer is making a palletising application with KinInterface. He needs to make trajectories by chaining points with Blending. He is following the example that is imported with KinInterface. The problem he has is that he is using the Case to do the sequence. In step 3 he loads the trajectory points. In step 4 he evaluates a variable and if it is True he goes to step 5 where he loads another point. By programming it this way, even if the variable GVL.productOK is always True, the robot stops and does not chain the point in step 5. I understand that the robot stops because the point load is in different Scan cycle. Is there any way with KinInterface to load some points and during the movement load another point and make it do a continuous path without stopping? Thanks in advance.
... View more