question

Łukasz E avatar image
0 Likes"
Łukasz E asked Jason Lightfoot answered

pull same item Type as before

Hi,

I would like to pull the same item Type on Processor as I pulled before. When there is another item (in the queue) with the same item Type, I need to pull this item (to minimize changeover).

When there is no more items with the same Type as before I need to pull the first item in the queue.

How to do it correctly? I made a label on processor, I pull the same type, but how to change the pull requirements to First item from the queue when there is not the same item Type.

FlexSim 20.1.3
pullitem typematching item types
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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

Pull the best item using a custom value and use this expression for the value:

current.lastType==item.Type

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