LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying multi-channel data in 2 charts

I acquire 16 analog channels with DAQmx and display the data in a stack-plot chart. Since the display gets too small to see individual channels, I want to split up the display in two charts displaying 8 channels each. (eg. ch0-ch7 on chart#1 and ch8-ch15 on chart#2) I could not find any property that lets me define the range of channels displayed. I'm using LV 7express
0 Kudos
Message 1 of 4
(2,756 Views)
Hello,

What I suggest you is split the array before the stack-plot charts. Wire your 16 channels to a delete array stock VI that will split your array into 2 new ones.

See image attached. Hope this helps !
Julien
0 Kudos
Message 2 of 4
(2,756 Views)
You can also use two of the "Select Signals" Express VIs, both connected to the 16 channel data.
Let one "Select Signals" point at the first 8 channels and the next one at the last 8 channels.

Best regards,
Philip C.
National Instruments
- Philip Courtois, Thinkbot Solutions

Thinkbot Solutions
Message 3 of 4
(2,756 Views)
Julien - I got a hint about "Select Signals" Express VIs which I'm using now, thanks for your answer!
0 Kudos
Message 4 of 4
(2,757 Views)