Hi again,
The idea of the VI is to
1- Open
2- Let the user set informations
3- Open the solenoid valve and start acquisition
4- Stop acquisition and close the solenoid valve
5- Save informations and data to file
6- Let the VI run awaiting next command (being either: change informations and file path, start new acquisition, quit the program)
What should I do to be able to run the VI without using acquisition? just let it be in standby
When the VI runs it ask for the file path (1). How could I make it so that people have to browse for it whenever they want before beginning the acquisition.
I want the user to be able to enter different informations (string type), modify them, then click FIXER to set all the values (2). I get missing assignment to tunnel but what should I write in the False case?
What should I do with (3) if I want the time Heure de fin estimée to be updated while the variable detected frequency is updated within the loop?
If I use ContinuousSamples (4), is the number of samples any useful?
If I use multiple channels, lets say 2, are they both going to be displayed on the measurement (5) ? How can the values on the graph be cleared once the acquisition ends and data is saved to a file?
Is (6) a proper way to store data for further writing to (9) ? Else, what should I change?
Where should I put the start button (7) so that it starts the acquisition process?
I currently have three ways (8) to trigger the stop (number of cycles, threshold or manual). None take errors in the loop in consideration. How could I add that?
Here at (9), I need to add the acquisition data (numeric) along with the informations previously set (strings) (2) with to the exported file. Is append function the correct way to do that?
In the end case (10), I need to add an analog outpout of 5V DC. Should I use a waveform with 5V offset and no amplitude?
Is my usage of local variable correct in the while loop stop condition and in (3)?
Thank you so much in advance, all comments and suggestions are more than welcome!