Hello,
I am working in a large model to place items on a pallet. However, I am not getting what I want done. Here is a test version where I am getting stuck. What I want:
- First the forklift places an empty pallet on the floorstorage
- Then the forklift placing boxes on a pallet (many different ones, now there are only 2 but in my model 59)
- When there are 200 boxes on the pallet, the pallet must go to the conveyor belt
- Then a new pallet is placed on the floorstorage again on which 200 boxes must be placed
test_place_items_on_pallet.fsm
And this loop must keep repeating.
Thanks in advance!