question

FanFan avatar image
0 Likes"
FanFan asked Felix Möhlmann commented

How do I control the orientation of the taskactuator rotation?

How do I control the orientation of the taskactuator rotation without modifying the AGV path? For example, if I want the forklift to move an item, the fork Angle of the forklift is toward the item.1.png2.png

AGV_TurnDirection_v24.2.fsm

FlexSim 24.2.2
agv
1.png (424.3 KiB)
2.png (357.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

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Felix Möhlmann commented
· 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.

FanFan avatar image FanFan commented ·

I tested this method. It doesn't work on AGVnetwork。

1743641242798.png

0 Likes 0 ·
1743641242798.png (189.2 KiB)
Felix Möhlmann avatar image Felix Möhlmann FanFan commented ·

If you set the "Switch to Forward" threshold lower than its reverse counterpart, the task executer will prefer to travel forward when rotating to a new direction.

1743679513446.png

Another possibility is to react to the On AGV Build Travel Path event and set the "isAGVTravelOrientedForward" property on a given travel path to enforce the travel direction. This is a "hacky" solution though and not officially supported. So you might run into other issues with this method.

agv-turndirection-v242_1.fsm

0 Likes 0 ·