Jump to content

Max Characteristic


---
 Share

Recommended Posts

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

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

 Share

×
×
  • Create New...