hexagon logo

MAX or MIN not shown in red, only if MEAS is OOT

Is this a software bug or is there a setting that can be changed so that they appear in red when it is either the maximum or minimum of a dimension OOT?

Thanks
Parents
  • Sorry, being a bit slow yesterday...

    For Max use:

    =TOL(DIM_MAX:N,DIM_MAX:N,NOMINAL:N+F_PLUS_TOL:N,NOMINAL:N-F_MINUS_TOL:N)


    For Min use:

    =TOL(DIM_MIN:N,DIM_MIN:N,NOMINAL:N+F_PLUS_TOL:N,NOMINAL:N-F_MINUS_TOL:N)


    NB, Thanks for the sweet bit of code! This is going straight into my notebook.

    Also, when I clicked the button to quote your post it automatically removed the space in the word NOMINAL. However, I can see from previewing this post that it will magically put it back in. Confused Must be something in that which triggers the forum formatting.



Reply
  • Sorry, being a bit slow yesterday...

    For Max use:

    =TOL(DIM_MAX:N,DIM_MAX:N,NOMINAL:N+F_PLUS_TOL:N,NOMINAL:N-F_MINUS_TOL:N)


    For Min use:

    =TOL(DIM_MIN:N,DIM_MIN:N,NOMINAL:N+F_PLUS_TOL:N,NOMINAL:N-F_MINUS_TOL:N)


    NB, Thanks for the sweet bit of code! This is going straight into my notebook.

    Also, when I clicked the button to quote your post it automatically removed the space in the word NOMINAL. However, I can see from previewing this post that it will magically put it back in. Confused Must be something in that which triggers the forum formatting.



Children
No Data