Skip to content

Commit

Permalink
Fixed error in modbusLength description
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Mar 22, 2024
1 parent ab7fb94 commit c35181e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/creating_driver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ created with the following command:
For absolute addressing this must be set to the size of required by the largest
single Modbus operation that may be used. This would be 1 if all Modbus reads and
writes are for 16-bit registers, but it would be 4 if 64-bit floats (4 16-bit registers)
are being used, and 100 (for example) if an Int32 waveform record with NELM=100
are being used, and 100 (for example) if an Int32 waveform record with NELM=50
is being read or written.
* - modbusDataType
- string
Expand Down

0 comments on commit c35181e

Please sign in to comment.