From 16cea5881c8edebfbe0e1c3cee1ec994241875fa Mon Sep 17 00:00:00 2001 From: FalcoGoodbody Date: Fri, 18 Sep 2020 19:27:47 +0200 Subject: [PATCH] changed the headline from "Read multiple variables" from# to ## to be equal with the document --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 9a8a7b8..4b0a4e0 100644 --- a/Home.md +++ b/Home.md @@ -289,7 +289,7 @@ then add the code to read or write the complete struct TestClass myTestClass = new TestClass(); plc.ReadClass(myTestClass, 1, 0); ``` -# Read multiple variables +## Read multiple variables This method reads multiple variables in a single request. The variables can be locatet in the same or in different data blocks.