question

Keita T. avatar image
0 Likes"
Keita T. asked Keita T. edited

About the impact of making AGV path with FrexScript

Hello.

Are there any difference between adding AGV path from library and creating it by FlexScript?

// sample FlexScript to create AGV path
Vec3 startloc=[0,0,0];
Vec3 endloc=[10,0,0];
Object path = Object.create("AGV::StraightPath");
path.setProperty("StartLocation",startloc);
path.setProperty("EndLocation",endloc);

I found that tree node path of AGV path added from library was under MODEL:/AGVNetwork. On the contray, the path created by FlexScript was under MODEL:/. I want to know if the difference of tree node path for created AGV path affects to simulation.

FlexSim 24.0.4
agvpath
5 |100000

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

0 Answers