Skip to content

Commit 7f8d801

Browse files
authored
Update content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note/content.md
1 parent 868c2d1 commit 7f8d801

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note

1 file changed

+1
-1
lines changed

content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The variables will be sent to the registers in the following order:
120120
| 0x02 | Pressure |
121121
| 0x03 | Current |
122122

123-
***As the Modbus Holding Registers are __uint16_t__ the data sent should be a positive integer between 0 and 65535, for this reason the data is sent multiplied by a 100 factor. This way a measured temperature of 42.5 C will be sent as 4250.***
123+
***Since Modbus Holding Registers are __uint16_t__, the data sent should be a positive integer between 0 and 65535. Therefore, the data is multiplied by a factor of 100. For example, a measured temperature of 42.5 °C will be sent as 4250.***
124124

125125
### Opta Code
126126

0 commit comments

Comments
 (0)