3_autosave.fsmIn this model there are two operators carrying the flowitems from queue 1 to queue 2. I used a custom code to walk the operator 1 with different speed with load and without the load respectively. Here, I used two token trees in the process flow for the situation of load and unload of operator 1. but I want to vary the speed of operator 1, 2 altogether respectively but I don’t want to create another two token trees. The reason why I am doing this is I am planing to use hundreds of operator and I want to vary their speed altogether. I don’t want to create a custom code for every single operator. is there any way I can indicate more than two operators like using label, in the line “getvarnode(Model.find("Operator"), "maxspeed").value=2;”.
If there are any other solutions for my situation please help.