question

Jonathan_Huang avatar image
0 Likes"
Jonathan_Huang asked Jonathan_Huang commented

Customize the Task Sequence

I am leaning Process Flow Tutorials/Tutorial 2 - Task Sequences/2.2 - Customize the Task Sequence

I already built the model and process flow base on instruction and having a task sequence in which the operators will go to the supply closet to get cleaning supplies and clean the processor after every item has been processed and transported. I want to modify task sequence to have two operators clean processor once after every 10 items have been processed and transported. Not after every item. Please instruct me to make this task sequence

1702006998945.png


Thank you so much

FlexSim 23.2.1
process flow
1702006998945.png (186.7 KiB)
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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Jonathan_Huang commented

To only do the cleaning every tenth item, you can add Decide activity to the Process Flow. If the input statistic (number of processed items) is divisible by 10 the token runs through the cleaning process. If not, those activities are skipped.

1702019925681.png

1702019914452.png

For an example of how to use more than one operator in a task sequence you can look at the Coordinated Tasks Tutorial.


1702019914452.png (15.9 KiB)
1702019925681.png (29.5 KiB)
· 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.

Jonathan_Huang avatar image Jonathan_Huang commented ·

Hi Mr Felix Möhlmann

Thank your for your quick respond. Right after Start sub flow activity I put custom code of closing input port for flow item to join processor1. I think decide activity need be to put in front of this custom code. I attached model file to make it easier for you to understand. Looking forward to hearing from you!

Thanks and best regard


2.2 - Customize the Task Sequence - modify.fsm

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Jonathan_Huang commented ·

That depends on when exactly the processor should be allowed to receive the next item. If you do not close the input before the current item is removed, then the processor can receive the next item as soon as the previous one is loaded by the operator.

Since the loading/unloading has to happen in every case, I only placed the Decide activity after it. But you can of course build two separate flows with some duplicate activities for each case.

22-customize-the-task-sequence-modify_1.fsm

0 Likes 0 ·
Jonathan_Huang avatar image Jonathan_Huang Felix Möhlmann commented ·

Hi Mr Felix Möhlmann

Thank you for your instruction

It worked as expected


0 Likes 0 ·

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.