Export a tour from a command line
- Last UpdatedMay 19, 2023
- 1 minute read
- PI System
- PI Manual Logger 2017 R2
- Visualization
Use the PI Manual Logger Export Utility command-line application to export a tour from a PI Manual Logger database.
-
Open the command prompt and navigate to the \PIPC\PimlWindows folder.
-
At the command prompt enter PIMLExport.exe and choose from the parameters listed below.
Note: To view these parameters enter the command
Parameter
Description
/? or /Help
Display parameters. All other arguments are ignored.
/ExportFile:"<string>"
Required for Export.
Specify an output file surrounded by quotes (short form /E).
/User:"<string>"
Required for Export.
Specify the PI Manual Logger Application User Name surrounded by quotes (short form /U).
/Password:"<string>"
Required for Export.
Specify the PI Manual Logger Application User credentials password surrounded by quotes (short form /P).
/Silent
Silent mode. Prevent informational messages from being displayed (short form /S).
/Tours:"<string>"
Required for Export.
Specify the tour names to export from the PI Manual Logger database surrounded by quotes and with each tour name separated by a semi-colon (short form /T).
Example: "Pumps and Vibrations; Chiller" where ‘Pumps and Vibrations’ is the first tour to export, and ‘Chiller’ is the second tour to export.
/Version
Display version information. All other arguments are ignored (short form /V).
/LogFile:"<string>"
Output file to which log messages are written surrounded by quotes (short form /L).