ForkLift Task Sequence.fsmHello everyone,
I am working on a forklift model in FlexSim, and I need help implementing the logic for batch loading and unloading. Here’s what I am trying to achieve:
- The forklift pulls a batch of items from a list (e.g., 100 items).
- It can load 10 items at a time onto the forklift.
- It then travels to a designated unloading station and unloads.
- The forklift repeats this process until all items are moved.
- If the total items are not a perfect multiple of 10, the last trip should carry the remaining items (e.g., if there are 85 items, the forklift should take 8 trips with 10 items and 1 trip with 5 items).
Thanks in advance!