> 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/dryer-operations/dryer-operations/operating-procedures/vfd-parameters/profile-and-mixed-flow-models.md).

# Profile & Mixed-Flow Models

## Applicable Models

* Delta Series Models (D600/D600h - D3200/D3200h)
* Fusion Series Models (F320/F320x - F660/F660x)
* ECO Series Models (E300/E300h - E700/E700h)
* Legacy Series Models (L1000 - L6000)

The variable frequency drive controls the speed of the metering rolls for all profile and mixed-flow dryers. The communication from the HMI to the PLC then correlates to the variable frequency drive. It is important to note that some of the parameters listed below will vary such as voltage, amperage and motor speed. These values should match the motor name plate.

{% hint style="info" %}
Dip switches must both be set to ON for SIEMENS S7-1200.
{% endhint %}

{% hint style="info" %}
If programmed by hand, upload to panel, then download full set to drive.
{% endhint %}

## Parameters

The following parameters apply to the dryer model(s) and voltage(s) as shown.

### Group 99 Start Up Data

| Parameter | Description       | ABB Factory Setting | Metering VFD    |
| --------- | ----------------- | ------------------- | --------------- |
| 9901      | Language          | English             | English         |
| 9902      | Applied macro     | ABB Standard        | ABB Standard    |
| 9904      | Control Mode      | Scalar-Freq         | Scalar-Freq     |
| 9905      | Nominal Voltage   |                     | Dryer Voltage   |
| 9906      | Nominal Current   |                     | Nameplate FLA   |
| 9907      | Nominal Frequency | 60 Hz               | 60 Hz           |
| 9908      | Nominal Speed     | 1700 RPM            | Motor Nameplate |

### Group 10 Start / Stop / Direction

| Parameter | Description   | ABB Factory Setting | Metering VFD |
| --------- | ------------- | ------------------- | ------------ |
| 1001      | EXT1 Commands | DI1,2               | DI1          |
| 1002      | EXT2 Commands | NOT SEL             | DI1          |
| 1003      | Direction     | Request             | Forward      |

### Group 11 Reference Select

| Parameter | Description      | ABB Factory Setting | Metering VFD |
| --------- | ---------------- | ------------------- | ------------ |
| 1102      | ECT1/EXT2 Select | EXT1                | DI2          |
| 1103      | Ref 1 Select     | AI1                 | AI1          |
| 1104      | Ref 1 MIN        | 0 Hz                | 0 Hz         |
| 1105      | Ref 1 MAX        | 60 Hz               | 60 Hz        |
| 1106      | Ref 2 Select     | AI2                 | Keypad       |
| 1107      | Ref 2 MIN        | 0%                  | 0%           |
| 1108      | Ref 2 MAX        | 100%                | 100%         |

### Group 12 Constant Speeds

| Parameter | Description         | ABB Factory Setting | Metering VFD |
| --------- | ------------------- | ------------------- | ------------ |
| 1201      | Const. Speed Select | DI3,4               | NOT SEL      |

### Group 14 Relay Outputs

| Parameter | Description    | ABB Factory Setting | Metering VFD |
| --------- | -------------- | ------------------- | ------------ |
| 1401      | Relay Output 1 | Fault(-1)           | Fault(-1)    |

### Group 15 Analogue Outputs

| Parameter | Description     | ABB Factory Setting | Metering VFD |
| --------- | --------------- | ------------------- | ------------ |
| 1501      | AO1 Content Sel | Output Freq         | Ext Ref 1    |

### Group 16 System Controls

| Parameter | Description | ABB Factory Setting | Metering VFD |
| --------- | ----------- | ------------------- | ------------ |
| 1601      | Run Enable  | NOT SEL             | DI3          |

### Group 20 Limits

| Parameter | Description   | ABB Factory Setting | Metering VFD |
| --------- | ------------- | ------------------- | ------------ |
| 2003      | Max Current   |                     | FLA x SF     |
| 2007      | Min Frequency | 0 Hz                | 0 Hz         |
| 2008      | Max Frequency | 60 Hz               | 60 Hz        |

### Group 21  Parameters

| Parameter | Description          | ABB Factory Setting | Metering VFD |
| --------- | -------------------- | ------------------- | ------------ |
| 2102      | Stop Function        | Coast               | Ramp         |
| 2110      | Torque boost current | 100%                | 200%         |

### Group 22 Parameters

| Parameter | Description  | ABB Factory Setting | Metering VFD |
| --------- | ------------ | ------------------- | ------------ |
| 2202      | Accel Time 1 | 5 sec               | 5 sec        |
| 2203      | Decel Time 1 | 5 sec               | 5 sec        |

### Group 34 Panel Display

| Parameter | Description         | ABB Factory Setting | Metering VFD |
| --------- | ------------------- | ------------------- | ------------ |
| 3415      | Signal 3 Parameters | Torque              | DI1-5        |


---

# 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/dryer-operations/dryer-operations/operating-procedures/vfd-parameters/profile-and-mixed-flow-models.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.
