ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sampling rate

Bill,

No, I don't have to look at the data in real time. 

I have to capture as much data as possible in say 4 seconds and then evaluate it later. 

0 Kudos
Message 11 of 15
(814 Views)

@realbasil wrote:

Bill,

No, I don't have to look at the data in real time. 

I have to capture as much data as possible in say 4 seconds and then evaluate it later. 


If this is the case, why is there a problem collecting data every 100ms? Or even capturing the whole waveform over 4s then analyzing?

 

mcduff

 

PS Look at the DAQmx example Continuous Acquisition with Events. It is a useful example.

Message 12 of 15
(811 Views)

You got it right. The test specimen is reacting to a power failure, so I need that instantaneous response. I don't need real time data. I just need to measure the instantaneous response to 1ms time gap. 

0 Kudos
Message 13 of 15
(804 Views)

Mcduff, 

The pass or fail criteria depends on the data at a particular ms. Say for example. I want to know if the test specimen reaches a particular position at 50ms. If it reaches the position only after 50ms, it is a fail. 

0 Kudos
Message 14 of 15
(802 Views)

@realbasil wrote:

Mcduff, 

The pass or fail criteria depends on the data at a particular ms. Say for example. I want to know if the test specimen reaches a particular position at 50ms. If it reaches the position only after 50ms, it is a fail. 


So measure your input and the output result with your DAQ.  You can post process the reaction time.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 15 of 15
(796 Views)