Covid19 vaccinations auditorium_8.fsm
In this version, everything seems to be working with patients entering and leaving rows 1-5. The first problem appears at about 40 minutes into the model when patient number 45 goes to the chair Row_6_1 and that row number is pushed to the list. Some 15 minutes later, that patient will not leave the chair to go to ExitSpot1 but the chair is removed from the list and the owner is set to zero and the InUse label is set to zero.
At around 69 minutes into the model, patients 100, 101, 102 enter the model and go to row 6. Of course, patient 45 is still sitting in the chair Row_6_1 so patient 100 cannot occupy that chair but patients 101 and 102 can go to the next 2 chairs. Those chairs show the Owner and the InUse label is that the one but those chairs are not pushed onto the list.
I have the feeling that this is something simple because the same programming works for all of the other 5 rows but I am unable to see it
Thanks for the help