Hi,
TS cannot be created even if A-Connecs is made dynamically from Dispatcher to taskExecuter using contextdragconnection.
contextdragconnection(Model.find("Dispatcher1"), Model.find("Operator1"), "A");
I would like to dynamically switch the connection between taskExecuter and Dispatcher.
For instance, let's say you have AGVs and AGV elevators in a two-story warehouse. When modeling this warehouse, I would like to have a dispatcher on each floor and dynamically manage connections with AGVs.
Thanks in advance.