DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Show channels with own time channel and different length in one 3D graph

Hi,
 
How can i show channels with own time channel and different length in one 3D graph?
 
My consideration looks like this, but i didn't found a solution with acceptable performance. ( i have many channels to merge and many data in them)
i have 4 Channels 2 with values and 2 with time.
 
Example:
 
Pair 1:
1 - 3
2 - 4
3 - 5
4 - 8
5 - 9
 
Pair 2:
1.5 - 6
2.3 - 7
4.5 - 8
 
I want than this result:
1 - 3
1.5 - null
2 - 4
2.3 - null
3 - 5
4 - 8
4.5 - null
5 - 9
 
And
1 - null
1.5 - 6
2 - null
2.3 - 7
3 - null
4 - null
4.5 - 8
5 - null
 
thanks a lot
 
by
Stefan
 
 
 
0 Kudos
Message 1 of 2
(3,310 Views)

Hi StefanF,

You need to first create the timebase that you want (in this case with a 0.5 increment) using the "Generate Numeric Channel" ANALYSIS function, then use the resulting time channel in the "Linear Mapping" ANALYSIS function for each of the original channel pairs.

Brad Turpin
DIAdem Product Support Engineer
National Instruments

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