Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a continuous report?

Solved!
Go to solution

I´m a benignner using LabVIEW, but i´m trying to do a data aquisition monitoring and registering system, from a simulated DAQ input the data is scaling and then it must be showed and registered...I´m hot having probles showing it, but using Report tool from output pallette i can´t create a report while record button activates the tool, i only get a single point of data no matter how many time it was enable, the aquisition is continuous...

 

 

0 Kudos
Message 1 of 5
(4,877 Views)
Solution
Accepted by topic author andcp360

Hola;

 

Si estás simulando una señal, lo primero que debes hacer es convertir su salida de datos (de tipo dinámica) a un arreglo con la función From Dynamic Data; de ahí, al tener un arreglo, coloqué un ciclo for para poder ir ocupando cada uno de los elementos y lo escribí a un archivo.

 

Espero te sea de utilidad. Te recomiendo esta serie de tutoriales para que puedas acelerar tu curva de aprendizaje.

 

contlog.png

 

Saludos

Message 2 of 5
(4,846 Views)

Gracias!

0 Kudos
Message 3 of 5
(4,841 Views)

Por cierto cual es el nombre de los bloques dentro del for?

0 Kudos
Message 4 of 5
(4,839 Views)

Format into string y write text file

0 Kudos
Message 5 of 5
(4,835 Views)