My station consists on a depalletizing program that grabs boxes and drop in a conveyor belt. Everything is fine, but I want to turn the objects invisible after they reach the end of the conveyor. Easiest way to do it?
10-22-2024, 03:34 PM (This post was last modified: 11-09-2024, 07:23 AM by Albert.)
The attached station shows one way to do it, but you could also delete the boxes that reach beyond the end of the conveyor.
In this example, I made a python script that compare the distance between the box and a frame called "Invisibility Frame", and if the distance is smaller than 400mm, the box turn invisible. You can change this value in the python script called "Turn Box Invisible".