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.

Thoams G avatar image Thoams G commented ·

I tried with process flow, but I am not familiar with it. Can you point me in a direction of a tutorial or sample model, where l could see the Pull from list applied? I tried to find one but I did not find one.

The Combiner is there because, otherwise I would have another Problem with the max content of the washing process, which has to be updated for the different items. A workaround in order to bypass my lack of FlexSim knowledge.

0 Likes 0 ·
Patrick Cloutier avatar image Patrick Cloutier Thoams G commented ·

Thoams, I myself postponed using ProcessFlow for a while until I decided to learn it. I did the tutorials and then forced myself to use it. It's amazing. It reduced my modeling time by half and now I have a lot less coding to do. You should really take the time to learn it.

2 Likes 2 ·
Joshua S avatar image Joshua S ♦ Thoams G commented ·

The tutorials are found in the user manual. Process flow allows better customization of your process that would otherwise have to be lines and lines of code.

0 Likes 0 ·
pic1.png (173.2 KiB)

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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