Completes #1. Adds Pushbutton to enable HMI for 20 minutes
This commit is contained in:
@@ -1,12 +1,20 @@
|
||||
# GPS Flow Skid
|
||||
|
||||
## Activating the PanelView
|
||||
|
||||
Pressing the Panelview activate button will enable the Panelview for 20 minutes. After 20 minutes have elapsed, the panelview will power down to conserve battery.
|
||||
|
||||
## Resetting the flowmeter totalizers
|
||||
|
||||
To reset the flowmeter totalizer, press the "CLEAR TOTALIZER" button from Totalizer Screen on the HMI. Alternatively, set the value of the the boolean tag "cmd_ResetTotalizerA", "cmd_ResetTotalizerB", or "cmd_ResetTotalizerC" to TRUE.
|
||||
|
||||
## Modbus Parameters
|
||||
|
||||
All devices need to be configured with the following Modbus Parameters:
|
||||
|
||||
- Baud Rate: 9600
|
||||
- Parity: None
|
||||
- Stop Bits: 2
|
||||
- Baud Rate: 9600
|
||||
- Parity: None
|
||||
- Stop Bits: 2
|
||||
|
||||
### Modbus Addresses
|
||||
|
||||
@@ -14,3 +22,18 @@ All devices need to be configured with the following Modbus Parameters:
|
||||
| -------------------- | ----------- |
|
||||
| Flowmeter | 1 |
|
||||
| Solar Panel Charger | 20 |
|
||||
|
||||
## Wiring Guide
|
||||
|
||||
### Digital Inputs
|
||||
|
||||
| Channel | Device |
|
||||
|---------- | -------|
|
||||
| 0 | HMI Activate Button |
|
||||
|
||||
### Digital Outputs
|
||||
|
||||
| Channel | Device |
|
||||
|---------- | -------|
|
||||
| 0 | HMI Enable Relay |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user