question

Pietro Turrin avatar image
0 Likes"
Pietro Turrin asked Pietro Turrin edited

Problem in agv trasportation to point of storage

Hi, I'm having problems loading boxes from AGVs.
When Queue1, 2 and 3 are full, the boxes are transported to QueueFull. Here they are processed by ProcessorForFull, which should enter the various boxes in the PickUpPoints that I connected, so that they can be loaded by the AGVs and positioned in the new FloorStorage1 storage.
Currently, however, the boxes processed by ProcessorForFull are not positioned on the circuit and not picked up.
I don't understand if the problem lies in the AGV circuit or in an incorrect configuration of the processor.

TU0 Comb V2.fsm

FlexSim 24.2.1
agvprocessoragv paths
tu0-comb-v2.fsm (215.8 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

Logan Gold avatar image
2 Likes"
Logan Gold answered Pietro Turrin edited

Hey @Pietro Turrin, the Processor "ProcessorForFull" doesn't have any output connections, so its "Use Transport" logic isn't firing, and the items aren't being pushed to the AGVWork List.

I made an 'A' connection from ProcessorForFull to FloorStorage1 and that seems to get things going.

· 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.