question

Dustin S avatar image
0 Likes"
Dustin S asked Matthew Gillespie answered

Pull/Push List gives Error

I have the push/pull list created. I split the tokens so one continues on to keep traveling and the other gets pushed back to the list. However, I get an error after the first 10 trucks come through. It is almost as if the next incoming truck does not have a destination to go to. If you run my model to 7:30am you will see that the truck is waiting, and does not get a destination from the list. Any help would be great!

FlexSim 17.1.1
push and pull list
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

·
Matthew Gillespie avatar image
1 Like"
Matthew Gillespie answered

You are pushing the queues back on the list using token.Destination. But, the Destination label is the SplitID from the Split activity before it. You aren't really using the splitID so I would just clear that field.

You just need to change the Push Value on the Push to List activity to token.destination instead of token.Destination.

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.