I am trying to set up a pick and place operation using 17 individual pick locations and then place them in a bin.
It will pick 17 of our finished products, from set locations, and place them in a bin.
I currently have the program with the 17 points for picking and placing set, but I am having an issue with trying to figure out the logic to get it to go back to the first pick position (where it will start on another 17 pieces) after it places the last one from the previous cycle. I currently am using the variable “RollCnt” to count how many product rolls have been picked, and the variable waypoints are intended to be “If there are X rolls picked, use this point”. Currently it will work fine for 1-17, but then I cannot figure out how to get back to 1.
I initially considered doing this as a depalletizing operation before switching to the method listed above as since there are no layers the robot would actually have to adjust for and I didn’t believe variable waypoints could be used in the template, so would it be possible/easier to do a depalletizing operation but have repeated “layers” on a single plane?