SignalExpress

cancel
Showing results for 
Search instead for 
Did you mean: 

Slow Log Rate Needed using cDAQ-9174

All,

 

I am logging strain data for a thermal sweep we are doing on one of our products.  The sweep occurs over a long period of time (48 hours) so I realistically want to log one signal per second.  I tried using a continuous sample and then subsetting it, but I can't get it to 1 sample per minute which is where I want it to be.  Does anyone have any suggestions on using the subset (or another method) to slow down the capturing of data for the log?

 

Thanks,

 

Adam

0 Kudos
Message 1 of 12
(5,803 Views)

Adam,

 

Can you simply acquire data at 16.67mHz (once per minute)?  I created a simple SignalExpress DAQmx project and set the acquisition mode to continuously read 1 sample at .01667 Hz.  After changing the timeout and configuring recording options I was able to log thermocouple data from my 9212 in a 9174 once per minute.

 

If you want to acquire data at faster rates but only log 1 data point a minute, that might be trickier.

Matt J | National Instruments | CLA
0 Kudos
Message 2 of 12
(5,732 Views)

Matt,

 

I have tried this and setting the project to read 1 sample at 16.67mHz and running it for around a minute I get a couple of hundred samples.  Can you send me the sample project you used so I can compare your setup on the timing and recording options?

 

Thanks!


Adam

0 Kudos
Message 3 of 12
(5,728 Views)

Adam,

 

Here is the project I used and the resulting TDMS file.  I'm not extremely familiar with SignalExpress so there may be a better way to do this but I was able to log 1 data point every minute.

Matt J | National Instruments | CLA
0 Kudos
Message 4 of 12
(5,723 Views)

Adam,

 

Were you able to get everything working with the above project as your reference?

Matt J | National Instruments | CLA
0 Kudos
Message 5 of 12
(5,698 Views)

What modules are you using with the 9174 to acquire your strain data?
Some modules have minimum sample rate limitations, some do not. The ones that do will default to the minimum allowed rate regardless of what you set in software below that min.
Go ahead, ask me how I know?

NI 9237 Half/Full bridge module has a minimum rate of 1.613kS/s which I didnt realize. Got bit when a 30 second data file looked more like several minutes Smiley Embarassed
TC modules on the other hand I've had good sucess using 0.01666hz which is 1 sample per minute.

 

Another thought to keep in mind. If you have a module with a min sample rate such as the 9237 in combination with modules that can sample lower. The 9237 takes hardware priority so ALL your devices now default to the 1.613kS/s min rate.

Come back with a list of hardware you're using and we'll go from there.

SCXI- 1000 Chassis w/ 1346 adapter
PCI 6281 DAQ card
SCXI- 1520 Bridge Board w/ 1314 Terminal Block (x2)
SCXI- 1180 Feedthrough Panel w/ 1302 Block
Signal Express 2014.
Win7 Enterprise
0 Kudos
Message 6 of 12
(5,680 Views)

The original post was made in regards to a "thermal sweep" so I just assumed that it was a TC or RTD module, although looking back it could have been any AI device if they wanted.

 

Did they mention they were measuring strain and I missed that?

Matt J | National Instruments | CLA
0 Kudos
Message 7 of 12
(5,661 Views)

"I am logging strain data for a thermal sweep we are doing on one of our products."

 

From what I'm gathering yes, strain is the primary data type (although it would make sense to measure temps also). In either case, if the min sample rate was true it would also affect the TC module. TC module would bump up to the min s/s rate of the bridge module.
Of course this is all assuming he's using a module with low sample limitations.

SCXI- 1000 Chassis w/ 1346 adapter
PCI 6281 DAQ card
SCXI- 1520 Bridge Board w/ 1314 Terminal Block (x2)
SCXI- 1180 Feedthrough Panel w/ 1302 Block
Signal Express 2014.
Win7 Enterprise
Message 8 of 12
(5,658 Views)
I went through that post many times on many different occasions. My reading comprehension skills are at an all time low, thank you.

I also did not know that the strain modules had minimum rates either which is pretty interesting.
Matt J | National Instruments | CLA
0 Kudos
Message 9 of 12
(5,638 Views)

All,

 

Sorry for the delay.  To answer your questions briefly, I was not able to sample data once per minute.  To get a smaller data set I ended up creating a subset and resample.  I created a subset of 60s and resampled every 30s.

 

If I try to set up my system for 1 sample per minute, I end up with many data points after two minutes, not just two like it should have.

 

My hardware:

 

- NI cDAQ-9174

- (2) 9235 Analog Input Modules

- Kyowa 0-45-90 rosette strain gages, gage factor 2.05

 

The boards we were measuring strain on were placed in a Thermotron (temperature chamber) and cycled to -25 degrees C then back up to 70 degrees C.  The idea is to measure our thermal expansion and use that to predict the thermal fatigue life of the product.

 

I hope this helps!  Thanks for all the input!

 

Adam

0 Kudos
Message 10 of 12
(5,632 Views)