Pedro Posted February 25, 2013 Share Posted February 25, 2013 Hi, I want to create a component with N entry nodes and with M exit nodes, where N may be equal to M. What is the easiest way to achieve that in Simio? Thanks! Link to comment Share on other sites More sharing options...
jdoran Posted February 26, 2013 Share Posted February 26, 2013 I don't think you can dynamically create nodes while model is running, or at startup. So I think you would need to have a single input node, and output node, which you could then follow up with a single node that you could put all your pathing logic in. In that node, you could tell all of entity type A to go down path1, and all of B to go down 2, etc. Link to comment Share on other sites More sharing options...
Recommended Posts