✅ Various markdown, spelling, and grammar fixes (#4503)
This commit is contained in:
parent
483bc52dc0
commit
49f53fd988
28 changed files with 163 additions and 145 deletions
|
@ -53,7 +53,6 @@ The ADS component will register the service `write_by_name` allowing you to writ
|
|||
|
||||
Service parameters:
|
||||
|
||||
- **adsvar**: Name of the variable on the ADS device. To access global variables on *TwinCAT2* use a prepending dot `.myvariable`, for TwinCAT3 use
|
||||
`GBL.myvariable`.
|
||||
- **adsvar**: Name of the variable on the ADS device. To access global variables on *TwinCAT2* use a prepending dot `.myvariable`, for TwinCAT3 use `GBL.myvariable`.
|
||||
- **adstype**: Specify the type of the variable. Use one of the following: `int`, `byte`, `uint`, `bool`
|
||||
- **value**: The value that will be written in the variable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue