Assign the parameters for the WinCC application "AutostartRT.exe" In the "Arguments" input field you enter the parameters for the WinCC application "AutostartRT.exe". Use the following syntax:
<Drive>:\<Project path>\<Project name>.mcp /Active:yes /LANG=ENU /EnableBreak:no
Note The first parameter "<Drive>:\<Project path>\<Project name>.mcp" gives the complete path for the WinCC project to be started.
With the /Active parameter you decide whether the project is to be opened only in WinCC Runtime or whether the WinCC project is to be opened briefly and then immediately closed again.
- /Active:yes
The WinCC project is opened only in WinCC Runtime. The WinCC Explorer is not started.
- /Active:no
The WinCC project is opened briefly in the WinCC Explorer and then closed again immediately.
With the /LANG parameter you preselect the language for display of the "AutoStartRT" tool.
- /LANG=DEU
Runtime language is German
- /LANG=ENU
Runtime language is English
With the /EnableBreak parameter you enable/disable the "Cancel" button.
- /EnableBreak:no
It is not possible to operate the "Cancel" button while "AutoStartRT" is being executed.
- /EnableBreak:yes
It is possible to operate the "Cancel" button while "AutoStartRT" is being executed.
  Fig. 01
|