How to Pull Parts

How to Pull Parts

akshaykumarrrrr161
Participant Participant
176 Views
1 Reply
Message 1 of 2

How to Pull Parts

akshaykumarrrrr161
Participant
Participant

Hi community,

I am learning FlexSim for that I need some guidance.
I have attached one sample model for your reference.
I want Processor2 to pull a part from Queue1 every 500 seconds using only 3D connections, without using Process Flow. Is this possible to achieve within the 3D model?

If yes, please guide me.

0 Likes
Accepted solutions (1)
177 Views
1 Reply
Reply (1)
Message 2 of 2

moehlmann_fe
Collaborator
Collaborator
Accepted solution

Assuming that the 500s timer only starts after an item was actually pulled, you can use the OnEntry and OnMessage triggers for this. When an item enters the input of the processor gets closed and the processor sends a delayed message to itself. When the message is received 500s later the input is opened again.

moehlmann_fe_0-1757917308450.pngmoehlmann_fe_1-1757917339986.png

 

0 Likes