An open API service indexing awesome lists of open source software.

https://github.com/engineering-research-and-development/opc-ua-robotics-server


https://github.com/engineering-research-and-development/opc-ua-robotics-server

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# OPC UA Robotics Compation Specification - MotionDeviceSystem Server
Implementation of the OPC UA Robotics Companion Specification part 1 of n.
Part 1 includes a basic description of a motion device system and has the main scope to push out condition data of a motion device system vertically into higher level manufacturing systems (e. g. line PLC, MES; Cloud) for information and diagnostic purposes. Subsequent parts will extend the basic robotics description and cover other use cases, e. g. to configure and control a motion device system or the included motion devices.

![MotionDeviceSystem Schema](https://github.com/Engineering-Research-and-Development/opc-ua-robotics-server/blob/main/docs/img/schema-1.jpg)
![MotionDeviceSystem Schema](https://github.com/Engineering-Research-and-Development/opc-ua-robotics-server/blob/main/docs/img/schema-2.jpg)
![MotionDeviceSystem Schema](https://github.com/Engineering-Research-and-Development/opc-ua-robotics-server/blob/main/docs/img/schema-3.jpg)
![MotionDeviceSystem Schema](https://github.com/Engineering-Research-and-Development/opc-ua-robotics-server/blob/main/docs/img/schema-4.jpg)

### Install from source

$ git clone "https://github.com/Engineering-Research-and-Development/opc-ua-robotics-server"
$ cd opc-ua-robotics-server
$ npm install
$ node index.js

### References

[OPC UA Robotics Companion](https://opcfoundation.org/markets-collaboration/robotics/).