Ducc Posted July 29, 2004 Report Share Posted July 29, 2004 Hi, I've gathered some data from an instrument, parsed it, and sent one part of the data to the X-array, and the other part to the Y-array. The Y-array is 2-dimensional, and contains two rows of points (corresponding to 2 plots). I am currently using an "Ex XY Graph", and am sending the array straight to the Y input. However, the graph only actually displays the first set of points; the second plot is completely ignored. How can I make the graph display the second row of points? I'm using LabView 7. Thanks! -James jmbeck AT vcu DOT edu Quote Link to comment
Michael Aivaliotis Posted July 29, 2004 Report Share Posted July 29, 2004 Yes, this is not obvious at first. Not very intuitive. You have to feed in 2D arrays for both X and Y inputs. You have to define all your data. LabVIEW does not automatically apply the 1D data set to all plots. In your specific case you have to add a build array function on the X data (if it is identical). Quote Link to comment
Ducc Posted July 29, 2004 Author Report Share Posted July 29, 2004 Ah! Thank you very much. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.