{% extends "layout.html" %} {% set active_page = "method_list" %} {% set help_page = ["https://kizniche.github.io/Mycodo/Methods/", dict_translation['method']['title']] %} {% block title %} - {{dict_translation['method']['title']}}{% endblock %} {% block head %} {% if method %} {% if current_user.theme in dark_themes %} {% endif %} {% 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.')}}