grammar check

09try
2022-05-08 13:51:05 +02:00
parent 42ea359ab2
commit ed7fc7f10f

@@ -295,12 +295,12 @@ plc.ReadClass(myTestClass, 1, 0);
```
## 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.
This method reads multiple variables in a single request. The variables can be located in the same or in different data blocks.
```csharp
public void Plc.ReadMultibleVars(List<DataItem> dataItems);
```
* **List<>**: you have to specifiy a list of DataItem which contains all data items you want to read
* **List<>**: you have to specify a list of DataItem which contains all data items you want to read
Example: this method reads several variables from a data block