I have a Pull from a List where the number of pieces pulled is tracked in an array (NumSheets):
I just added a Preemption which stops the Max Wait trackers from measuring off-shift time.
The information on what was already pulled is maintained during the preemption, and the system updates the PULL requested and required on return, so that the correct number of pieces is pulled.
BUT the next PULL, which should be NumSheets(3) is starting as if it's a new PULL and replaces the existing array values with the new data. So, when I add up the values in the array to get the total number of pieces pulled, it is wrong.
Is there anything I can do to stop it from doing this?