> 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/sequence-logic/less-than-sequence_name-greater-than/struktur-less-than-sequence_name-greater-than/sequence-logic-control/zone-call/allgemeine-parameter-der-zone.md).

# Allgemeine Parameter der Zone

fbZone\*.**P\_iIndexOfLamp** beschreibt den Index der Zone im Array [aLampMatrix](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221786-sequence1) (Variablen Deklaration). Dieser Index ist eindeutig fbZone\*.**P\_iIndexOfPaircheckLamp** beschreibt den Index der Zone im Array [aLampMatrix](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221786-sequence1) (Variablen Deklaration) falls ein Paircheck aktiviert wurde. Dieser Index ist eindeutig fbZone\*.**P\_xInputPolarity** legt fest, ob es um eine normale oder eine invertierte Zone handelt. D.h. Das Input Signal der Zone kann entweder True od. auf False abgefragt werden fbZone\*.**P\_xIsSystemZone** wird für interne Zonen verwendet, welche z.B. bei einer Decision, Timer Step, Repeater usw. benötigt werden. fbZone\*.**P\_xOutputOpposite** bewirkt eine Verriegelung der Outputs wenn diese in der gleichen Paircheck-Group sind. fbZone\*(**xNoPBPressed**) Abfrage kein Taster wurde gedrückt "[GVL\_\<Sequence\_name>.stSeqIf.xSeqNoPBpressed](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221781-gvl_sequence1)" (stSequenceInterface) fbZone\*(**xAutomaticRelease**) Abfrage Automatik ist freigegeben "[GVL\_\<Sequence\_name>.stSeqIf.xSeqAutomaticReleased](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221781-gvl_sequence1)" (stSequenceInterface) fbZone\*(**iActualStepCounter**) aktueller Schrittzähler der Sequence "[GVL\_\<Sequence\_name>.iStepcounter](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221781-gvl_sequence1)" fbZone\*(**aZone**) Für jede Zone gibt es ein Array ([(aZ1, aZ2](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221786-sequence1), …) (Operands) welches für jeden Schritt (Index) den Operanden vom System-Layer abbildet fbZone\*(**aLampMatrix**) [Array der Bit Matrix](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221786-sequence1) (Variablen Deklaration) wird um zwei Indizes je Zone erhöht fbZone\*(**aTempMatrix**) [Array der Bit Matrix](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221786-sequence1) (Variablen Deklaration) wird um zwei Indizes je Zone erhöht fbZone\*(**aMonMatrix**) [Array der Bit Matrix](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221786-sequence1) (Variablen Deklaration) werden Daten für die zu Überwachende Zone gespeichert. "[GVL\_\<Sequence\_name>\_HMI.aHmiMon](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221783-gvl_sequence1_hmi)" fbZone\*(**aMonBuffer**) In diesem Array werden Daten für die zu Überwachenden Zonen gespeichert. "[GVL\_\<Sequence\_name>\_HMI.aHmiMonBuffer](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221783-gvl_sequence1_hmi)" fbZone\*(**aStepMatrix**) [Array der Bit Matrix](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221786-sequence1) (Variablen Deklaration) wird um zwei Indizes je Zone erhöht


---

# 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/sequence-logic/less-than-sequence_name-greater-than/struktur-less-than-sequence_name-greater-than/sequence-logic-control/zone-call/allgemeine-parameter-der-zone.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.
