I am modelling a scenario where I want to transfer parts from Conveyor-1 to Conveyor-2 using 2 turn tables as shown in below picture.(TurnTableLogic.fsm)
Process is explained as follow -
1. Initial position of Turn Table - 1 is horizontal
2. Part will be transferred to Turn Table - 1 from Conveyor 1
3. Turn Table-1 will rotate in 90 degree angle (Vertical) after the part in transfer on it. It will take 8 sec to rotate the turn table
4. Part will be transferred to Turn Table - 2 (Initial position of Turn Table - 2 is vertical)
5. Turn Table - 1 will come back to its initial position. ( 8 sec time)
6. After receiving part Turn Table - 2 will rotate in 90 degree angle (Horizontal). It will take 8 sec to rotate the turn table
7. Part will be transferred to Conveyor 2
7. Turn Table - 2 will come back to its initial position. (8 sec time)
Also explained in the picture
Conveyors and turntables run with the speed of 26 meter/min.
Can someone help me with this? I have attached the model for reference. TurnTableLogic.fsm
Thank you.