question

Unax Urrutia avatar image
0 Likes"
Unax Urrutia asked Unax Urrutia commented

Help with truck travels during the day

Hello,


I need help in truck travels.

My case is based on tokens are acumulated in a queue and I want to move them from one queue to another by truck twice a day at 7am and 8am. With that travels I want to take advantage of the travels and load another items from a queue next to the queue I unload the other items refered before to unloaded in another queue next to the queue that I loaded the tokens refered before (also twiece a day)

I dont achieve doing it twice a day, only it does it once. I attach my model in case someone can help me.

EIKA_Osoa_autosave.fsm

FlexSim 23.2.3
queuetruck
· 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.

1 Answer

Nil Ns avatar image
0 Likes"
Nil Ns answered Unax Urrutia commented

Hello Unax,


There are two things you need to change. The first is the source, which needs to create a token at 7 and at 8.

1737976774757.png


Even with that, you are only opening the port with ProcessFlow, not creating the movement. If the truck is in use when the port opens, it will not do the movement.


The truck has a load and unload time for each box. You have a 15-minute load time, which means it takes a lot more than 60 minutes to load all the boxes. Therefore, the truck only does one

movement.

Thanks.


1737976774757.png (37.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.