question

Erik RV2 avatar image
0 Likes"
Erik RV2 asked Erik RV2 answered

Setting AGV rotation to attach load as trailer

agv_change_rotation.fsmHi team, I am trying to build a model where AGVs would attach loads as trailer.

To get to load the item, the agv would need to move backwards while it's empty, then forward once it is loaded along a certain path (just like if was attaching a trailer).

To get to unload the attached item, the agv would need to move backwards while it's loaded, then forward once it is empty along a certain path (just like if was detaching a trailer).

I tried building the required logic, tough the AGV has trouble finding the PickupPoints and DropoffPoints when I am forcing the AGV orientation through path attributes ('Forward Only' or 'Backward Only')

Here's a sample model attached, could you tell me what's wrong in there or if there's another way to setup such logic ?

thanks in advance for your help.


FlexSim 21.2.2
agvflexsim 21.2.2rotationtrailer
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
0 Likes"
Felix Möhlmann answered

The angle when turning onto the pickup/dropoff path has to be larger than the "turn around threshold" ("AGV Network" in toolbox -> "General" tab) to cause the AGV to flip its direction travel and see the "backwards only"-path as valid. That's why it's working for the pickup point, your path is angled slightly "backwards" it that case and not strictly 90°.

To be safe, you could use a curved path to have the AGV enter from the main loop at a sharp angle.

1630565271993.png

agv-change-rotation_fm.fsm

Other than that, I think you would have to use a custom process flow to control the AGV and have it turn around when arriving at certain control points or similar logic.


5 |100000

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

Erik RV2 avatar image
0 Likes"
Erik RV2 answered

It works just has expected with the curved path, thanks for your support !

5 |100000

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

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.