Hello, is it possible to create conditions for when a timetable should be used?
For example, Processor follows TimeTable1 (8 hours shifts) but if there is a defective product it then switches to TimeTable2 (24h/7d) to fix the defect.
The only way that I found so far would be to create another Processor at the same place to which the first one sends defective product and which follows a different table. And I'd also have to close the input of the 1st one during repair time. This could work.
But I was wondering if there is a simpler more direct way to code the timetable switch?
Thanks,