Suppose we have 3 itemtypes say item1, item2, item3
At the processor, we had to include the changeover time based on the sequence of flow of items. Changeover time should be considered only when item3 enters the processor.
CHANGEOVER: When there is a change in itemtype i.e if current itemtype is different than the lastitemtype..
Changeover time between item1 and item2 is 0 min.
Changeover time between item2 and item3 is 15 min.
Changeover time between item1 and item3 is 15 min.
Please let me know how to simulate the changeover for an specific itemtype.
Thanks.