mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2025-12-17 17:06:50 +08:00
grammar check
4
Home.md
4
Home.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user