Hello,
In this example model, each DP represents a point where the item must stop and perform an operation if required. Whether an operation needs to be performed is read from the Global table, where OP1 corresponds to DP MagFront, OP2 corresponds to DP Meas, and so on. A 1 means the operation must be performed, and a 0 means it does not.
Each time a tote (item) arrives at one of these DPs, it must check the internal PF list to see if the operation needs to be performed for its operation.
I thought about using token.celda
, which indicates which DP generated the event, to locate the ID of the DP group and compose the label OP+1 from the work list, but I don’t know how to do it.
I need help to solve this or any suggestions for a different strategy.
I would like to try to do this from the ProcessFlow activities without having to create specific CustomCode.
Thanks in advance.
Attached is the model.
Let me know if you need any further assistance!