> For the complete documentation index, see [llms.txt](https://infosys.selmotech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infosys.selmotech.com/selmo-struktur-und-standard/selmo-technischer-standard-und-struktur/beschreibung-selmo-plc-code/hardware-zonen-control.md).

# Hardware-Zonen Control

Dieser Abschnitt bezieht sich auf den Status der zugehörigen Sequenzen d.h. ob sie sich alle im manuellen Modus oder im Automatik-Modus der Zone befinden. Ein Zonen-Automatik-Ausgang wird auch verwendet um alle zugehörigen Sequenzen zu starten die sich im Automatik-Modus befinden wenn eine Automatik-Start-Taste für diese Zone gedrückt wird.

Jede Hardware-Zone enthält eine ständig überwachte Zone (T.C.M.Z.). Eine ständig überwachte Zone ist ein Bereich der SPS-Software der Logik enthält die ständig überwacht wird. Not-Aus-Taster Leistungsschalter Schutztüren usw. sollten sich in diesem Bereich des Programms befinden.

Die T.C.M.Z. enthält Fehler die für mehr als eine Sequenz gelten um zu verhindern dass diese Fehler in jeder Sequenz doppelt auftreten.


---

# 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://infosys.selmotech.com/selmo-struktur-und-standard/selmo-technischer-standard-und-struktur/beschreibung-selmo-plc-code/hardware-zonen-control.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.
