question

park avatar image
0 Likes"
park Suspended asked Jason Lightfoot answered

Flexsim 2022 how to get the next control point the agv to go to?

the "traversal points" of the AGV only can be used in flexsim2023

FlexSim 22.2.0
controlpoint
5 |100000

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

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered

You can use the allocationPoints array to get the list of unallocated points. The problem here is that if you use the travel start event to detect the route assignment, the first control point is likely to be already allocated. In version 23 you can use the onBuildTravelPath event which fires before the first allocation.

The other way is to use the customization delegate to try to intercept the process before the first control point is allocated.

5 |100000

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

Kavika F avatar image
0 Likes"
Kavika F answered park Suspended commented

Hey @park, Next Control Point and Traversal Points are two different things. If you're referring to the "Next Work Point" found in this chart, then there is a tutorial on AGVs Using Process Flow with the Advanced AGV Template as a guide.

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

park avatar image park commented ·

sorry,I didn't express my meaning clearly,i mean agv is traveling from point1 to point5,now agv is in point1,how to get point2 by code.屏幕截图-2023-10-14-084107.png

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.