Hi,
I would like to get the length of the waiting queue for each floor, and to decide whether to use the elevator or the stairs depending on the status.
For example, if an operator on the 1st floor needs to move to another floor, is it possible to use the stairs if the queue length for the 1st floor elevator is greater than the threshold?
I also attach the model.Elevator_and_Stairs.fsm
Thanks in advance.