> For the complete documentation index, see [llms.txt](https://support.powerio.com/hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.powerio.com/hub/codesys-hvac/hvac-bacnet2-library/funktionsbausteine/server-objekte/master_for_serverobjects_pou.md).

# MASTER\_FOR\_SERVEROBJECTS\_POU

## `MASTER_FOR_SERVEROBJECTS_POU` (FB)

FUNCTION\_BLOCK MASTER\_FOR\_SERVEROBJECTS\_POU IMPLEMENTS IMasterForServerObjectsPOU

InOut:

| Scope       | Name                                          | Type                                       | Initial  | Comment                                                                                                                                                                                                                                                                                                                                                                                                                           |
| ----------- | --------------------------------------------- | ------------------------------------------ | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Input       | `refBACnet2_Server`                           | <p>REFERENCE TO<br>BACnet.BACnetServer</p> | 0        | <p>Referenz zum BACnet-Objekt vom Typ ‘BACnet2\_Server’ im<br>Gerätebaum</p>                                                                                                                                                                                                                                                                                                                                                      |
| Output      | `dwNumberOfBACnetServerObjects`               | `DWORD`                                    |          | <p>Gesamt - Anzahl der BACnet-Server-Objekte ( Gerätebaum<br>und/oder POU )</p>                                                                                                                                                                                                                                                                                                                                                   |
| Output      | `dwNumberOfBACnetServerObjectsPOU_Registered` | `DWORD`                                    |          | Anzahl der registrierten BACnet-Server-Objekte ( POU )                                                                                                                                                                                                                                                                                                                                                                            |
| Output      | `dwNumberOfBACnetServerObjectsPOU_Placed`     | `DWORD`                                    |          | Anzahl der platzierten BACnet-Server-Objekte ( POU )                                                                                                                                                                                                                                                                                                                                                                              |
| Output      | `dwIndexTriggeringUpdateActual`               | `DWORD`                                    |          | <p>Lauf-Index zur Auswahl eines platzierten FB’s zur<br>Aktualisierung der Strukturvariablen ‘stProperties’</p>                                                                                                                                                                                                                                                                                                                   |
| Output      | `eStringType`                                 | `BACnet.CmpBACnet.IEC_BACNET_STRING_TYPE`  |          | <p>String - Typ für alle Strings des BACnet-Servers und seiner<br>Objekte ( Typ: DINT )</p>                                                                                                                                                                                                                                                                                                                                       |
| Output      | `itfMasterConnector`                          | IMasterForServerObjectsPOU                 | THIS^    | <p>Interface - Ausgang zur Anbindung von Slave -<br>Funktionsbausteinen</p>                                                                                                                                                                                                                                                                                                                                                       |
| Input Const | `xEnUpdateIndexTriggering`                    | `BOOL`                                     | TRUE     | <p>Freigabe / Sperrung der automatischen Aktualisierung des Indexes ‘gvlBACnet2.dwIndexTriggeringUpdateActual’<br>TRUE: Freigabe der automatischen Aktualisierung ( gvlBACnet2.dwIndexTriggeringUpdateActual verändert sich mit jedem Zyklus zwischen 1 und gvlBACnet2.dwNumberOfBACnetServerObjectsPOU\_Placed<br>FALSE: Sperrung der automatischen Aktualisierung ( gvlBACnet2.dwIndexTriggeringUpdateActual = 0 konstant )</p> |
| Input Const | `tTimeUpdateObjectList`                       | `TIME`                                     | TIME#0ms | Zeitdauer für die Aktualisierung der Objekte - Liste                                                                                                                                                                                                                                                                                                                                                                              |

Methods:

> DecNumberOfBACnetServerObjectsPOU\_Registered

> FB\_Exit

> IncNumberOfBACnetServerObjectsPOU\_Placed

> IncNumberOfBACnetServerObjectsPOU\_Registered

> ShowObjectList

> UpdateIndexTriggeringUpdateActual

Structure:

* DecNumberOfBACnetServerObjectsPOU\_Registered (Method)
* FB\_Exit (Method)
* IncNumberOfBACnetServerObjectsPOU\_Placed (Method)
* IncNumberOfBACnetServerObjectsPOU\_Registered (Method)
* ShowObjectList (Method)
* UpdateIndexTriggeringUpdateActual (Method)


---

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

```
GET https://support.powerio.com/hub/codesys-hvac/hvac-bacnet2-library/funktionsbausteine/server-objekte/master_for_serverobjects_pou.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.
