# FireDamper2

## `FireDamper2` (FB)

FUNCTION\_BLOCK FireDamper2

### Representation

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

### Function description

#### General

This function block is used to enter the designation of a fire damper and to generate the message *xAlarm.*

#### Aggregate fault *xAlarm*

The aggregate fault *xAlarm* is activated (= TRUE) when:<br>

1. The fire damper is not fully open (*xOpen* = FALSE).\
   (Background: Any fire damper that is not fully open represents a faulty condition during normal operation).
2. The fire damper is closed (*xClosed* = TRUE).\ <br>

In all other cases the general fault is *xAlarm* is not activated (= FALSE).

### CODESYS

InOut:

| Scope       | Name         | Type     | Initial |
| ----------- | ------------ | -------- | ------- |
| Input       | `xOpen`      | `BOOL`   |         |
| Input       | `xClosed`    | `BOOL`   |         |
| Output      | `sLine1`     | `STRING` |         |
| Output      | `sLine2`     | `STRING` |         |
| Output      | `sText`      | `STRING` |         |
| Output      | `xAlarm`     | `BOOL`   |         |
| Input Const | `sEditLine2` | `STRING` | ‘’      |
| Input Const | `sEditLine1` | `STRING` | ‘Room’  |


---

# Agent Instructions: 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:

```
GET https://support.powerio.com/hub/codesys-hvac/en/hvac-library/functionblocks/components/firedamper2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
