> 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-solution/selmo-solution-en/selmo-structure-and-standard/selmo-technical-standard-and-structure/description-selmo-plc-code/sequence-logic/less-than-sequence_name-greater-than/structure-less-than-sequence_name-greater-than/sequence-logic-control/zone-call/zone-methods-call.md).

# Zone methods call

**M\_Input**&#x20;

fbZone\*.M\_Input (**xFeedbackInput**) The feedback (input signal) represents the state of the zone."[GVL\_\<Sequence\_name>\_IOs.i\_xZone7](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221784-gvl_sequence1_ios)", fbZone\*.M\_Input (**timFeedbackInput**) A time value is used here to delay the zone feedback. (E.g.: debouncing of sensor signals) fbZone\*.M\_Input(**xManualRelease**) Query manual operation is released. "[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\*.M\_Input(**aCross**) If a cross-zone interlock has been assigned, the feedback state is output by actuating a manual pushbutton and the zones to be monitored."[aCrossZone7](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221786-sequence1)" (Zone Call, MXIC parameter, aCrossZone) fbZone\*.M\_Input(**aFeedbackPairCheckInput**) If a paircheck zone has been assigned, the paircheck (interlock) is activated by the feedback of the zones to be monitored."[aPaircheckZone7](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221786-sequence1)" (Zone Call, Paircheck parameter, aPaircheckZone) fbZone\*.**P\_xGhostModeEnable** This property can be used to simulate and bridge signals. fbZone\*.**P\_timGhostMode** Time - duration for which the feedback is simulated. fbZone\*.**P\_xGhostModeReleased** Release of the ghost mode."[GVL\_Sequence1\_HMI.stHmiIf.xHmiPbGhostModeRelease](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221783-gvl_sequence1_hmi)" (stHmiSequence)

**M\_InOutput**&#x20;

fbZone\*.**M\_InOutput** Here the return value of the method is assigned to the zone output."[GVL\_\<Sequence\_name>\_IOs.o\_xZone9](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221784-gvl_sequence1_ios)" fbZone\*.M\_InOutput(**xManualRelease**) Query manual operation is released."[GVL\_\<Sequence\_name>.stSeqIf.xSeqManualReleased](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221781-gvl_sequence1)" (stSequenceInterface) fbZone\*.M\_InOutput (**xFeedbackInput**) The feedback (input signal) represents the state of the zone."[GVL\_\<Sequence\_name>\_IOs.i\_xZone9](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221784-gvl_sequence1_ios)", fbZone\*.M\_InOutput (**xManualPB**) Query manual operation button (HMI button) of the zone. "[GVL\_\<Sequence\_name>\_HMI.xManBtn\_Zone\_9](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221783-gvl_sequence1_hmi)" fbZone\*.M\_InOutput (**timFeedbackInput**) A time value is used here to delay the zone feedback. (E.g.: debouncing of sensor signals) fbZone\*.M\_InOutput(**aCross**) If a cross-zone interlock has been assigned, the feedback state is output by actuating a manual pushbutton and the zones to be monitored."[aCrossZone9](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221786-sequence1)" (Zone Call, MXIC parameter, aCrossZone) fbZone\*.M\_InOutput (**aCond**) If a cross-zone interlock has been assigned, the zone output (return value of the method) is locked when the zones to be monitored do not have the required state."[aCondZone9](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221786-sequence1)" (Zone Call, MXIC parameter, aCondZone) fbZone\*.M\_InOutput(**aFeedbackPairCheckInput**) If a paircheck zone has been assigned, the paircheck (interlock) is activated by the feedback of the zones to be monitored."[aPaircheckZone9](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221786-sequence1)" (Zone Call, MXIC parameter, aPaircheckZone) fbZone\*.**P\_xGhostModeEnable** This property can be used to simulate and bridge signals. fbZone\*.**P\_timGhostMode** Time - duration for which the feedback is simulated. fbZone\*.**P\_xGhostModeReleased** Release of the ghost mode."[GVL\_Sequence1\_HMI.stHmiIf.xHmiPbGhostModeRelease](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221783-gvl_sequence1_hmi)" (stHmiSequence)

**M\_Output**&#x20;

fbZone\*.**M\_Output** Here the return value of the method is assigned to the zone output."[GVL\_\<Sequence\_name>\_IOs.o\_xZone12](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221784-gvl_sequence1_ios)" fbZone\*.M\_Output(**xManualRelease**) Query manual operation is released."[GVL\_\<Sequence\_name>.stSeqIf.xSeqManualReleased](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221781-gvl_sequence1)" (stSequenceInterface) fbZone\*.M\_Output (**xManualPB**) Query manual operation button (HMI button) of the zone. "[GVL\_\<Sequence\_name>\_HMI.xManBtn\_Zone\_12](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221783-gvl_sequence1_hmi)" fbZone\*.M\_Output (**aCond**) If a cross-zone interlock has been assigned, the zone output (return value of the method) is locked when the zones to be monitored do not have the required state."[aCondZone12](https://selmo-technology-gmbh.gitbook.io/selmo-solution/02-selmo-standard/04-selmo-plc-code/contents#221786-sequence1)" (Zone Call, MXIC parameter, aCondZone)


---

# 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-solution/selmo-solution-en/selmo-structure-and-standard/selmo-technical-standard-and-structure/description-selmo-plc-code/sequence-logic/less-than-sequence_name-greater-than/structure-less-than-sequence_name-greater-than/sequence-logic-control/zone-call/zone-methods-call.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.
