Conveyor pusher creates buffer

Hi all,

I’m working on a model where a pusher should push certain products onto another conveyor.

The problem I’m experiencing is that the pusher stops the conveyor when activated.
This causes all the other products on the conveyor to be stopped:
Uploading: Pusher test.avi…

I would like the other products to keep on moving on the conveyor.
Does anyone know how to fix this? Thanks!
Pusher test.vcmx (200.6 KB)

In fact, if you want to stop only one component, there is a function - stopMovement(), which allows you to stop only one component. In fact, its effect is to remove the component from the moving subcomponent of the conveyor belt.

1 Like

Thank you for your response.
I can’t find this function in the pusherscript, where could I adjust this?

I just took a look at your file, and I remembered a simpler way. Open the Pusher Process component under the MODELING module, and then comment out the ‘path.Enabled = False’ line 54 of the PushScript (#). :melting_face:

1 Like

Perfect, that works! Thanks a lot