Can any one help me out ? I want to Model a Slat conveyor and i want those slats to stop at particular position. the slat should be moving continuously along the conveyor ( I don’t want to use any process or feeder for Slat).
I’ve attached the slat conveyor, and I believe it’s close to what you want.
I used two nodes and a python script to get the job done, maybe there’s a better way to do it but I don’t know that one;-).
You should also look to the origin of slider, it’s located at the center of the conveyor.
I would recommend to model the slats as separate components that are children of your conveyor. The slat-components can move on one or several OneWayPath(s) that runs around your conveyor. When the simulation starts a PythonScript can grab the slats into the path. If you want to stop a slap you can stop the component or the whole path.