question

Ilham avatar image
0 Likes"
Ilham asked Ilham commented

AGV Process flow

Hello, Good evening.
can someone help me to solve this problem.
i already make the simulation of AGV to take box from source and put in input of processor.
and after finish, the agv will take from output and put in the queue 1(Finish Box).
but some case the AGV will put the finish box to input other input processor, not to finish queue.

what should i do.

0517.fsm

FlexSim 19.0.0
flexsim 19.0.0agvpathagv process flow
0517.fsm (156.4 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

Eric M avatar image
0 Likes"
Eric M answered Ilham commented

Hi @Ilham S2, if I'm understanding correctly, you just want to send items that are finished processing to Queue1, correct? It looks like the destination label on the item is never updated which is why many boxes aren't transported to Queue1 when they finish processing. You can update this by clicking on the queues that you want to send send items to Queue1 and changing their destination to Model.find("Queue1").


1621264605704.png (12.5 KiB)
· 3
5 |100000

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