{% extends "layout.html" %} {% set active_page = "pid" %} {% set help_page = ["pids", _('PID Controllers')] %} {% block title %} - {{_('PID')}}{% endblock %} {% block head %} {% endblock %} {% block body %}
{{_('PID controllers couple an input with a device connected to an output to regulate an environmental condition. For example, this could be a heater and a temperature sensor, allowing the regulation of temperature.')}}