Hi everyone,
I am using Agilent "34970A" for measuring voltage. I would like to make a code and a dashboard with the following requirement :
- Recording data for several days.
- Be able to start and interrupt the recording process at any time.
- Watching data on a table while the Agilent is recording data.
- Being able to gathering data while the laptop is asleep.
I made a code with the Agilent VI box inspired by the "instrument driver examples in Labview"
I use a "conf trigger" to set the "Chanel delay" and the "trigger" and after block "read VI' (see picture attached) but the problem with that code is that I cannot interrupt and watch the data while the Agilent is running. I need to wait until the block "read VI" is finished and then I can see the data on the table.
I also tried to use a loop with a bloc read, so to interrupt to code I just need to interrupt my loop but my code doesn't work when my laptop is asleep and I think there must be an easier way to do it.
Could you advice me ? Any better idea ?
Thanks in advance for you comment
Oliver HUBERT