question

Cayo E avatar image
0 Likes"
Cayo E asked Joseph Gillespie edited

Customize Use Operator for Process

As I configure the operator to operate different processors? For example, I need an operator to operate 6 items on one processor and then go to another processor to process a single item.

FlexSim 18.2.3
use operator for process
· 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.

Cayo E avatar image Cayo E commented ·

Another question, for two operators working on a single processor but different shifts, can only do this using the dispatcher?

0 Likes 0 ·
Joseph Gillespie avatar image Joseph Gillespie commented ·

Hi @Cayo E

Could you take your comment and ask it as a separate question? That would be helpful for the members of the forum so that they can find it if they have similar questions.

See here for more detail on this: Best practices for using this Answers site

0 Likes 0 ·
Cayo E avatar image Cayo E Joseph Gillespie commented ·

Okay.

0 Likes 0 ·

1 Answer

Joseph Gillespie avatar image
0 Likes"
Joseph Gillespie answered Cayo E commented
@Cayo E

Here's a model I created using Process Flow where the operator processes six items on one processor and then one item on the other processor, then repeats. operator2processors.fsm

In my Process Flow, both queues push all arriving items to lists. The operator travels to the first processor and then one at a time pulls an item from the list and waits for it to finish processing. He does this 6 times and then moves to the second processor and does this once. Then the whole process repeats.

Let me know if you have any questions!


· 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.

Cayo E avatar image Cayo E commented ·

It's perfect.

Thanks.

0 Likes 0 ·