Export application information with commands
You can also use commands to export application information, including all the servers and components.
TIP:
Exporting application information with commands is only supported for FactoryTalk View Site Edition.
In the Command Prompt window, enter commands in the following syntax:
"FactoryTalk View SE Application Documenter.exe" applicationName applicationType filePath [/L Language ID] [/U username] [/P password]
The following table identifies the export command-line parameters. Command-line parameters are case-insensitive. However, if a specified value includes a space, be sure to enclose the value in quotation marks (for example, "value with spaces").
Parameter | Description |
---|---|
applicationName | Specifies the FactoryTalk View Site Edition application containing the HMI projects where components will be exported. This parameter is required. |
applicationType | Specifies the network distributed, network station, or local station application type with the following parameters respectively: Distributed , Station , and Local .This parameter is required. |
filePath | Specifies the path to save the exported files. This parameter is required. |
/L | Specifies the exported application language with a language identifier. Language identifier or language ID is the RFC1766 code, for example, the RFC1766 code for U.S. English is en-US. For the full list of language identifiers, see Language identifiers in the FactoryTalk View SE Help.This parameter is optional. If it's omitted, the application default language is used for the export. |
/U | Specifies the logon username. This parameter is optional. If it's omitted, the current Windows logon user is used for the export. |
/P | Specifies the password of the logon username. This parameter is optional. |
Example
"FactoryTalk View SE Application Documenter.exe" FTViewDemo Distributed "C:\Export files" /L en-US /U ftuser /P Pwd12345
Provide Feedback