I am facing some issue while modelling overflow location. Let me explain you what I want to achieve:
1. Setting label "Chair" while generating patient at the start to occupy the Regular_Chair.
2. There will be cases when Regular_CTest1.3.fsmhair is already occupied. So staff should check the availability at both check point first then escort the patient to available chair.
My Approach: Splitting 1 token in 2 tokens. 1 token ids for checking room availability. 2nd token will wait for event until room is available. Room availability willl be checked based on global table "TrackChairAvailability" values 0 or 1 in respective column.
Note: While generating patients only Regular_Chair is assigned. Staff make adjustment later if regular_Chair is not available.
Can you help me to model it effectively?
Thank you!