> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/acron-9.3/en/kzp_mit_parameter_starten/kzp_zus-visual.md).

# Additional ACRON Visual command line parameters

In addition to the default parameters, you can also use the following parameters to start ACRON Visual:

|    |                                                                                                                                                                                               |
| -- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| -n | Multiple start A new instance of ACRON Visual is started, even if it is already running.                                                                                                      |
| -o | Identification or name of the report Separate reports by semicolons (;) with no blanks between. Reports with blank spaces in them are transmitted in quotation marks as follows: -o"myreport" |

<details>

<summary></summary>

Opening two snap readings of the default demo plant:

acvisu.exe -pDEMOSTD -osnapreport1;snapreport2

</details>

Note

Take great care to use the correct case during parameter input, as entries are case-sensitive.

## Examples of ACRON Visual command line parameters

`acvisu.exe -pXYZ`

ACRON Visual is opened with the data of plant XYZ.

`acvisu.exe -x200 -y100 -w300 -h200`

The ACRON Visual main window is displayed at position 200,100 with the dimensions 300x200.

`acvisu.exe -uMeier`

ACRON Visual is started with the settings and rights of the user Meier for the plant XYZ (with no login dialog).

Note

If blank spaces are included, <[login name](/acron-9.3/en/anlagenkonfiguration/benutzerverwaltung/benutzer.md)> should be enclosed in " ".

`acvisu.exe -q`

A running ACRON Visual is closed.

Note

Take great care to use the correct case during parameter input, as entries are case-sensitive.


---

# 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://docs.videc.de/acron-9.3/en/kzp_mit_parameter_starten/kzp_zus-visual.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.
