I want to model a storage system with a million possible locations. Task Executers travel on rails to deliver and pickup items from these locations. I think I should use AGV logic for this.
I don't want to have to draw 1 million control points but I can easily draw the paths. There are not that many paths. Maybe about 50. But on each path there are thousands of possible places where the TE can stop.
Here is what I think should be a good method:
- I can create an Excel sheet with all the coordinates XYZ of the locations.
- Whenever a TE needs to go to a location, I create a CP (control point) at the desired XYZ location and send the TE there.
- Then delete the CP.
I tried creating CP in a Process Flow with Create Object but I have these problems:
- The CP is created because I see it in the tree. But I don't see it in the 3D view.
- The CP is not on a path even if I place it at the right xyz location. So I can't direct my AGV to it.
See attached model.Create CP.fsm
Is it possible to do what I'm describing here?
Thanks,