create a queue with script for each node except one node

create a queue with script for each node except one node

MPeyman
Not applicable
48 Views
1 Reply
Message 1 of 2

create a queue with script for each node except one node

MPeyman
Not applicable

[ FlexSim 23.0.8 ]

Dear All in this model I have created a large network of node via script, now I want each node has a A connection to one queue so each node has their own queue next to them and then connect the sources to the queues. how can I make it with script? since manually would be time consuming.

Network_Nodes.fsm

0 Likes
Accepted solutions (1)
49 Views
1 Reply
Reply (1)
Message 2 of 2

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

You did it before in script window:

contextdragconnection(Model.find("Queue1"),Model.find("NN1"),"A")
0 Likes