The Electronics Mfg Process already contains most of the objects that are needed to simulate this process: seven activities, four resources, one entity, and eight connections.
However, we still need to add another resource, Test Unit. We will also add a variable with a counter to track the work in progress (WIP) for the entire process.
The Inspector resource works in conjunction with a Test Unit resource to inspect and test parts as they pass OP 40. However, our model does not yet contain a Test Unit resource, so we will add one to the layout now.
By adding a variable, called Assy_WIP, and incrementing its value when entities arrive in the process and decrementing the value when the entities leave, we can see how many entities are in the process at any given time during the simulation. Additionally, when the simulation is complete, we can view the average number of entities in the system.
We will add the logic to increment and decrement the variable as the Assy entities arrive and leave the process later in the tutorial when we cover adding logic to the model.