LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple plot charts

I have started work on my lock in amplifier, and found the "Simul AIAO Buf Trig(E series)" VI which (I think) meets my requirements for simultaneous (as far as the board is capable) input and output. I want to plot my output, output phase shifted by 90 degrees and input signals on one chart. My problem is that both input and ouput signals are 2D arrays (correct me if I'm wrong). How can I plot these all on the one chart? It's late in the afternoon (not at my sharpest) and I don't see an example that can help 😞
0 Kudos
Message 1 of 4
(2,738 Views)
I forgot my attachments...
0 Kudos
Message 2 of 4
(2,731 Views)
I've made some progress - the question now is how do I display two 1D arrays of data (reference and quadrature reference in attachment) on the same chart?
0 Kudos
Message 3 of 4
(2,716 Views)
well, I got there all by myself ... maybe this will help someone else. I used the numeric conversion to convert each (reference and quadrature reference) to double precision float, built an array and (most importantly I think) I unchecked the transpose array option on my chart.
0 Kudos
Message 4 of 4
(2,711 Views)