The format for the write variable is as defined below:
GET kas/plcvariables?variables=<var1>,<var2>,…&format=<MIME Type>
Query string parameter values:
| Parameter | Value |
|---|---|
| variables | The variables to be read, separated by commas. |
| format (optional) |
The format (in MIME Type) of the response body. Supported MIME Types:
|
The response will be in text format by default.
Example:
GET kas/plcvariables?variables=TravelSpeed,MachineSpeed&format=json
|
Copyright © 2015 Kollmorgen™ |
|