04-22-2024 05:09 AM
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
04-22-2024 06:04 AM
Put an OR logic on the stop with the conditions given.
So stop or detect a voltage lower than 5V on the first channel
04-22-2024 07:35 AM
Unfortunately, USB-6212 does not support analog trigger. See USB-6212 Specifications
Your only option is to read and process the data using program.