DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

TDMS Data Logging - Waveforms & XY data

Hello Everyone,

 

I am measuring data of two different types of data

1. Waveform (t0, dt, Y)

2. XY graph (timestamp [array], Y[array])

 

My use case is:

1. Channels (10 channels) with waveform data has sample rate 1kHz, which acquire data as waveform. (DAQmx AI channel)

2. Another channels are (100 variables) OPC-UA based, which acquire data on event, and returns data in timestamp & value format.

OPC-UA variables changes its value very rarely.

3. I don't want to convert OPCUA data to waveform, since it will acquire more space.

 

I want to log both data in same TDMS file & analyze/veiw in DIAdem.

How should i achieve this?

 

BR & Stay Healthy,

Aniket Ramesh Gadekar
0 Kudos
Message 1 of 3
(2,587 Views)

Hi Aniket,

 

I suggest you put your 10 waveform channels into one group in the TDMS file, then create a new group for each separate X=Time channel that you have in your XY channels.  In the simplest case that all 100 Y channels use the same X channel, then that would give you a second group with one X=Time channel and all 100 Y channels in it.  In the most extreme case that would result in 100 groups with exactly 1 X channel and 1 Y channel in them each.

 

In LabVIEW you can easily append X values and Y values one at a time to the respective channels in the group(s) after the first one, as they appear on the OPC bus.

 

Brad Turpin

Senior Technical Support Engineer

National Instruments

0 Kudos
Message 2 of 3
(2,526 Views)

Hello 

 

              AI Channel 1

              AI Channel 2

 

Aniket Ramesh Gadekar
0 Kudos
Message 3 of 3
(2,514 Views)