question

Kshitij Dhake avatar image
0 Likes"
Kshitij Dhake asked Kshitij Dhake commented

Pull item from the list after 3600 s

Why is the PF not pulling a item after 3600s ? Cure Buffer.fsm

FlexSim 22.0.16
list pull from list
cure-buffer.fsm (34.8 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Kshitij Dhake commented

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?

1727850080392.png


1727850080392.png (4.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.

Kshitij Dhake avatar image Kshitij Dhake commented ·
Your approach is easy to implement thanks
0 Likes 0 ·