When you need to create a car/luggage inspection simulation for point of entrance to a building/compound.
Where to Find the Model Object
The following model object can be found in the model objects directory:
- Flow Control \ Security Car Parallel Inspection
Difficulty Level
- Ease of Use: Moderate
- Ease of Modification: Moderate
How to Use the Model Object
- Open Your Model: Open your model or create a new blank model.
- Insert the Model Object into Your Model
- Locate the model object Security Car Parallel Inspection and select the insert button.
- Move the cursor to the point of insertion and left mouse-click. The upper left corner of the model object will be inserted at the location of the mouse-click.
- Connect to Your Model
- Connect your entity arrival route to Staging.
- Connect a percentage route from Inspection Stations, or the Enter Facility to the rest of your model. The reason for two options is that you may want to skip the Enter Facility and have entities route directly to the rest of your model.
- Define Values: Define the values for scenario parameters s_Security_Level, s_Station_Queue_Size, s_Mix, s_Level1_Visitor, s_Level2_Visitor, s_Level3_Visitor, s_Level3_Visitor, s_Level2_Employee, s_Level3_Employee, s_Level1_VIP, s_Level2_VIP, and s_Level3_VIP based on the information provided under the head Scenario Parameters below.
- Update Action Logic: Update the action logic in Set Stations Open to open or close the number of stations available at any time in the simulation.
- Update Objects:
- Change the time in Stagging to what maybe appropriate for your model.
- Change the time in all routes from Stagging to Inspection Queue# to what maybe appropriate for your model.
- Change the time in all routes from Inspection Queue# to Inspection Station # to what maybe appropriate for your model.
- Change the time in all routes from Inspection Station # to Enter Facility (or the rest of your model) to what maybe appropriate for your model.
- If Enter Facility is used, change the time in Enter Facility to what maybe appropriate for your model.
- Change the names of Stagging, Inspection Queue#, Inspection Station #, and Enter Facility to what maybe appropriate for your model.
- Completion: The model object is now integrated into your model, you should now be able to save and then simulate the model.
Controls Usage
Attributes:
- a_Inspection_Time: The inspection time each entity (car) will take.
- a_Type: Used to carry the descriptive values for Visitor, Employee, & VIP.
- a_Dir_Number: Used to tell entities to which inspection lane they will go.
Variables:
- v_Sta_Open: Is used to define the number of inspection stations that are at each hour of the day.
- v_CntSt1-8: WIP in Line 1 – 8.
- v_IQS: Size of the queue in front of each inspection station. This is set by the scenario parameter s_Station_Queue_Size.
Scenario Parameters:
- s_Security_Level: The level of security the Visitor, Employee, or VIP is working in.
- s_Mix: Is used create a mix (distribution) of what type of entities (VIP, employees, visitors, etc) arrive at the inspection queue. Currently set to 80% visitors, 18% employee, and 2% VIPs.
- s_Station_Queue_Size: How large the queue may allowed to be in-front of the inspection station.
- s_Level1-3_Visitor: Time required by level 1 – 3 visitor to pass the inspection.
- s_Level1-3_Employee: Time required by level 1 – 3 employee to pass the inspection.
- s_Level1-3_VIP: Time required by level 1 – 3 VIP to pass the inspection.