Skip to content

Commit c37fc8b

Browse files
committed
Updated comments.
1 parent 77198de commit c37fc8b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/dm_ve.f90

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ module dm_ve
1313
!!
1414
!! | Name | Unit | Description | MPPT | Shunt |
1515
!! |---------|---------|-------------------------------------------|------|-------|
16-
!! | `Alarm` | – | Alarm condition active (ON/OFF). | | ✓ |
16+
!! | `Alarm` | – | Alarm condition active (on/off). | | ✓ |
1717
!! | `AR` | – | Alarm reason (decimal). | | ✓ |
1818
!! | `CE` | mAh | Consumed amp hours. | | ✓ |
1919
!! | `CS` | – | State of operation. | ✓ | |
20-
!! | `DM` | %/10 | Mid-point deviation of the battery bank. | | ✓ |
20+
!! | `DM` | | Mid-point deviation of the battery bank. | | ✓ |
2121
!! | `ERR` | – | Error code. | ✓ | |
2222
!! | `FW` | – | Firmware version (16 bit). | ✓ | ✓ |
2323
!! | `H1` | mAh | Depth of the deepest discharge. | | ✓ |
@@ -44,16 +44,16 @@ module dm_ve
4444
!! | `HSDS` | – | Day sequence number (0 to 364). | ✓ | |
4545
!! | `I` | mA | Main or channel 1 battery current. | ✓ | ✓ |
4646
!! | `IL` | mA | Load current. | ✓ | |
47-
!! | `LOAD` | – | Load output state (ON/OFF). | ✓ | |
47+
!! | `LOAD` | – | Load output state (on/off). | ✓ | |
4848
!! | `MON` | – | DC monitor mode. | | ✓ |
4949
!! | `MPPT` | – | Tracker operation mode. | ✓ | |
50-
!! | `OR` | – | Off reason (hexadecimal). | ✓ | |
50+
!! | `OR` | – | Off reason. | ✓ | |
5151
!! | `P` | W | Instantaneous power. | | ✓ |
52-
!! | `PID` | – | Product ID (hexadecimal). | ✓ | ✓ |
52+
!! | `PID` | – | Product ID. | ✓ | ✓ |
5353
!! | `PPV` | W | Panel power. | ✓ | |
54-
!! | `Relay` | – | Relay state (ON/OFF). | ✓ | ✓ |
55-
!! | `SOC` | %/10 | State-of-charge. | | ✓ |
56-
!! | `T` | degC | Battery temperature. | | ✓ |
54+
!! | `Relay` | – | Relay state (on/off). | ✓ | ✓ |
55+
!! | `SOC` | | State-of-charge. | | ✓ |
56+
!! | `T` | °C | Battery temperature. | | ✓ |
5757
!! | `TTG` | min | Time-to-go. | | ✓ |
5858
!! | `V` | mV | Main or channel 1 (battery) voltage. | ✓ | ✓ |
5959
!! | `VM` | mV | Mid-point voltage of the battery bank. | | ✓ |

0 commit comments

Comments
 (0)