question

Yertay K avatar image
0 Likes"
Yertay K asked Yertay K commented

How to do that operator work with particular processors?

Hi everybody, I work with Flexsim first time. I have problem with assign operator to processerand queue Fo example i have 1 queue and 4 processes and i want that each operator work with own route betwen queue and processors, how i can implement it? mms-fs.fsm

FlexSim 17.1.4
queueoperatorprocessor
mms-fs.fsm (23.1 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

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Yertay K commented

The keyword is a tagged resource. Here is a link to an answer. A label at an item tells the operator to stay with the item. This can be the transport or the processing of the item. If you just want that an defined operator always transport an item to the same processor from the queue, you should use the output port of the item at the queue selecting the centerport connection of the operator as the reference for the use transport option.

· 2
5 |100000

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

Joerg Vogel avatar image Joerg Vogel commented ·

The second approach uses operators connected by center port connections at the queue. For each processor an own operator for the transport of the items. Instead of the direct number in the centerObjects attribut you use the port variable from the source code of this function as shown below.

0 Likes 0 ·
Yertay K avatar image Yertay K commented ·

Thank you!

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.