REST APIs on Industrial PLCs Part 2: System Health Monitoring

Monitor the health of every device on your system

Peter Lebiedzinski
Towards Data Science
7 min readSep 28, 2022

--

Introduction

APIs are great for offloading computation and running processes that are not easily done in a given programming language. In the first part of this series, REST APIs on Industrial PLCs¹, we implemented a simple API that adds and retrieves entries from a SQL database. The data entered into the database is for training a Machine Learning model to detect anomalies in the servo drives connected to the…

--

--