diff --git a/Home.md b/Home.md index 50f249b..b88c37b 100644 --- a/Home.md +++ b/Home.md @@ -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. * **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. -* **value[ ]**: array of bytes to be written to the plc. +* **value[ ]**: array of bytes to be read from the plc. Example: This method reads the first 200 bytes of DB1: