ttarkan Posted January 13 Posted January 13 I have large AGV network where AGVs pass through several junctions to reach their destination, and they may wait a while at junction till their path is cleared (traffic lights logic). There are three types of junctions always repeating, I also want to collect statistics based on junctions. So I have created a submodel for junctions with their own path network & logic and added them to my model. I have tested the system with entities going randomly with destination is set to "continue" and it works well waiting at junction based on traffic light logic. However when I use a specific destination node for the entity inside the main model, the entity goes to target in Freespace, my main model doesn't recognize the paths inside the submodel. So I have created a new network element and connected it to a data table for its member links. I have added all the submodel and model links in the data table. Eventhough the network now has all the connections in the model and submodels. It still cannot calculate the path distance so it will go to destionation using freespace. Is there any way to remedy this? Do I have to remove all my submodels?
Recommended Posts