When you have a conveyor that's feeding a processor, what is the best practice to model it so that it accounts for the time it takes to move the object into the processor? For example a spinwrap. I put the process time as the time at the processor only, and assumed the conveyor speed would take into account the move time into the processor. However, it appears to just jump from the end of the conveyor into the processor before the previous item has left. I don't want to use a station because the state graphs don't work without coding logic. How do i get it to correctly account for travel time or do i just need to add that time into my processing time and ignore the graphics.