NoTmE Posted July 25, 2005 Report Share Posted July 25, 2005 I have two questions today: How exactly does one make a multi-plot graph with two sets of data (as in two sets of x-values and two sets of y-values of array format)? I want the result to be in an XY Graph format (using LabVIEW 6.1 of course). In addition, is it possible to allow the user to place points on a graph as input and allow the coordinates to be returned to an array? If so, is it also possible for the user to draw a line on the graph and allow a certain number of points from the line to be returned? These may be simple questions but I would appreciate the help nonetheless :laugh: Quote Link to comment
NoTmE Posted July 25, 2005 Author Report Share Posted July 25, 2005 I have two questions today:How exactly does one make a multi-plot graph with two sets of data (as in two sets of x-values and two sets of y-values of array format)? I want the result to be in an XY Graph format (using LabVIEW 6.1 of course). In addition, is it possible to allow the user to place points on a graph as input and allow the coordinates to be returned to an array? If so, is it also possible for the user to draw a line on the graph and allow a certain number of points from the line to be returned? These may be simple questions but I would appreciate the help nonetheless :laugh: 5394[/snapback] Okay, I found how to transpose multiple plots on a graph; I was just too lazy too look it up . But I have not resolved the second question. Quote Link to comment
Wolfram Posted July 25, 2005 Report Share Posted July 25, 2005 Okay, I found how to transpose multiple plots on a graph; I was just too lazy too look it up . But I have not resolved the second question. 5396[/snapback] Use this as a start Download File:post-1013-1122317126.vi Quote Link to comment
NoTmE Posted July 25, 2005 Author Report Share Posted July 25, 2005 Use this as a startDownload File:post-1013-1122317126.vi 5397[/snapback] Sorry if you misunderstood, but I already found out how to place multiple plots on an XY graph. Sorry about that. What I do need help with is enabling the user to place their own points and draw their own lines on a graph by using their cursor. I want the points to be returned to two separate arrays (one for x-values and one for y-values). This would be useful. Thanks. Quote Link to comment
pandaman Posted August 3, 2005 Report Share Posted August 3, 2005 So does anyone know how to return values that have been drawn on a graph or even drawing on a graph for that matter? Quote Link to comment
ahlers01 Posted August 3, 2005 Report Share Posted August 3, 2005 So does anyone know how to return values that have been drawn on a graph or even drawing on a graph for that matter? 5513[/snapback] Have a look at this example: ...\LabVIEW 7.0\examples\general\uievents.llb\Draw Graph with Events.vi -Franz Quote Link to comment
pandaman Posted August 3, 2005 Report Share Posted August 3, 2005 Have a look at this example:...\LabVIEW 7.0\examples\general\uievents.llb\Draw Graph with Events.vi -Franz 5515[/snapback] Sorry, but I don't have Labview 7.0 :headbang:. How would you do it in Labview 6.1? If the example is in LV 6.1 under a different name, please direct it to me. Thanx Quote Link to comment
Neville D Posted August 3, 2005 Report Share Posted August 3, 2005 Sorry, but I don't have Labview 7.0 :headbang:. How would you do it in Labview 6.1? If the example is in LV 6.1 under a different name, please direct it to me.Thanx 5520[/snapback] Search the examples under graph. They used to have a similar example for the older versions that didn't use the event structure. Neville. 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.