Command line parameter capability
Command line parameter capabilities are supported to allow generating automatic reports.
Description | Command |
---|---|
SE Datalog file | /sd |
ME Datalog file | /md |
ME Alarm log file (Default for CE terminal log file) | /ma |
ME Alarm log file generated by CE terminal (Mozart/Raptor) | /ma / ce |
ME Alarm log file generated by Win32 (3.xx) | /ma /3xx |
ME Alarm log file generated by Win32 (4.xx - 5.10) | /ma /4xx |
ME Alarm log file generated by CE Terminal (PVPCE6) | /ma /CE6 |
ME Alarm log file generated by Win32 (6.xx - 8.20) | /ma /6xx |
ME Alarm log file generated by Win32/CE (9.0 or later) | /ma /9xx |
dBASE file | /dbf |
Adjust time zone | /tz<Number in hours -12 to 13> |
Show help dialog | /? |
CSV Table Export | /Table |
All RCPF in Folder Export | /folder |
Examples
- Syntax to convert to a CSV List file:FTViewFileViewer.exe /md process.log process.csv /tz8
- Syntax to convert to a CSV Table file:FTViewFileViewer.exe /md process.log process.csv /tz8 /table
- Syntax to open a file when the Viewer is launched:FTViewFileViewer.exe /sd datalog.dat
- Syntax to export all SE RecipePro files:FTViewFileViewer.exe /folder C:\rcpfFolder\ C:\csvfolder\
- TheAppStartmacro command can start theFactoryTalk ViewFile Viewer utility. However, to run and do a task in the background, theFactoryTalk ViewFile Viewer utility requires command syntax.ForFactoryTalk View SE, the files chosen to open can use command syntax /sd for a Datalog file, or /dbf for a dBASE file.If you don't specify a directory path, the file will be created in the same directory where theFactoryTalk ViewFile Viewer.exe utility is located.There will be unexpected behavior if you place theFactoryTalk ViewFile Viewer utility in these protected folders. A best practice would be to create and use specific "user" directory for any files that are to be generated. For example, to convert to a CSV file using a button on aWindows10 operating system, use the AppStart syntax as follows:AppStart “C:\Program Files (x86)\Rockwell Software\FTViewFileViewer.exe” /sd “C:\Users\Public\Documents\RSView Enterprise\SE\HMI Projects\Manning1303\DLGLOG\Run Report\2012 04 04 0000 (Float).dat” C:\folder name\test.csv
Provide Feedback