P.2_Modelo_LasSimulaches_Completo_autosave.fsm
Hi everyone,
I’m working on a simulation project in FlexSim for a university office in Ecuador, specifically for the Scholarships and Financial Aid department that provides services to students. The goal of the model is to evaluate different operational configurations through a Design of Experiments (DOE) using the Experimenter tool.
I’ve defined three qualitative input factors, each with three levels:
Factor 1 – Active service modules
Represents how many of the 8 service modules are active during a shift.
Levels: 7 / 6 / 5 modules active
This is a simple numeric parameter and it's already working properly in the Experimenter.
Factor 2 – Staff composition by specialization
We have three types of operators:
A: Specialists in Financial Aid
B: Specialists in Scholarships
M: Mixed operators (can handle both services)
Levels evaluated:3A – 3M – 2B
1A – 6M – 1B
2A – 4M – 2B
The challenge here is that these levels reflect logical changes in staff assignment and roles, not just a single numeric value.
Factor 3 – Staff speed (service time)
Operators are classified as either:
R: Fast
L: Slow
Levels evaluated:4R – 4L
6R – 2L
8R – 0L
Just like factor 2, what changes is the internal logic and processing time attributes assigned to each operator.
My goal:
To use the Experimenter to automatically run these scenarios, defining the factors as Parameters and collecting Performance Measures. However, I’m struggling with how to implement factors 2 and 3, since they aren’t simple numeric inputs.
I would really appreciate help with the following:
How can I define these logical configuration changes (staff type and speed) as parameters for the Experimenter to manage automatically?
Would it be better to use labels, global tables, Process Flow logic, or other tools that react to parameter values?
Are there any examples or recommended approaches for handling qualitative/logical factors within the Experimenter framework?
I’m attaching the FlexSim model (.fsm) I’ve built, in case anyone is willing to take a look and provide more specific guidance.
Thanks so much in advance for any support or suggestions you can provide!