Jump to content

Output (print) based on in/out of specification


---
 Share

Recommended Posts

Hello,

Working inside of PiWeb 8.2.

I saw that you can add expressions to the property for Output (monitor) and Output (print), but I'm unsure how to properly use them.
659_ebc27528357137662b461f209e86d769.png
I'm looking to have a report page that has a lot of MIBA Flags that only Output to Monitor and Print if they show OOS. I'm a novice when it comes to if/then expressions.

Any and all help is greatly appreciated.

Thank you.
Link to comment
Share on other sites

  • 1 month later...
Nevermind - after digging through the Help Manual, I found exactly what I was looking for.
${AnyOf(
Greater(List.Max(Qdb.MeasurementValue.LimitUsage("ToleranceLimits")),1),
Greater(abs(List.Min(Qdb.MeasurementValue.LimitUsage("ToleranceLimits"))),1)
)}
659_ebc27528357137662b461f209e86d769.png

Capture.PNG

Link to comment
Share on other sites

 Share

×
×
  • Create New...