Update in the documentation
NOTE: ⚠️ This application is licensed as open source under the MIT License and is not officially supported by InterSystems Corporation. Use it at your own risk.
Application Starter Pack for manufacturing companies using OPC-UA for OEE Dashboard. The Starter Pack is a generic framework for fast generation and consists of :
The Starter Pack is used within a project in a manufacturing plant to give operators realtime insight in OEE and other custom metrics witihin their process. For more information about the functional and technical working see the Wiki https://github.com/intersystems/asp-oee/wiki of the project.
The repository has been separated into 4 parts.
The source of this solution divided into:
The images used within the Wiki
PostMan projects to get started quickly with this project
This solution uses the InterSystems Python Gateway https://openexchange.intersystems.com/package/PythonGateway with the free OPC-UA library https://github.com/FreeOpcUa/opcua-asyncio
pip install -r requirements.txt
Before we can really use the solution we need to create manually the webapplications. Go in the Management Portal to System Administration -> Security -> Applications -> Web Applications
There are 2 postman projects available that you can import in postman to get you started.
The wiki (https://github.com/intersystems/asp-oee/wiki/Tutorial) of this repository has a tutorial that explains the example that has been delivered as a PostMan project and how to use & update the generated model.
Update in the documentation
Initial Release