I have a machine that does 4 operations. Operator stands at the front of machine and loads/unloads material. Then the robot inside rotates the part to process a 40 second operation (the longest operation which controls the drumbeat), then it rotates the part to the back for a 30 second process (although it cant move because the 40 second operation needs to complete). At the third rotation, the part rotates but not worked on so it sits idle. When it returns to the front, the operator unloads the part, which takes about 13 seconds and puts it on the conveyor to move to the next machine.
Therefore, there are about 3-4 parts in the machine at all times.
What would be the best way to model multiple operations in one machine? I attempted to start with 4 processors with the same amount of process time (40 seconds), but the challenge comes when the part has completed the 4th operation and needs to be unloaded. Would it be easier to use a type of process flow for this instead?