Package is provided by Loupe
https://loupe.team
[email protected]
1-800-240-7042
This repo provides packages for communicating with a B&R PLC using WebSockets and a JSON interface. This allows the PLC to act as a server for a Loupe UX client.
The OMJSON library package bundles up the function blocks needed in order to run the WebSocket server and read/write to PLC variables.
This repo also contains a program package that can be deployed to run the OMJSON-based webserver.
To install the program package using the Loupe Package Manager (LPM), in an initialized Automation Studio project directory run lpm install luxprog
. Note that this will also pull in the library package as a dependency.
If you only want to install the library package, run lpm install omjson
.
For more information about LPM, see https://loupeteam.github.io/LoupeDocs/tools/lpm.html.
For more documentation and examples, see https://loupeteam.github.io/LoupeDocs/libraries/omjson.html (or you can run lpm docs omjson
).
This project is licensed under the MIT License.