Simulation is blocking at get_next_item()

In reply to manning999:

get_next_item() is non-blocking, so your time should still be advancing. Is this still the case? Are you sure that your sequences are still running?

Most simulators have interactive debuggers. Put breakpoints in your sequences where you are calling start_item/finish_item. These two functions bracket the get_next_item() call.