Is there anyway of tracking when agv enter the floor storage and when it exits?

Is there anyway of tracking when agv enter the floor storage and when it exits?

sakamoto_ryosuke
Collaborator Collaborator
48 Views
4 Replies
Message 1 of 5

Is there anyway of tracking when agv enter the floor storage and when it exits?

sakamoto_ryosuke
Collaborator
Collaborator

[ FlexSim 20.1.3 ]

This question is related from here. Is there anyway of tracking when agv enter the floor storage and when it exits? I think we can track by status if agv (probably travel offset?), but if I'm using A Star, I can't seem to do that.

0 Likes
Accepted solutions (1)
49 Views
4 Replies
Replies (4)
Message 2 of 5

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

If you turn off the option to use the navigator for offset travel on the AGV then in a process flow you can tell the agv to Travel (which will still use Astar) and then you can use a custom task where you specify the type as PlaceOffset which will allow you to control the components to travel (x, y, z locs are 0-1 factors, not actual locations).

38072-1617158541274.png


0 Likes
Message 3 of 5

sakamoto_ryosuke
Collaborator
Collaborator

@jason.lightfoot Thank you for your reply. I was thinking like receiving an event when entering or exiting Floor Storage. OnStatusChange or some sort. But I suppose you need to purposely create those status with custom task. Am I correct?

0 Likes
Message 4 of 5

jason_lightfootVL7B4
Autodesk
Autodesk

Right - you can detect Begin Offset and Finish Offset events but at that point it might already be too late to do anything about it, and I think Finish Offset will fire when the placement has been done, but while it's still in the foor storage space. It's all too messy or undocumented, so I'd take control and put it in process flow.

0 Likes
Message 5 of 5

sakamoto_ryosuke
Collaborator
Collaborator

@jason.lightfoot I get the point. Thank you.

0 Likes