Hello,
So I am currently using Basic Data Logger 2 to save multiple points from the PLC. I am trying to do two things with this though.
The first is to implement a start test/ stop test button to create the file and store data collection for the time I start and stop. Currently, as soon as the interface is running, data is taken and continues until I close the program.
The second is to have multiple CSV files saved for each test, rather than just saving into the previous file.
Thanks