> 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-how-it-works/selmo-training/kapitel-3-die-erweiterten-standardfunktionen-in-selmo/3.3-mxic-manual-cross-interlock-im-handbetrieb.md).

# 3.3 MXIC – Manual Cross Interlock im Handbetrieb

#### Motivation

Im Handbetrieb können Bediener einzelne Bewegungen manuell auslösen.\
Doch was passiert, wenn zwei Achsen voneinander abhängen?\
Was, wenn ein Zylinder ausgefahren wird, obwohl der andere noch im Arbeitsraum steht?

Damit solche Konflikte ausgeschlossen sind, existiert der **MXIC – Manual Cross Interlock**.

#### Funktionsprinzip

Jede Zone, die manuell bedient werden kann, besitzt einen **Button-Anschluss**.\
Dieser Knopf steht für die Handbedienung – z. B. *„Cylinder 1 extend“.*\
Wenn der Bediener die Taste drückt, prüft Selmo automatisch die Bedingungen anderer Zonen:\
Ist Cylinder 2 eingefahren?\
Ist keine Sicherheitsverriegelung aktiv?

* Sind alle Bedingungen erfüllt → die Bewegung wird freigegeben.
* Ist eine Bedingung verletzt → die Bewegung wird blockiert, und im HMI erscheint die Begründung.

#### Beispiel

Ein klassisches Beispiel ist die Verriegelung zweier Zylinder:\
Cylinder 1 darf nur ausfahren, wenn Cylinder 2 hinten ist.\
Im MXIC-Editor der Zone 1 wird hinterlegt:\
*„Enable Button = Cylinder 2 Rear = TRUE“*\
Bei Verletzung wird kein Ausgang gesetzt; stattdessen zeigt das HMI:\
*„Blocked – Cylinder 2 not retracted.“*

#### Wirkung

MXIC verwandelt Handbetrieb von einem unsicheren Testmodus in einen **geregelten, nachvollziehbaren Betriebszustand.**\
Der Bediener weiß, warum etwas nicht funktioniert, und die Maschine bleibt stets in einem sicheren Zustand.

<figure><img src="/files/UEb7jXpuC5Q4ybSKZ7Yo" 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://infosys.selmotech.com/selmo-how-it-works/selmo-training/kapitel-3-die-erweiterten-standardfunktionen-in-selmo/3.3-mxic-manual-cross-interlock-im-handbetrieb.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.
