I noticed a line of code where it says "ORDER BY distance ASC" on the lower right corner whenever i click an elevator bank. I'm not a coding wiz but thats definitely enough to tell me that the elevator serves passengers based on shortest distance. I decided to test an extreme case where one floor is really far from the other floors, lo and behold the elevators rarely visit the high floor.
Here's my FlexSim file testing it: HCattempt2.fsm
I want the elevator to behave much like a standard elevator building that 'scans' all the building floors. They will move in one direction (say upward) and stop to pick up all who wish to go in that direction and drop them off in their respective floors. Once all (who want to go up) have been served, it switches 'direction' and 'checks all who want to go down' and will serve the 'one who wants to go down on the highest floor' such that the poor souls all the way up there actually get served.
Is there any way to do this using that Request List Pull Query or by Process Flow? I did see this one thread that I think was trying to do something similar: Flexsim HC for patient flow
I didn't really quite get it though, I'm not too familiar with process flow.