question

Thoams G avatar image
0 Likes"
Thoams G asked Patrick Cloutier commented

How can I create a Task sequence for a task executor?

Hello dear Flexsim Community

I am stuck in a Problem regarding my FlexSim Simulation model of an Industrial Washing Plant.

Brief description of the original Problem:
After the delivery of different items, they have to be grouped according to their item type. E.g. 1.000 sheets have to be bundled into groups of 62, whereas the 10.000 shirts are grouped into sets of 1.000. For this grouping of items only one operator is available and he should always make 5 groups of one item, then go to the next. This process should loop until everything is grouped. If, for example, there are only 160 sheets left, he should make 3 sets (1.+2. 62 and the 3rd with the remaining 36).

I tried everything i could think of, but now I find myself at this dead end. I really appreciate any help you could give me.

Thank you in advance,

Thomas

Choose One
task sequencesequencetask executor
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Joshua S avatar image
0 Likes"
Joshua S answered Patrick Cloutier commented

I would consider using Lists in process flow. Pull from list activities can pull a specific amount, or will pull a remaining amount. If you work with process flow, i would suggest not using a combiner object, but have a regular queue which has a limit of 1, then add a pallet, then tell your operator to move the 62 sheet to the pallet in the queue. Combiners get tricky when changing the amount of items you are batching. In process flow you can move the pallet full of sheets to the next queue.

· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.