Hey, I'm an engineering student currently working on a program for path planning with an AR4 robotic arm for pick and place tasks.
I'm wondering if it's possible to use variables that are set at the beginning of the program and can be reused throughout the code.
The goal is to enhance the program's flexibility by having all adjustable values at the setup phase, rather than scattering them throughout the program, making modifications easier.
Any insights or advice would be greatly appreciated!
And this could be an idea of placing a pick and place order through a separate file (OrderEntry) while the main program (OrderMain) just loops and keeps untouched. And the order processing could be in (OrderProcess) - just tested on my machine/robot so overall it might work but not knowing if this is what you are searching -)