Pull from list issue

Pull from list issue

gcchidam
Contributor Contributor
23 Views
3 Replies
Message 1 of 4

Pull from list issue

gcchidam
Contributor
Contributor

[ FlexSim 22.0.16 ]

Hi I am trying to do a van loading simulation. In the simulation the van arrival sequence and the dispatch sequence is not same. I am trying to use "list" to create dispatch sequence and release van accordingly. When i try with list , its not working as per the sequence. Could someone help ? Attached model for reference.

Another concern is that vehicle moves even if there is a vehicle infront . It should not move .

Need support. Van_Loading Simulation.fsm


0 Likes
Accepted solutions (1)
24 Views
3 Replies
Replies (3)
Message 2 of 4

jason_lightfootVL7B4
Autodesk
Autodesk

You should try this option on the task executers:

1690900965961.png

Select them all (red) by shift click and drag a net around them, and then click on one to edit it and have the others be updated automatically.

0 Likes
Message 3 of 4

moehlmann_fe
Explorer
Explorer
Accepted solution

The Sequence label field on the list currently has no impact on which token gets to pull a value first and thus also leave first.

You can use the Backorder Strategy of the list to control which token gets to pull something first. That wouldn't necessarily involve the list values though. I'd map each Sequence value to a priority and order by that priority. Since the values that are pulled from the list don't actually matter in this case, the same logic could be build using a Zone.

To use what you have already build, you can reverse the logic and have the vehicle tokens be pulled in the right order by matching their Sequence value to that of the pulling tokens in the query.

van-loading-simulation_1.fsm

In the attached model I also corrected the order of the vehicles in the group, since the sequence seems to assume that the loading points are pulled in ascending order.

Finally, to prevent the vehicles from travelling through each other, you have to set to them to "Do not travel offsets and block space on networks".

1690901455224.png

0 Likes
Message 4 of 4

gcchidam
Contributor
Contributor
Thanks @Felix Möhlmann @Jason Lightfoot for your quick support !
0 Likes