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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user