> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integrator-nl/kamers/kamer-visualisatie-visu.md).

# Kamer-visualisatie (Visu)

De **visualisatiefunctie (Visu)** in de nomos system Controller biedt een manier om de structuur van een kamer grafisch weer te geven en aan te passen. Deze functie maakt het mogelijk om een afbeelding te uploaden, die kan worden gebruikt voor een betere visualisatie van de apparaten in de kamer.

**Stappen voor het gebruik van de visualisatie**

1. **Visu-knop:**
   * Om de visualisatie te starten, klikt u op de "**Visu**"-knop naast de kamer die u wilt visualiseren.
   * Dit opent de visualisatiemodus voor de geselecteerde kamer.
2. **Afbeelding uploaden:**
   * In de visualisatiemodus ziet u de optie "**Afbeelding uploaden**". Hiermee kunt u een afbeelding, zoals een plattegrond of een zicht van de kamer, uploaden om de visualisatie te starten.
   * **Stap:** Klik op "Afbeelding uploaden" om een afbeelding van uw apparaat te kiezen en deze te uploaden.
3. **Apparaten beheren:**
   * Nadat u een afbeelding heeft geüpload, kunt u de apparaten visueel op de geüploade afbeelding in de kamer plaatsen.
   * Gebruik de knop "**Beheer apparaten**" om apparaten toe te voegen of te verwijderen en ze overeenkomstig op de afbeelding te ordenen.
4. **Opslaan:**
   * Nadat u de apparaten hebt geplaatst en de visualisatie hebt ingesteld, klikt u op "Opslaan" om de wijzigingen op te slaan. Deze visualisatie blijft dan opgeslagen en kan op elk moment worden aangepast.

{% hint style="info" %}
**Opmerking:**

* De visualisatiefunctie biedt een gebruiksvriendelijke manier om de opstelling en plaatsing van apparaten in een kamer grafisch weer te geven. Dit is bijzonder nuttig bij grote installaties om een duidelijk overzicht te behouden.
  {% endhint %}

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

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


---

# 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://documentation.nomos-system.com/nomos-system/integrator-nl/kamers/kamer-visualisatie-visu.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.
