Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loupeteam/OMJSON
AR Library OMJSON. OMG! It's JSON!
https://github.com/loupeteam/OMJSON
ar-library internal-project
Last synced: 3 months ago
JSON representation
AR Library OMJSON. OMG! It's JSON!
- Host: GitHub
- URL: https://github.com/loupeteam/OMJSON
- Owner: loupeteam
- License: mit
- Created: 2020-09-17T16:52:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T20:25:01.000Z (12 months ago)
- Last Synced: 2024-08-02T14:06:01.913Z (6 months ago)
- Topics: ar-library, internal-project
- Language: JavaScript
- Homepage:
- Size: 2.67 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-B-R - OMJSON - Library source: OMJSON provides packages for communicating with a B&R PLC using WebSockets and a JSON interface. (Communication / Other)
README
# Info
Package is provided by Loupe
https://loupe.team
[email protected]
1-800-240-7042# Description
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.
### Library Package
The OMJSON library package bundles up the function blocks needed in order to run the WebSocket server and read/write to PLC variables.### Program Package
This repo also contains a program package that can be deployed to run the OMJSON-based webserver.# Installation
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.
# Documentation
For more documentation and examples, see https://loupeteam.github.io/LoupeDocs/libraries/omjson.html (or you can run `lpm docs omjson`).# Licensing
This project is licensed under the [MIT License](LICENSE).