Add flow rate popup and low priority alarms

- Create FlowRatePopup view with time series chart for prefilter flow rate
- Add onClick event to GPM label in Home view to open popup
- Add Low priority alarms to PrimaryValveClosedInd, PumpInd, SedimentFilterValveOpenInd

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
dohertj2
2026-02-22 05:28:30 -05:00
parent 4a4dd016d8
commit 11b84c27d7
4 changed files with 195 additions and 5 deletions

View File

@@ -173,7 +173,16 @@
"opcServer": {
"bindType": "parameter",
"binding": "{OpcServer}"
}
},
"alarms": [
{
"setpointA": 1.0,
"name": "Alarm",
"label": "Primary valve closed",
"priority": "Low",
"ackMode": "Auto"
}
]
},
{
"valueSource": "expr",
@@ -217,7 +226,16 @@
"opcServer": {
"bindType": "parameter",
"binding": "{OpcServer}"
}
},
"alarms": [
{
"setpointA": 1.0,
"name": "Alarm",
"label": "Pump running",
"priority": "Low",
"ackMode": "Auto"
}
]
},
{
"valueSource": "opc",
@@ -341,7 +359,16 @@
"opcServer": {
"bindType": "parameter",
"binding": "{OpcServer}"
}
},
"alarms": [
{
"setpointA": 1.0,
"name": "Alarm",
"label": "Sediment filter valve opened",
"priority": "Low",
"ackMode": "Auto"
}
]
},
{
"valueSource": "expr",