I´m using a Laptop with a Daq Card AI-16XE-50 and LabVIEW 4.1 and NI-DAQ 6.5.1.
I have a lot of SCXI modules (1122, 1160, 1162, 1180) and their terminal blocks.
I still want to measure the frequency of the pulses I have from an indutive sensor of proximity. I tried using the counter (measure frequency). But I can´t put it to work and if I could, I couldn´t count more than 2 counters. I need more than 6. I tried using the digital port (the sensor outputs a digital sign) and I constructed a VI, using a loop and sequence, that´s working. But when I use others VIs using analogic channels at the same time, I realized that the digital VI have some delay.Now I want to know, again, how should I do to measure my frequency. Should I transfo
rm the digital VI that´s working to analogic? Should I use some VI to measure the frequency assuming that my digital sign is analogic? (I tried the threshold peak detector before).