It said writte in the reading explanation

zepandasky
2021-09-22 11:58:02 +02:00
parent b820c4944a
commit 42ea359ab2

@@ -122,7 +122,7 @@ public enum DataType
* **db**: the address of the dataType, for example if you want to read DB1, this field is “1”; if you want to read T45, this field is 45. * **db**: the address of the dataType, for example if you want to read DB1, this field is “1”; if you want to read T45, this field is 45.
* **startByteAdr**: the address of the first byte that you want to read, for example if you want to read DB1.DBW200, this is 200. * **startByteAdr**: the address of the first byte that you want to read, for example if you want to read DB1.DBW200, this is 200.
* **count**: contains how many bytes you want to read. * **count**: contains how many bytes you want to read.
* **value[ ]**: array of bytes to be written to the plc. * **value[ ]**: array of bytes to be read from the plc.
Example: Example:
This method reads the first 200 bytes of DB1: This method reads the first 200 bytes of DB1: