From 35a9dd0648a1e723ad044c2f08ee1d878b780e58 Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Fri, 22 Jun 2018 14:34:44 -0500 Subject: [PATCH] Adds POCloud support for HART totalizer data --- POCloud/HTML/Overview.html | 86 + POCloud/modbusMap.p | 6690 +++++++++++++++++++----------------- 2 files changed, 3560 insertions(+), 3216 deletions(-) diff --git a/POCloud/HTML/Overview.html b/POCloud/HTML/Overview.html index 3299ec7..f525eb6 100644 --- a/POCloud/HTML/Overview.html +++ b/POCloud/HTML/Overview.html @@ -287,6 +287,92 @@ +<% if (parseFloat(channels['advvfdipp.hartnettotal'].value) !== 0.0) { %> + +
+
+

HART Flowmeter Data

+
+
+

Net Flow

+
+
+
+
+ + + +
+ + <%= channels["advvfdipp.hartnettotal"].timestamp %> + +
+
+ +
+

Forward Flow

+
+
+
+
+ + + +
+ + <%= channels["advvfdipp.hartfwdtotal"].timestamp %> + +
+
+ +
+

Reverse Flow

+
+
+
+
+ + + +
+ + <%= channels["advvfdipp.hartrevtotal"].timestamp %> + +
+
+
+<% } %> +