[Ch...] Posted July 16, 2021 Share Posted July 16, 2021 Hello, Using a formula in a result element, I'm trying to pick the maximum readout from 6 different runout checks. Is this possible? There are a few different ways to do this using features, but I'm looking to choose the maximum readout from the aforementioned 6 runout checks. Using PCDMIS, it would have been "MAX(runout1, runout2, etc...)". I tried "getMaxActual(runout1, runout2, etc...)", but it didn't work. Thank you! Link to comment Share on other sites More sharing options...
[Me...] Posted July 16, 2021 Share Posted July 16, 2021 Two possible options (1) Result Element max(getActual("Runout1").actual,getActual("Runout2").actual,.....) (2) Use a "Maximum Result" characteristic. Link to comment Share on other sites More sharing options...
[Ch...] Posted July 16, 2021 Author Share Posted July 16, 2021 Oh good lord...lol. Can't believe I forgot about those. Wow... Thank you Phillip. Link to comment Share on other sites More sharing options...
[Me...] Posted July 16, 2021 Share Posted July 16, 2021 😉 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in