Use batching and pulling to reduce setup time

Use batching and pulling to reduce setup time

maximilian_groening
Community Visitor Community Visitor
13 Views
1 Reply
Message 1 of 2

Use batching and pulling to reduce setup time

maximilian_groening
Community Visitor
Community Visitor

[ FlexSim 24.2.2 ]

Hello,

i have 3 different Items running through a "washing station". That station has setup time, when the "Form" Label changes. The 3 different Types (Form) are seperated into 3 Queues that perform batching.
My idea is that there is a queue (Q_WashProcess) that pulls one batch and only pulls the next batch, when its empty.

I cant find a way where the station switches between "Forms" so often, that its spending most amount of the time in "setup"

Sadly i have no experience with ProcessFlow
Some help would be greatly appreciated

0 Likes
14 Views
1 Reply
Reply (1)
Message 2 of 2

ralf_gruber
Collaborator
Collaborator

thl23564,

attached is a sample model of how I understood your question. The three upstream queues collect a batch of 5 items, the downstream queue pulls the batch with the longest waiting time.

The "Specific Item Label" Pull Requirement has been modified to take only items with the same type label already present in the queue. If it is empty, it can take any type label value.

Does that help?

BatchingPullingSample.fsm

0 Likes