Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

software triggered measurement of voltage, possible?

Hello

I need to measurement a voltage at different positions of a sample. The sytem scans above the sample surface, each time a position is reached I want to start a measurement.

 

Currently I'm using this procedure, but it's very slow

 

Initialisation before the measurement:

  • DAQmxCreateTask
  • DAQmxCreateAIVoltageChan
  • DAQmxCfgSampClkTiming

At each point of the measurement

  • DAQmxReadAnalogF64     (this command needs about 95 milliseconds => 5 hours for 300 x 300 pixels)

 

Any idea how I can get this faster? Maybe using a trigger?

 

Thanks for any comment!!!

 

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

Hello Stephan,

 

when you got any digital Signal available that gives you a digital Pulse when the Sample Position is reached, you can use this Signal as a Clock Signal for your Aquisition. You then would use a Buffered Aquisition witch would lower the Overhead created by "On Demand" Sampling.

 

For further discussion the following Information would be useful:

 

-What DAQ Device do you use?

-What Driver do you use?

-What Developement Enviroment do you use?

 

Regards!

 

Moritz M.

0 Kudos
Message 2 of 2
(2,733 Views)