question

Dirk Boumans avatar image
0 Likes"
Dirk Boumans asked martin.j answered

Wait for Event with a List OnPartitionContentChange

waitforevent-r19-0-4.fsmHi,

I've a problem with the Wait for Event function when it waits on a partion of a list reaching a certain value. The list is used as a "stock list" and when the stock is empty, so no more entries on the partition, the token should be released to refill that partition. However I can't get the function to work this way. See attached example on how I designed it.

The funny thing is that I designed this months ago in my project and to my memory it worked. However it doesn't anymore, and I can't remember changing the logic.

Hopefully someone can help me with this.

waitforevent-r19-2-3.fsm

FlexSim 19.2.2
process flowlistwait for eventpartitions
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

·
martin.j avatar image
0 Likes"
martin.j answered

Hello Dirk,

I cant say if this was something that worked in the past, but if you want this to work now I suggest using a global list and pointing your event listeners to that list.

If you create a global list and link it to your List activity in the flow rather than using an internal list, and then link your 'Wait For Event' activity directly to the Global list in the toolbox rather then the list activity in the flow - it should work.

I hope this helps.

BR. Martin


vme-sc-2.png (51.0 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.

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.