How to do that operator work with particular processors?

How to do that operator work with particular processors?

yertay_k
Not applicable
49 Views
3 Replies
Message 1 of 4

How to do that operator work with particular processors?

yertay_k
Not applicable

[ FlexSim 17.1.4 ]

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

0 Likes
Accepted solutions (1)
50 Views
3 Replies
Replies (3)
Message 2 of 4

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

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.

Message 3 of 4

joerg_vogel_HsH
Mentor
Mentor

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.

9003-operator-by-output-port.png

0 Likes
Message 4 of 4

yertay_k
Not applicable

Thank you!

0 Likes