Hey, I have multiple robots who’s sharing the same zone. Since they do not have the world zones option my code looks as follow
MoveAbsJ Startpos,vmax,z20,tRob_4_Vevhusgrip\WObj:=wobj0;
Reset OUT_bInSharedZone;
Set 1_Ready;
WaitUntil TestDI(2_Ready);
Reset 1_Ready;
Since I want to keep a nice flow I don’t want to use my MoveAbsJ as a stop-point, but this will as you know move the program pointer further down the code. I’ve tried the WaitRob \inpos, but this works the same as if I have a fine point.
I’ve read something about the \inpos argument in the MoveAbsJ instruction, but how does this work exactly? Does it make sure the PP won’t move until the robot is within the specified zone?
Thanks!