question

Sean avatar image
0 Likes"
Sean asked Sean commented

agv rotate threshold

Hi,

I set rotate threshold in AGV network properties, can I set different state(neither travel empty nor travel load)when agv stop and rotate to the direction of a path it is transferring to?

FlexSim 23.0.4
agvnetworksagv rotate
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

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

In the attached model I use the "On AGV Allocate" trigger to look for upcoming rotations on the path of the AGV, since those are added when an AGV allocates the control point on or past a transfer point where it needs to rotate.

Since the code reads data directly from the agv node (that is not part of the AGV class API) the usual warning applies that forward-compatibility is not guaranteed.

There might also be cases where this logic doesn't work correctly since I only tested it in a very simple model, but it should be a good starting point nonetheless.

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

Sean avatar image Sean commented ·

Thank you, it's a good idea for us. If there is an event-triggered like agv arrive transfer point in the future, it'll help lots of people who simulate agv or shuttle cart. Because some agvs or shuttle carts need stop to position and change different speed include acceleration, deceleration.

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.