Hi,
Can someone help me to understand how to correctly stop the flow immediately? I always?_T get the error ?_o112203 Wrong pick master error source value?__. I am not sure of wich bit should be ON. I try the entire bit ON because at point 1 of the PM book at page 237 is telling us to set the master work area and all is slave. In the controller properties of my project Infeeder1 is bit 1, outfeeder1 is bit 2, pallet is bit 3 and slipsheet is bit 4.
PM5 book:
Action
1 Set pmEvent_giErrorSource to select the flow’s master work area and all slave work
areas. See The Controller Properties window on page 64, on how to setup event signals
for the robot controller.
2 Pulse pmEvent_diTrigger to immediately generate an error on the flow and its work
areas.
3 Wait until the flow is in error state, which occurs when the flow’s status signal,
pmFlowX_goStatus, goes to 5.
So when I want to stop the flow because there is a problem during the movement whit the slipsheet which bit(s) should I but ON before trigging the pmEvent_giTrigger? And after for the recovery, can I do ?oredo last pick?_ or I have to do ?_oredo last layer?__?