Jump to content

LabView Slow Data Acquisition


patufet_99

Recommended Posts

Hello,

What is the best way to do a slow (less than an acquisition per second)

but accurate (on time) acquisition for data logging?

I have tried to do it with a timed loop in order to be able to fast stop

the loop when required (see LabView 8.5 attached example).

This approach works or not depending on the hardware. I tested 3 different DAQ cards with different results. For the two ones that worked, I had to select a different "Sample Clock" sampling mode:

DacqCard 6036E: "Hardware Timed single Point" sampling mode

USB-6016: "Continuous Sample" sampling mode

USB-6009: Did not work

By using a simulated device, this approach dit not seem to work neither.

How could this be done in such a way to be independent on the hardware? Would there be other ways to do it without timed loops?

Thank you for your suggestions.

Link to comment

post-7603-0-56358600-1369765215.png Try the attached example. It uses the event structure to trigger the reads and also allows instant stopping of loop.

QUOTE(patufet_99 @ Feb 15 2008, 08:32 AM)

Hello,

What is the best way to do a slow (less than an acquisition per second)

but accurate (on time) acquisition for data logging?

I have tried to do it with a timed loop in order to be able to fast stop

the loop when required (see LabView 8.5 attached example).

This approach works or not depending on the hardware. I tested 3 different DAQ cards with different results. For the two ones that worked, I had to select a different "Sample Clock" sampling mode:

DacqCard 6036E: "Hardware Timed single Point" sampling mode

USB-6016: "Continuous Sample" sampling mode

USB-6009: Did not work

By using a simulated device, this approach dit not seem to work neither.

How could this be done in such a way to be independent on the hardware? Would there be other ways to do it without timed loops?

Thank you for your suggestions.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.