> For the complete documentation index, see [llms.txt](https://tech.jennyscience.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.jennyscience.com/control_system/control-systems-de/industrial-ethernet/copy-of-xenax-r-xvi-75v8s/webmotion-r/operation/index.md).

# index

{% columns %}
{% column %}

<figure><img src="/files/snq9W4U3ApTBV2ZvJFB6" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}
Ein Index ist ein vorkonfigurierter Fahrsatz, bestehend aus Beschleunigung (Acc), Geschwindigkeit (Speed), Distanz (Distance) und dem Type der Distanz (ABSOLUTE bezogen auf den mechanischen Nullpunkt oder RELATIVE bezogen auf die aktuelle Motorposition). Alle Werte beziehen sich auf Encoder-Inkremente. INDEX-Befehle vereinfachen die Programmierung und reduzieren die Kommunikationszeit bei serieller Ansteuerung. Mit dem ASCII-Befehl `IX7` kann z.b. der Index 7 ausgeführt werden. Zudem können die hier definierten Indexe auch in XENAX®-internen Programmabläufen verwendet und dort direkt aufgerufen werden.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

{% endcolumn %}

{% column %}

### New

Erstellt einen neuen Index. Es können bis zu 50 INDEX-Einträge vordefiniert werden.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

{% endcolumn %}

{% column %}

### Acc \[inc/s<sup>2</sup>]

Maximale Beschleunigung für die Bewegung.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

{% endcolumn %}

{% column %}

### Speed \[inc/s]

Maximale Geschwindigkeit für die Bewegung.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

{% endcolumn %}

{% column %}

### Distance \[inc]

Je nach eingestelltem Typ die absolute Zielposition oder die zu fahrende relative Distanz.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

{% endcolumn %}

{% column %}

### Type

Fahrsatztyp: Absolute (Position) / Relative (Weg).
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

{% endcolumn %}

{% column %}

### Commands

Über `Commands` können Indexe direkt ausgeführt, gelöscht, kopiert oder mit der aktuellen Geberposition geteacht werden

`Delete` – löscht diesen Index

`Teach Pos` – setzt die aktuelle Position als Distance

`Execute` – führt den Index aus

`Copy to Index x` – kopiert diesen Index
{% endcolumn %}
{% endcolumns %}


---

# 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:

```
GET https://tech.jennyscience.com/control_system/control-systems-de/industrial-ethernet/copy-of-xenax-r-xvi-75v8s/webmotion-r/operation/index.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
