bengucsd Posted February 5, 2009 Report Share Posted February 5, 2009 Hello, I am a LabVIEW beginner and I am having some trouble as to how one would create multiple plots on the plot multi-XY graph. Also, I was able to figure out how to plot multiple concentric circles with the multi-XY graphs, butI cant seem to find a way to plot multiple arrays on the multi-XY graph. I've attached a non-working vi. My for-loop contains the formula for creating concentric circles (which works with plot multi XY), but the arrays which are currently wired to the plot multi XY subVI and I just can't make it work. I could use any help. Thanks Quote Link to comment
JustinThomas Posted February 6, 2009 Report Share Posted February 6, 2009 This happens because the datatype requirements for the Plot Multi XY and the XY Graph are different. I have modified your code so that the concentric circles can not be displayed in both indicators. Hope this is helpful 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.