I am working on a project where there will be many different types of operators working. I couldn't find an effective way to model this. For example: Electrical Crew will work on Electrical and may have 2 to 4 crews. Mechanical might have 2-4 crews. I am representing one operator as one crew. however I have to create multiple dispatchers and create multiple operators, use Parameters to play around with the number of operators etc. The model has become messy with connectors all over. I want to know if there is a efficient way to reduce the connectors and dispatcher object in the model.
Please check the snapshot.
Below 2 snapshot shows how I want to play around the number of Crews using parameters, When i vary the numbers that many operators will be created ( One operator is one crew). But I have to use dispatcher to create Crew different operator quantity.