question

Anggoro P avatar image
0 Likes"
Anggoro P asked Mischa Spelt commented

interpreting list synchronization

Hi, I have a question regarding how to interpret the captured result from my simulation

Here I have a plant, a DC, and demands. My idea is to model the DC in the form of list. Production is pushed ans stored in DC. When there is a demand, it will pull from the list (DC) if not available, it will be sink as lost sales. After I run it for a while. I got some tokens still in push to DC. Virtually, it seems that they haven't went inside the DC. Meanwhile, in DC, there are also several products stored.

After reading about list synchronization, it seems that my interpretation is wrong. Some tokens are still in push to DC because production rate is bigger than customer demand rate. If that is the case, is that correct if the total inventory = tokens still in push to DC + tokens in List: DC?

So, what exactly is tokens inside list: DC?

Thanks so much

@steven.hamoen

Choose One
list
a.jpg (38.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.

1 Answer

Mischa Spelt avatar image
0 Likes"
Mischa Spelt answered Mischa Spelt commented

Hi Anggoro,

The activity block at the bottom of your screenshot does not have a Sink activity. So even tokens that have been pulled from the list, will remain in the activity, simply because they have nowhere to go!

Also I don't understand the "Scrapping" activity - if I were you I'd have a look at the "max. wait timer" option on the pull activity. You can use that to reroute a token to an alternative destination (such as output connector 2) if the pull does not succeed within a given time.

· 2
5 |100000

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