# Handle\_xUp\_xDown\_Shade

## `THERMOKON_NOVOS_TOUCH_V2.Handle_xUp_xDown_Shade` (METH)

`METHOD` Handle\_xUp\_xDown\_Shade

InOut:

| Scope | Name                | Type   | Comment                                                                                              |
| ----- | ------------------- | ------ | ---------------------------------------------------------------------------------------------------- |
| Input | `wAdjustModeShade`  | `WORD` | Type of shading adjustment 1 (0 = slider)                                                            |
| Input | `iPositionShade`    | `INT`  | <p>Position of the shading 3 (0 = fully open, 100 =<br>fully closed)</p>                             |
| Input | `iSlatShade`        | `INT`  | <p>Position of the slats of the shading 3 (0 = horizontal,<br>symmetrical e.g. +/- 80 degrees)</p>   |
| Inout | `rPositionShade_Fb` | `REAL` | <p>Position of the shading 3 (0.0 = fully open,<br>100.0 = fully closed)</p>                         |
| Inout | `rSlatShade_Fb`     | `REAL` | <p>Position of the slats of the shading 3 (0.0 = horizontal,<br>symmetrical e.g. +/- 80 degrees)</p> |
| Inout | `xUpShade`          | `BOOL` | OPEN command for the shading                                                                         |
| Inout | `xDownShade`        | `BOOL` | CLOSE command for the shading                                                                        |


---

# 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-modbus-library/functionblocks/thermokon/thermokon_novos_touch_v2/handle_xup_xdown_shade.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.
