Search found 3 matches

by hieuhu
15 Jul 2024, 09:23
Forum: General questions
Topic: Pick and Place box
Replies: 0
Views: 1032

Pick and Place box

Can anyone who has this project share it with me?
[youtube]https://www.youtube.com/watch?v=hBzZA_21G3M[/youtube]
Image
Thank you everyone.
by hieuhu
17 Jun 2024, 11:05
Forum: General questions
Topic: Stop Conveyor
Replies: 2
Views: 363

Re: Stop Conveyor

Make sure that: the object to detect by the proximity sensor are flagged as Detectable the object is still detected after the conveyor has stopped (velocity control is not instantaneous, it has an acceleration profile) Following code works fine here: function sysCall_init() sim = require 'sim' prox...
by hieuhu
13 Jun 2024, 18:31
Forum: General questions
Topic: Stop Conveyor
Replies: 2
Views: 363

Stop Conveyor

Hi, I am student and complety new with CoppliaSim(4.6.0) I am having trouble stopping the conveyor when proximity sensor detect box. When I drag the conveyor into the workspace, the conveyor's icon in the scene hierarchy only attaches the customization script . I have tried uncommenting a few lines ...