N5GEH / n5geh.services.controller

This repository contains exemplary implementations of a cloud-based control services that can be connected to a FIWARE platform.
MIT License
2 stars 2 forks source link

PID controller rework #1

Closed djs0109 closed 2 years ago

djs0109 commented 2 years ago

Main updates are:

  1. Adapt the code with the lastest version of FiLiP
  2. Change to simple-pid from our self coded pid controller
  3. Add a panel to help visualizing the control parameters
  4. Add an example for the PID controller (still under progress)