question

Sofía Z2 avatar image
0 Likes"
Sofía Z2 asked Joseph Gillespie commented

Patients stuck in Patient Arrivals

I'm creating a model to simulate an ophtalmologic clinic, in which users wait, then register, then proceed to be attended by their doctor depending on their condition. I have created 4 different tracks for a wide range of PCIs, but when I run the model, patients don't move past my Patient Arrivals Area (named Entrada1 and Entrada2 in this model). When running the model, I receive an exception error, which I believe is what is keeps the patients from following their track. Any help would be greatly aprecciated.

oftalmologia-simulacion.fsm

patient arrivalspatient tracks
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Cliff King avatar image
0 Likes"
Cliff King answered Cliff King edited

I noticed three problems in your model that you should fix:

  1. On the top row of the PCI table named "Data Types", you need to select "text" for your two labels.
  2. Remove the blank label by reducing number of labels to 2 and I also suggest you rename the label you called "N,S" because the software doesn't like label names with special characters like that. Consider changing it to NyS or something.
  3. The above two problems will stop the errors the model was throwing, but the problem with patients not leaving the door has to do with the fact that the Ochoa track's 10_Arrival activity tells the patients to walk to Salida2 and there isn't a connection between the door and Salida2.
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·

Here's a fixed version of your model:

arrivalsfixed.fsm

0 Likes 0 ·
arrivalsfixed.fsm (419.0 KiB)

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.