Attached is a sample model.forumQues.fsm This model has 3D objects with capacity of more than 1. These objects will pull items from a list with flowitems pushed into the list in PF. In PF upon flowitems are pulled out from the list, it will get an operator to load/unload the flowitem.
The issue is that upon completing unloading the first flowitem, the 3D objects does not continue to pull items from the list, though it has capacity for more. Is there something that need to be change in the model?
It is interesting to note that if the action in PF is changed to "move object" then the 3D objects will pull items from list to fill to its full capacity.