Discusiones sobre Productos NI

cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 

I need to sample visualize and process in real time 16 sensors daqcard 6024e

I'm working in a seismic project that involves sampling, visualizing and processig data in real time from 16 seismic sensors.
 
I started working with builder c++, but its plot components are really slow even for just 100 samples per secod.
 
Then I started working with labview and dlls made in builder. But the best performance I got, was making a finite sample (1 sample) inside a while loop with a delay. But this is a software timing, so if the computer some how gets busy the sampling frecuency will change, at least for a while. This is not acceptable.
 
I need to:
 
- Guarantee the sampling frecuency, I mean hardware timing. Totally independent from the computer. Can the daqcard do this for itself?
 
- Accede the data to plot them and to process them in real time. The problem using continuos acquisition is that there is a dead time within the computer waits the buffer to be completed. Again this is no acceptable. The whole time the system must be sampling, visualizing and processing.
 
Is it possible to do this in builder c++?
If not what corrections must I do to achive it Labview?
 
 
0 kudos
Mensaje 1 de 2
5.554 Vistas
Hello evol999,

You've posted a thread in english on the spanish part of the forum...
I suggest you repost it on the appropriate board (DAQ board or LabVIEW board), just to optimize the probability of receiving an answer that helps you 😉

We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 kudos
Mensaje 2 de 2
5.552 Vistas