LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

stop an acquisition task

Hi

 

I developed a labview program to acquire 4 parameters, I want to stop the acquisition if I detect a voltage lower than 5V on the first channel, is this possible?

another question I am acquiring on NI USB 6212, can I put an analog trigger on one of the inputs, I want them to start the acquisition if I detect a voltage greater than 5V?

 

thanks in advance

0 Kudos
Message 1 of 3
(107 Views)

Put an OR logic on the stop with the conditions given.

So stop or detect a voltage lower than 5V on the first channel

0 Kudos
Message 2 of 3
(86 Views)

Unfortunately, USB-6212 does not support analog trigger. See USB-6212 Specifications

Your only option is to read and process the data using program.

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 3 of 3
(69 Views)