> For the complete documentation index, see [llms.txt](https://docs.mathewscompany.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mathewscompany.com/pinnacle-2020/pinnacle-20-or-20-controls/troubleshooting/service/trudry-settings.md).

# TruDry Settings

The second button under the Service Page is the TruDry Settings button. This page allows for adjustments to be made to the variables that control how the TruDry mode operates.

<figure><img src="/files/PLt6DfoOOVR89Ort6TFJ" alt=""><figcaption></figcaption></figure>

Here the current Mid-Grain Temperature and Discharge Speed are displayed along with the Mid-Grain Temperature set point which can be adjusted. However, the main purpose of this page is to set the Proportional, Integral, and Derivative parameters of the TruDry PID control loop. Please note that changes to these parameters will drastically impact the operation of the dryer when running in TruDry mode and any settings change should only be done when instructed by Mathews Company service personnel.

The default values for the Proportional, Integral, and Derivative parameters are recommended to be used. If fine-tune adjustments need to be made, the following explains the impact of each parameter:

## Proportional

The Proportional parameter determines the gain of the control loop based on the difference between the setpoint and the actual value. Adjustment of this parameter will increase or decrease the gain when a difference between the setpoint and actual value is established.

## Integral

The Integral parameter determines the responsiveness of the control loop from a time standpoint. Adjustment of this parameter will cause the control loop to become more or less responsive.

## Derivative

The Integral parameter determines the amount of dampening that the control loop will exhibit. Adjustment of this parameter will increase or decrease the amount of overshoot that is observed by the control loop.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mathewscompany.com/pinnacle-2020/pinnacle-20-or-20-controls/troubleshooting/service/trudry-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
