Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Hi @dtompkins93 

Currently the post is set to output only for first cycle, It seems like you need output cycle for each hole then the post needs to be edited as shown, find for the below codes it should be somewhere in 769

  if (isFirstCyclePoint()) {
    repositionToCycleClearance(cycle, x, y, z);

 

you have to change the isFirstCyclePoint to true

  if (true) {
    repositionToCycleClearance(cycle, x, y, z);

Save the post and test it

 


Boopathi Sivakumar
Senior Technology Consultant