{% extends "layout.html" %} {% set active_page = "method_list" %} {% set help_page = ["methods", _('Methods')] %} {% block title %} - {{_('Method List')}}{% endblock %} {% block head %} {% if current_user.theme in dark_themes %} {% endif %} {% endblock %} {% block body %}
{{_('Methods allow different types of setpoint tracking in PID controllers. Normally, a PID controller will regulate an environmental condition to a specific setpoint. If you would like the setpoint to change over time, this is called setpoint tracking.')}}