07-27-2005 02:29 AM
07-27-2005 06:31 PM - edited 07-27-2005 06:31 PM
I'm not sure how you've attempted to do it thus far, but I've included a picture below of one proper implementation. You build an array of X and Y values and convert them to dynamic data to be plotted with the Build XY Graph Express VI. As for multiple plots on an XY graph, that is available in every edition of LabVIEW
Kind Regards,
Message Edited by AESulzer on 07-27-2005 06:32 PM
07-27-2005 08:10 PM
07-27-2005 10:04 PM
Actually, the code is even simplier. All you need to do is bundle the array of X values with the array of Y values and wire the result to the XY graph. See attached VI...
If you want the X axis in actual clock time just replace the loop counter with the time in seconds node (you'll have to convert the output to a DBL float), and set the format on the xaxis to absolute time.
Mike...
07-27-2005 10:09 PM