App developer; for analyzing data in batch mode

Discuss PC Developer and Web Developer projects and features here.
Post Reply
stefan.erni
Valued Contributor
Posts: 738
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 170 times

App developer; for analyzing data in batch mode

Post by stefan.erni »

Hi Ben

App developer is very well suited to converting or analyzing measurement data files with a large number of measurement results.
However, this sometimes takes several minutes

With the App developer it is not so easy to select a file because there is no file open menu in the app developer.
So the idea to rename the measurement data file to 1.wav; 2.wav; 3.wav
If the file name is already known, you can also write the app in such a way that first file 1, then file 2 and then file 3 is opened automatically
and the App, analyzes and saves the results automatically.
The results from the 3 files can also be automatically saved into
files 1.csv 2.csv and 3.csv
or written into a single 123.csv file

Now I have more files in different folders (always 3 files)
I copy the finished App (just a few kbytes) into each folder
And then start my batch file. (start_all.bat)
All 6 Apps are started and run at the same time
Time to drink coffee...
When I get back I quickly look at the results on the app and then close the app.

Now the question:
Is it possible to call up the App with parameters in the future?
I mean from the batch file with this command
EMG_recorderfile_read.mscada 1.wav

Or the App opens all the .WAV files in the folder and analyzes them.
We already do it this way with other programs.
Saves a lot of time....


regards

Stefan

Code: Select all

start_all.bat
start C:\ZZM\FC9_Test\sensor_1\EMG_recorderfile_readmulti3.mscada
start C:\ZZM\FC9_Test\sensor_2\EMG_recorderfile_readmulti3.mscada
start C:\ZZM\FC9_Test\sensor_3\EMG_recorderfile_readmulti3.mscada
start C:\ZZM\FC9_Test\sensor_4\EMG_recorderfile_readmulti3.mscada
start C:\ZZM\FC9_Test\sensor_5\EMG_recorderfile_readmulti3.mscada
start C:\ZZM\FC9_Test\sensor_6\EMG_recorderfile_readmulti3.mscada

multi2_2022-02-25_11-01-50.jpg
multi2_2022-02-25_11-01-50.jpg (23.82 KiB) Viewed 1187 times
multi1_2022-02-25_11-06-32.jpg
multi1_2022-02-25_11-06-32.jpg (10.7 KiB) Viewed 1187 times

Steve-Matrix
Matrix Staff
Posts: 1234
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: App developer; for analyzing data in batch mode

Post by Steve-Matrix »

Good suggestion, Stefan. I've added it to my list.

Post Reply