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();