This model has different failure rates for each processor. Each processor has an on exit trigger that will change the color depending on if it failed or not at that particular station. The color red means it failed at a processor and the brown color implies it passed. The problem we are having is if processor 1 fails the item, we want processor 2 to also fail that item and keep the color red. Processor 2 can keep the item on the line and take the normal processing time but it should not change the color again. In the end, we need any red item to be counted as a failure by the sink. Keeping the red items on the line is necessary as they continue to pass through the process since there is no scrap line. We can not figure out how to only change the color once when using the "set label by percentage and set color" on exit triggers.
Thank you