Various markdown, spelling, and grammar fixes (#4503)

This commit is contained in:
Franck Nijhof 2018-01-24 08:28:39 +01:00 committed by Fabian Affolter
parent 483bc52dc0
commit 49f53fd988
28 changed files with 163 additions and 145 deletions

View file

@ -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.