Gets a lot done for IPP-141, connection to POCloud
This commit is contained in:
10667
Advanced_VFD_IPP.ACD
10667
Advanced_VFD_IPP.ACD
File diff suppressed because one or more lines are too long
9
POCloud/HTML/NodeDetailHeader.html
Normal file
9
POCloud/HTML/NodeDetailHeader.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class='col-xs-1'>
|
||||
<div class="<%= nodecolors.statuscolor %> nodecolor"></div>
|
||||
</div>
|
||||
<div class='col-xs-6'>
|
||||
<h3><%= node.vanityname %>: <%=channels["advvfdipp.wellstatus"].value %></h3>
|
||||
</div>
|
||||
<div class-"col-xs-2">
|
||||
<button href="#" data-channelId="<%= channels["advvfdipp.log"].channelId %>" class="data-table btn btn-theme" title="Device Log"><i style='margin-left: 0.5em; cursor: pointer' class="fa fa-th-list icon-theme"></i> Device Log</button>
|
||||
</div>
|
||||
39
POCloud/HTML/Nodelist.html
Normal file
39
POCloud/HTML/Nodelist.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<style>
|
||||
.header h4 {
|
||||
position: relative;
|
||||
top: 0.9em;
|
||||
}
|
||||
.header h2 {
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
color: #aaa;
|
||||
margin: 0.75em 0;
|
||||
}
|
||||
.header p {
|
||||
font-size: 24px;
|
||||
color: black;
|
||||
font-weight: 600;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="row header">
|
||||
<div class="col-xs-1">
|
||||
<div class="<%= nodecolors.statuscolor %> nodecolor"></div>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-2">
|
||||
<img src="<%= nodeimgurl %>" />
|
||||
</div>
|
||||
|
||||
<div class="col-xs-2">
|
||||
<h4><%= node.vanityname %>:<br/><%=channels["advvfdipp.wellstatus"].value %></h4>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
<h2>Flow Rate</h2>
|
||||
<p><%= Math.round(channels["advvfdipp.flowrate"].value * 100) / 100 %> GPM</p>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
<h2>Fluid Level</h2>
|
||||
<p><%= Math.round(channels["advvfdipp.fluidlevel"].value * 10) / 10 %> ft</p>
|
||||
</div>
|
||||
</div>
|
||||
37
README.md
37
README.md
@@ -2,24 +2,24 @@
|
||||
## Developed by Patrick J. McDonagh, Henry Pump
|
||||
|
||||
# Automation Devices
|
||||
| Device | Manufacturer | Model | IP Address |
|
||||
| ------------- | --------------------- | ------------- | ------------- |
|
||||
| Gateway | Meshify | M1 Dragonfly | 192.168.1.1 |
|
||||
| PLC | Rockwell Automation | 1769-L24-QB1B | 192.168.1.10 |
|
||||
| HMI | Rockwell Automation | 2711PC-T10C4T | 192.168.1.11 |
|
||||
| VFD | Rockwell Automation | PF 755 | 192.168.1.11 |
|
||||
| Device | Manufacturer | Model | IP Address |
|
||||
| ------------ | ------------------ | ----------- | ------------- |
|
||||
| Gateway | Meshify | M1 Dragonfly | 192.168.1.1 |
|
||||
| PLC | Rockwell Automation | 1769-L24-QB1B | 192.168.1.10 |
|
||||
| HMI | Rockwell Automation | 2711PC-T10C4T | 192.168.1.11 |
|
||||
| VFD | Rockwell Automation | PF 755 | 192.168.1.11 |
|
||||
|
||||
# Analog Input Card
|
||||
| Input | Device |
|
||||
| ------------- | --------------------- |
|
||||
| Input | Device |
|
||||
| --------- | -------------- |
|
||||
| Analog 0 | Tubing Pressure |
|
||||
| Analog 1 | Flowmeter |
|
||||
| Analog 2 | Spare |
|
||||
| Analog 3 | Spare |
|
||||
| Analog 1 | Flowmeter |
|
||||
| Analog 2 | Spare |
|
||||
| Analog 3 | Spare |
|
||||
|
||||
# Digital Input Card
|
||||
| Input | Device |
|
||||
| ------------- | --------------------- |
|
||||
| Input | Device |
|
||||
| --------- | --------- |
|
||||
| Digital 0 | |
|
||||
| Digital 1 | |
|
||||
| Digital 2 | |
|
||||
@@ -45,3 +45,14 @@
|
||||
| Administrator | HenryPump | < I'll never tell > |
|
||||
|
||||
It is highly recommended to change the default passwords.
|
||||
|
||||
# Integer/String Mappings
|
||||
|
||||
## Device_Status_INT
|
||||
| Integer | String |
|
||||
|------------ |--------- |
|
||||
| 0 | Running |
|
||||
| 1 | Pumped Off |
|
||||
| 2 | Alarmed |
|
||||
| 3 | Locked Out |
|
||||
| 4 | Stopped |
|
||||
|
||||
Reference in New Issue
Block a user