LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

creating table of data resulted from Statistics Expresss

Hello, I am getting data from my vibration sensor using my usb cdaq 9171 and NI 9234. I want to display the vibration signal, save to a file , do all kind of possible statistics and display the statistics table on the front panel in update mode, attached is my VI bassed on some example in the example finder, it has an error, can any one help me to make it works. Many thanks in advance for your cooperation. Ihab

0 Kudos
Message 1 of 2
(2,161 Views)

You can use "Convert from Dynamic Data" to get data points out of signal that you are acquiring.

 

You are trying to connect Signal data type to "Convert Number to String" function. That is why you are getting error.

 

Search function which I suggested, use it, build all your signal in While loop, create 2 D array of all channels. Then use the the data to write into file.

 

 

Gaurav k
CLD Certified !!!!!
Do not forget to Mark solution and to give Kudo if problem is solved.
0 Kudos
Message 2 of 2
(2,132 Views)