JSON API
The backend server communicates using stringified json. The general format for requests is as follows.
Requests#
Below is a list of the valid requests.
Start#
To start a log, use to following json.
Stop#
To stop a log, use the following.
Status#
To get the plcs that the server is connected to and the tags it is logging, send this request.
If the request is completed successfully, the response will be formated as follows.
Responses#
OK#
If the server successfully starts or stops a logger, you will recieve this.
Error#
If any error for any request is encountered, the server will send the following.