I'm new to flexsim and I would like to minimize setup times, which occur when an item type that is different from the previous item type is processed. i.e. there are 3 item types, so if item type 3 was the last to run, I want to check the queue to see if there are any item 3s to run before pulling the next item from the queue. Then when there are none, pull the next available item type, and search the queue for any more of that type as well, etc.