question

Erica W avatar image
0 Likes"
Erica W asked Erica W commented

Delay operator at location between queue and processor

For my simulation I would like for my operator to pick up the flow item from the queue, travel to a station(shape), and delay there to simulate setting up an item to scan. The operator should then take the item to the processor and load it onto the processor. What is the best way to do this in process flow and link to a 3D model?

FlexSim 17.1.2
processflowoperator movements
· 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.

Erica W avatar image Erica W commented ·

scanned-simulation-7202017.fsm

I am currently using a queue instead of a shape

0 Likes 0 ·

1 Answer

·
Regan Blackett avatar image
1 Like"
Regan Blackett answered Erica W commented

@Erica W

There are a couple of approaches you could take with this, either driven by an Event Triggered Source or the use of a Subflow Task Sequence triggered by the Queue.

Attached is a model that does what I think you are looking for using an Event Triggered Source and Three Resources, one each for your operator, midpoint destination and processor destination.

Basically whenever the Queue wants to 'release' a flowitem (Send to Port Event) the Event Triggered Source will create a token that represents that flowitem in Process Flow. It will then flow through the activities, Acquiring the needed resources, executing the Task Sequence activities for the Operator and then releasing the Resources at the end. Note the use of a Wait For Event activity that listens fro the OnProcessFInish trigger as a signal that it's ok to release the Processor fro the next flowitem.

midpoint-te-travel.fsm


midpoint.png (69.1 KiB)
· 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.

Erica W avatar image Erica W commented ·

@Regan Blackett Thank you! Yes, this is what I was looking for.

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.