question

Steven Chen avatar image
0 Likes"
Steven Chen asked Jason Lightfoot edited

How can we hide AGV paths by using the show/hide function in the checkbox?

We already know that the AGV network function enables us to do that. However, if there are two planes, we cannot simply show the AGV paths of only one plane through the method. The function usually conceals all AGV paths on all floors. It seems improper for us to apply the way to hiding AGV paths in one plane. As a result, we would like to try another method, such as using the checkbox. Could you tell us how to use the way to achieve our goal?

1645458326095.png

FlexSim 22.0.1
agvpathhide paths
1645458326095.png (44.6 KiB)
· 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.

1 Answer

Tomasz MG avatar image
0 Likes"
Tomasz MG answered

You can put a button with code

  1. setvarnum(Model.find("AGVNetwork"), "pathDrawMode",//1,2,3,4);

and the value from 1 to 4 is those options

1645516586529.png


1645516586529.png (4.1 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.