Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 20.0.8 ]
Hello, I have createdinstance of agv by flexscript then make it run on the path. I have succeeded in creating the agv but then I can not make it travel. What could be the problem?
In the first customecode, the code looks like this
Object agv = createinstance(library().find("?TaskExecuter"),model()); agv.name = "TR001 contextdragconnection(agv, model().find("ControlPoint1"),"A") resetmodel();
Second customcode is as follows:
go();
Solved! Go to Solution.