The idea of the model is : Consider Queue1 and Queue2 hold 1 Box, each. The box may contain an in-built inventory of 10 parts, as shown in the global table. Every time a pallet arrives in a station, the adjacent queue must be checked for Parts. If the Current Inventory (Cur Inv) in the global Table is greater that the the Reorder Level (i.e. Pkg which is 5), the CurInv cell of the corresponding Queue must be decreased by 1. If the CurInv reaches the Reorder level; i.e. 5 in this case (Pkg), a trigger must be generated. The trigger generated must prompt the creation of one more box with the same in built inventory of 10 parts, like we started with in the beginning of the model.
1. How to pass the labels created in one process flow block, before it was pushed to the list onto the next process flow block, after we pull the token using pull from the list. In the ‘view entries’ option of the list I can see the labels created. However, on pulling the token I cannot find the labels attached to the token.
2. Can a query using the Where clause be written in the 'Pull from List', such that it checks for the value in the global table? In this model, each station in the 3D model has a label, StaName, corresponding to which a string value denoting its Station value is assigned. Can we check the station in which the box arrives by pulling only the token corresponding to the station from the list?
3. How to ensure the Pallet reaching the station waits in the station itself until all the functions (upon it's arrival in the station) have been completed?