question

Aldo G11 avatar image
0 Likes"
Aldo G11 asked Aldo G11 commented

Why AGV Does Not Unload (?)

I've been trying to solve this circuit but I don't get the logic to get to work the AGV, the problem it's that the AGV it's not unloading in a consistent way, it should unload 479 times and it unloads only 148 times; and when it does, it does on the "Charger Station On Exit" CP and not in the "ControlPoint9" CP as I need it to be who's connected to the "Sink1". I've tried a lot with my NLFW and my ParkPoints without succeed. Can someone help me to understand what's the problem? I would appreciate a lot! Testing Way Points Does Not Unload.fsm

FlexSim 22.1.0
agvagvnetworkagvpathunload itemsnlfw
· 2
5 |100000

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

Felix Möhlmann avatar image Felix Möhlmann commented ·

I am not seeing what you describe in the model you uploaded. The AGVs are all unloading at 'ControlPoint2', that is connected to the sink.

The distance between 'Stopper 10 sec' and 'ControlPoint9' introduces a delay of around 136s between two AGVs.

1656486010704.png

After around 30000s the first AGVs start to recharge, costing further throughput.

When ignoring the recharge by setting the battery use to 0, I get an input of 316 at the sink by the 12-hour mark. This correlates well with the delay mentioned above (43200/136 = 317.64).

1656485982837.png

0 Likes 0 ·
1656485982837.png (8.5 KiB)
1656486010704.png (95.6 KiB)
Aldo G11 avatar image Aldo G11 Felix Möhlmann commented ·

Yes, you're right, the model I upload wasn't the latest model...this is the one with the problem; the main issue is the NLFW and the Way Points.Testing Way Points Does Not Unload.fsm

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Aldo G11 commented

At the waypoints, after delaying the AGVs you are always redirecting them to the next 'NextLookForWork' control point. In the case of the 'Charger Station On Entry' that 'Transfer Lead Time', which is positioned behind the control point of the sink. So the AGVs are told to drive past the unload point, trapping them in an infinite loop, so they never unload.

Instead you could tell them to continue to their current destination. That should fix the unload issue.

1656513452210.png

testing-way-points-does-not-unload-fm.fsm


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

Aldo G11 avatar image Aldo G11 commented ·
Thank you Felix, there's been days trying with no succeed but now with your help I'm fixing it!

Cheers!

0 Likes 0 ·

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.