question

Sujit avatar image
0 Likes"
Sujit asked Jeanette F commented

Operator not following the sequence and batch order on multiple machines

Hello, in my model 1 operator is working on 2 machines.

Operator's Process flow will be – Travel till Queue 5 – pick 2 parts – walk to queue 2 – place there – get 1 part out of it – walk till Processor 1 – process on it and pass to Queue 1 – walk back till Queue 2 – get second part – walk till Processor 1 – process on it – pick up the product – walk till Queue 1 – get first part also – walk till Queue 3 with 2 parts in hand – place on Queue 3 – walk till rack 1 - pick up one part - walk till Processor 2 – process the part - pick up the part - walk till queue 4 – after completing this repeat the same sequence


Thanks in advance.

sample 3.fsm

FlexSim 23.0.0
operator task
sample-3.fsm (47.6 KiB)
· 1
5 |100000

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

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Sujit, was one of Jason Lightfoot's or Joerg Vogel's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Felix Möhlmann commented

For this you should probably create exactly that sequence of tasks in a process flow.

Years ago we would have used a tasksequence with callsubtasks but a process flow will be much easier.

· 4
5 |100000

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

Sujit avatar image Sujit commented ·

Hello Jason, One thing I missed is the part receiving at Queue 5 is not continuous. I have corrected in the attached model. You can see after 140 seconds operator starts carrying the parts without finishing the task. sample 4.fsm

0 Likes 0 ·
sample-4.fsm (73.5 KiB)
Felix Möhlmann avatar image Felix Möhlmann Sujit commented ·

You can try to use the "Break To" setting of the operator and the preemption and priority settings for the different tasks to get the result you want to achieve.

1674027390719.png

1674027408674.png

Though as Jason said, a long sequence of tasks with a fixed would likely be easier to implement in Process Flow, since it gives you direct control of the order of operations.

0 Likes 0 ·
1674027390719.png (8.8 KiB)
1674027408674.png (2.0 KiB)
Sujit avatar image Sujit Felix Möhlmann commented ·

Can you help me by applying your suggestion in my model...?


0 Likes 0 ·
Show more comments
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

Here is an example to get a stable sequence of processing support and transport.

keep_sequence_of_jobs.fsm


5 |100000

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

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.