configuration queue & process flow

configuration queue & process flow

gary_q
Not applicable
20 Views
4 Replies
Message 1 of 5

configuration queue & process flow

gary_q
Not applicable

[ FlexSim 22.1.1 ]

The maximum content of queue 2 is 4, how can I make respect the configuration of queue 2, when I use process flow?

example queue.fsm

0 Likes
Accepted solutions (1)
21 Views
4 Replies
Replies (4)
Message 2 of 5

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

You cannot! Process Flow is a logic level above 3D modeling parameters. You are responsible to read parameters of 3D model objects yourself. Then you can build conditions in Process Flow which are taking into account those restrictions.

0 Likes
Message 3 of 5

moehlmann_fe
Observer
Observer

Here is an example of how this could be done: The token checks the current content of the queue against its max. content property in the decide activity. If there is no space, it is send to a 'Wait for Event' activity and waits until an item leaves Queue2 before continuing.

1658213835629.png

example-queue-fm.fsm

0 Likes
Message 4 of 5

jason_lightfootVL7B4
Autodesk
Autodesk
Note: If it's a mixed case (process flow and port flow for example) then you should also be checking the nroftransportsin variable of the queue).
0 Likes
Message 5 of 5

gary_q
Not applicable
0 Likes