LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to acquire digital and analog signals and store in TDMS

Hello,

 

is it possible to acquire (measure) mixed Analog and Digital Signals (lets say 2 analog and 2 digital) Signals

at differnt rates and store them into TDMS file? How?

(e.g.

AIn1 at 1000 Saples/sec

AIn2 at 10 Saples/sec

DIn1 at 200 Saples/sec

DIn2 at 2000 Saples/sec

)

 

Thank you.

-------------------------------------------------------------------
Eugen Wiebe
Bernstein AG
CLAD - Certified LabView Associate Developer
0 Kudos
Message 1 of 3
(2,381 Views)

Check the examples that ship with LV.

 

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 2 of 3
(2,374 Views)

Do they need to be in a single TDMS file or can they be separate.  If they can be separate, look into the DAQmx Configure Logging.vi to have the data streamed straight to a TDMS file.

 

If they have to be in a single TDMS file, then read data from one task, write to the TDMS file, read from the next task, write to the TDMS file, etc.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(2,372 Views)