From 42ea359ab2393e531a4447233000755ba380178f Mon Sep 17 00:00:00 2001 From: zepandasky <52510905+zepandasky@users.noreply.github.com> Date: Wed, 22 Sep 2021 11:58:02 +0200 Subject: [PATCH] It said writte in the reading explanation --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: