I would like to start up PVRTune from Windows command line with some options. I have a trouble with specifying target as an IP address to auto start exporting a csv file.
For example, using 192.168.1.10 as the IP address of the target board which is running PVRPurfServer. When I start up PVRTuneGUI from command line like the below,
.\PVRTuneDeveloperGUI.exe 192.168.1.10
It occur as “That data source could not be opened; perhaps the path does not exist or the file is in use.” in dialog window.
After PVRTuneGUI is started, enter IP address as 192.168.1.10 as an IP address, then click Connect button. It’ OK to connect PVRPerfserver running on the target board.
I wonder I need any prefix or suffix with IP address when starting up from command line on Windows.
We can start up PVRTuneGUI with the GUI window specifying an IP address of terget from command line. And we can also start up PVRTuneGUI without GUI window to save a csv file from command line.
It seems that lounching the GUI window and saving the csv file are exclusive starting up from command line. PVRTuneGUI don’t lounch GUI window when using --export-csv-counters argument. Is it right?
Is there any way to lounch the GUI window and to save csv file at a time simultaneously from command line?
Thank you for your effort, and sorry my very late response.
We gave up to launching GUI window and saving csv file at a time. We are using PVRTuneGUI saving .pvrtune file without GUI, and then using it loading .pvrtune file with GUI.
Let’s close this session. Thank you.