LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Timebase data for high sample rate

Hi. I am running a Labview program which is sampling data from a strain gauge module in a CDAQ unit at 2kHz. The data is being logged to a TDMS file. The porblem I am having is finding a clock that is quick enough to use as a time base for this data. The clock that I am currently using is too slow and I see repeated time data for a few rows in the data file. See attached picture. So basically I need the clock data that can update at least 2000 times a second. Thankyou in advance. Rhys.
0 Kudos
Message 1 of 13
(3,292 Views)

You have not provided a picture, the type of module, and other details. Posting the code would help.I doubt that there is actually repeated times. You probably aren't saving the timestamps with enough resolution.

0 Kudos
Message 2 of 13
(3,287 Views)
Sorry, the picture didnt attach. Try again. The strain gauge module I am using is the NI 9235 (8 channel QTR bridge module) Thanks.
0 Kudos
Message 3 of 13
(3,280 Views)

Still no picture and still no VI. Do not click on preview.

 

That module has a 10 kSample/sec rate so your 2k rate is easily obtainable with it's internal clock.

0 Kudos
Message 4 of 13
(3,278 Views)
Seem to have a problem attaching the photograph. Here'r my code anyway.
0 Kudos
Message 5 of 13
(3,276 Views)
Why won't it let me attach anything???
0 Kudos
Message 6 of 13
(3,275 Views)
At
0 Kudos
Message 7 of 13
(3,269 Views)
Dennis, do you know of a high speed timebase that could be implemented for this application?
0 Kudos
Message 8 of 13
(3,257 Views)

As I already said, the internal timebase is more than capable so if you are reading multiple samples and specifying the internal clock, you should not have any problems. I don't know if your problem is how you are recording the data or reading it but the samples should be .5ms apart.

0 Kudos
Message 9 of 13
(3,254 Views)
Dennis, Can I email you directly regarding this query, still cant attach anything on this forum. Rhys
0 Kudos
Message 10 of 13
(3,222 Views)