LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to increase data acquisition speed ?

Solved!
Go to solution

I'm trying to measure the number of times a light goes on and off in a specific system using high speed photodiode, however the photodiode sees only the initial state and the final state, so i need to increase the speed of the data acquisition to catch up with the photodiode. please tell me what should i do, taking by account that i'm using NI 6210.please simplify the answer as much as possible since i just started using LabView.

 

Ps, I attached a picture of my program


Thanks alot

Joann

0 Kudos
Message 1 of 12
(3,771 Views)

I would wire everything except the data read for the daq outside the while loop instead of using the assistant. Can you just increase the sampling rate of the daq or is it at the max?

 

 

 

0 Kudos
Message 2 of 12
(3,753 Views)
Everything is hidden by the DAQ Assistant so your sample rate and number of samples is unknown. You are also using the evil dynamic data and using it incorrectly. I believe the comparison function only acts on the very last data point so if you have multiple transitions, your code will not detect them. Show the front panel and the assistant settings. How often is the signal supposed to change?
0 Kudos
Message 3 of 12
(3,751 Views)

the sampling rate of the daq or is it at the max, how ever i tred to change it but nothing changed.

 

the signal supposed to change about    20/second .

0 Kudos
Message 4 of 12
(3,715 Views)
And have you gotten rid of the dynamic data and your incorrect user of the comparison function? Why haven't you shown the front panel as requested?
0 Kudos
Message 5 of 12
(3,711 Views)
Problem Number 1: are using an analog channel to measure digital transitions.

Do you just need the count, or the time between transitions too?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 6 of 12
(3,674 Views)

 attached a picture of the front panel.

 

 

I am using analog channe, i need just to count 

0 Kudos
Message 7 of 12
(3,639 Views)
Solution
Accepted by einstein182
So now your problem is that you aren't acquiring anything? The graph is blank. Why didn't you show the assistant settings? Are you still using the evil dynamic data?
0 Kudos
Message 8 of 12
(3,630 Views)

i'am acuairing data on the graph, but the graph is not the important part, i need the program to count the palsis 
I don't know what is the "assistant settings" or  "evil dynamic data" !!!

0 Kudos
Message 9 of 12
(3,622 Views)
The DAQ Assistant has settings. Show an image of that. Show an image of a graph with data. Don't use dynamic data - the grey wires.
0 Kudos
Message 10 of 12
(3,615 Views)