Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 22.0.16 ]
Why is the PF not pulling a item after 3600s ? Cure Buffer.fsm
Solved! Go to Solution.
[ FlexSim 22.0.16 ]
Why is the PF not pulling a item after 3600s ? Cure Buffer.fsm
Solved! Go to Solution.
Why would it, there are no tokens entering the Pull from List activity.
If you want to achiece a "minimum dwell time" in the queue it would also be better to implement this as a delay before the items are pushed to the list. Pulling from a list with a query that depends on the age will require you to define events that cause backorders of the list to be reevaluated. This is needed so items which had not yet reached the minimum age when the token entered the activity are checked again later.
I actually don't see a good reason to use a list here at all. Why not move the item after a delay in a single PF block?