Stop a TwoWayConveyor

Is there an option to stop a two way conveyor with a function like: VC_…?

Hi @basketball175
With Process Modeling, you could either set the Two Way Conveyor PowerOnSignal to False or set the ConveyorSpeed to 0 mm/s.
Python scripting is also a good alternative to create new logic.

Thanks for the response. That worked out well!

1 Like