System suitability

How do I include in OpenLab Software the criterias for system suitability including the pass and fail?

It is possible to configure it?

  • Hi

     

    if you have in mind the evaluation of SS in report, I resolved by defining aggregator for resolution (AGGAvgResFac1) and group by compound name and created a text box with expression as follows

    IIf(Prsd(AGGAvgResFac1(Compound_Name))>2.0,"FAILED","PASSED")

     I hope it will work for you.

     

    Mike

  • Hello,

    You can activate system suitability calculations in the data analysis method as below. If you want to setup pass fail that would be done in custom calculator or intelligent reports. You can hardcode the limits as the other post shows or use sample custom fields, compound custom fields, custom calculator constants files, or report parameters to set the values. Which storage method you use typically depends on how often they change and if they are the same for different compounds and methods. Once you have a place to enter the values then you would need to calculate the pass/fail in CC or IR expressions. 

    Marty Adams

Was this helpful?