From e2af7e31498027ebcab28aad3521620655caddc6 Mon Sep 17 00:00:00 2001 From: zimoch Date: Tue, 15 Sep 2015 07:21:41 +0000 Subject: [PATCH] typo fixed --- doc/tipsandtricks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tipsandtricks.html b/doc/tipsandtricks.html index bfc5ff7..e230da8 100644 --- a/doc/tipsandtricks.html +++ b/doc/tipsandtricks.html @@ -281,7 +281,7 @@ With some more records, you can clean the message record if SEVR is not INVALID. record (calcout, "$(DEVICE):clean_1") {
  field (INPA, "$(DEVICE):readcurrent.SEVR CP")
-  field (CALC, "A!=2")
+  field (CALC, "A#3")
  field (OOPT, "When Non-zero")
  field (OUT, "$(DEVICE):clean_2.PROC")
}