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

What post are you using? I just tested the Mach post and it should work up to 256, I tried tool 125 and it worked fine.

 

Here's the code in mach3.

    if (tool.number > 256) {
      warning(localize("Tool number exceeds maximum value."));
    }

Mark

Mark Hughes
Owner, Hughes Tooling
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature