In this tip for Empower Chromatography Data System (CDS), we will continue our series on Exception Focused Review.
In this tip, we will review if and how a component passed or failed its specification based on a given range. We do not want to know if a component simply passed or failed, rather, we want to know if it failed on the low side of the range or if it passed on the high side of the range. We can use the CConst fields on the Component tab of the Processing Method to enter the values for the acceptable range.
Create a Peak field, data type Enumerated. An Enumerated data type allows you to string together multiple Boolean expressions.
In this case, we have 7 Boolean expressions, only one of which will return a ‘YES’. The Boolean expressions are as follows:
If the peak is missing return a ‘Zero’
If the amount is less than CConst7 return ‘Fail’ (Low)
If the amount is less than CConst6 return ‘Just Pass’ (Low)
If the amount is less than or equal to CConst5 and greater than or equal to CConst6 return ‘Pass’
If the amount is greater than CConst4 return ‘Fail’ (High)
If the amount is greater than CConst5 return ‘Just Pass’ (High)
If CConst7 equals 0 report ‘Not Calculated’
The Translation Definition table shows the output of the Custom Field depending on which Boolean expression returns a ‘Yes’.
Populate the CConst3 thru CConst7 with the appropriate values based on your assay.
One sample shows the amount of Acetone in the sample ‘Just Pass’ on the high side in the Peaks table in Review.
Create a View Filter on the Peaks tab in the Project window to display the results for this Custom Field.
It’s that easy!
This can be done with either the Pro or QuickStart interface.
Benötigen Sie Hilfe? Kontakt mit einem Waters Experten aufnehmen.