I am making a Car Maintenance Service Center where the cars that need to be fixed will be waiting in the parking area and whenever a processor is free, a specified operator drive that car from the parking lot to the desired processor. The parking lot has 4 rows, each row contains 10 lanes.
Question 1: How do I make the operator to follow FIFO by driving the cars from ALL queues not only from queue 1?
Question 2: Is there a chance that if Queue 2 Lane 3 has got free so the car in Queue 3 Lane 3 gets into the front space (Queue 2 Lane 3)?