Hi, everyone.
How to calculate the distance of every item travel in my MergeSort Conveyor.
I had planned to calculate the time of item stay in conveyor, and then get the distance by multipled the speed of conveyor. While the item would be blocked during its conveying, this approach can not get the right distance.
For example: In the attached model how can I calculate the distance of each item travel in the conveyor?
calculate-conveyor-demov17.fsm
Did anyone have a good idea to solve it?