stone.fsm In my model I have created a network path for the two transporters, so that the two transporters will move along the network path from the source to the first processor and from the first processor to the second processor and then to the sink. Here is the problem: In some cases the first transporter suddenly moves reverse-wise to the first processor to take the processed item to the second processor, but the second transporter is waiting there to transport the processed item. The first transporter intercepts and begins to do the work of the second transporter. How can I remove the unwanted actions done by the first transporter?
(Note: The first transporter is the green one.)