mline-tunnel.fsmI am modeling a series of 5 machines where a single item is being processed. The item will only be processed at a one machine, but it moves on a conveyor like system from the source to machine 1, machine 2...to machine 5 and the sink. An item will be processed at the first available machine and other items need to be able to move past. At the same time, if any of the conveyors between the machines fail, then the no items can move forward.
I don't know how to select a variable or label that can be used to tell the item this station is busy, go to the next available machine/conveyor. I've tried assigning a label to the machine (ie. station) but can't get the decision point to recognize it.