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

Hello travis

 

Where did you want the M0 to be output? I would also think a Property would be able to trigger it. Along with checking if it's tapping. Or maybe just put it right before the tapping cycle.

 

This is the code to know if it's tapping.

 

tapping = section.hasParameter("operation:cycleType") &&
((section.getParameter("operation:cycleType") == "tapping") ||
(section.getParameter("operation:cycleType") == "right-tapping") ||
(section.getParameter("operation:cycleType") == "left-tapping") ||
(section.getParameter("operation:cycleType") == "tapping-with-chip-breaking"));



Bill Cain
Sr. Technical Consultant