You are here: Technical References > Remote Access to PLC Variables > HTTP Interface for Reading PLC Variables > HTTP Response — Text Format

HTTP Response — Text Format

The HTTP response will be comma separated values.

<value1>,<value2>,,<value4>

<value1>, <value2>, <value4> are the values corresponding to the variables listed in the request respectively.

If one of the requested variables is not found, the corresponding slot between the commas will be empty. (Notice the two commas in between <value2> and <value4> above, since 3rd variable is not found.)

Example:

HTTP Command

GET kas/plcvariables?variables=TravelSpeed,IntegerVar,UntitledST.LocalVariable&format=text

Response

100.000000,,20

 


Stay Connected with Kollmorgen

Copyright © 2015 Kollmorgen™