Hello, I am new to Visual Components. I have a crane (double Girder Crane) mounted on a pillar. I also have 4 basic objects that need to be picked up by the crane, one at a time. Each object has an individually specified time for picking up (e.g., 22 seconds) and lowering (e.g., 25 seconds). How can I approach solving this?
Currently, I have a feeder where my objects are moved onto a conveyor. The crane is supposed to lift the first object from the conveyor, move it and lower it down into a machine. Once the object has been processed in the machine, the crane should lift the object back up, move it, and lower it to the next machine. Then, the crane should return to the conveyor, lift up the next object, and move it to the first machine, and lower it into the machine, and so on. Each object has in individually specified time to be picked up (e.g., 22 seconds) and be lowered down (e.g., 25 seconds).
I am open to both a Python script (please specify how and where I should write it) and a solution without Python script (please explain how I should proceed)."
Thanks!