-
Recent Posts
- SCADA Real Time Data and Apache SPARK
- Access to relational databases with WinCC Unified
- Collect Factory data and write it to Kafka, with the Automation Gateway…
- WinCC Unified V18 exposed to the Internet…
- GraphQL for Unity with WinCC Unified
- WinCC Unified GraphQL Server for Data Integration
- AWS AppSync query with Cognito User Pool
- AWS AppSync Real-Time Support for GraphQL for Unity…
- Apollo 3.0 Websocket Protocol for GraphQL for Unity (V1.5.0)
- Unity3D in WinCC Open Architecture
Categories
Meta
Category Archives: Machine Learning
Dockerfile for Python 3.9 with OpenCV, MediaPipe, TensorFlow Lite and Coral Edge TPU
Dockerfile Requirements.txt
Machine Learning for Sensor Prediction….
Trained a neural network with values from 30 sensors to predict another sensors value 10 minutes in future, the network hasn’t seen the test data before… with #Python #keras #TensorFlow
Posted in Machine Learning
Comments Off on Machine Learning for Sensor Prediction….
Python and WinCC OA…
Connected Python to WinCC OA through a Websocket Manager. Python programs can connect to WinCC OA and read/write datapoints. Communication is JSON based, it’s simple to use in Python, see examples below (ws://rocworks.no-ip.org can be used for tests, but will … Continue reading
Posted in Machine Learning, WinCC OA
Comments Off on Python and WinCC OA…
Deep Learning Neural Network with WinCC OA and Clojure…
To learn how deep learning works I decided to implement a Multilayer Neural Network with Backpropagation by my own in Clojure (I did NOT use a library like Tensor Flow or Deeplearning4j). The link between Clojure and the SCADA system WinCC … Continue reading
Posted in Allgemein, Machine Learning, WinCC OA
Comments Off on Deep Learning Neural Network with WinCC OA and Clojure…