01-12-2004 03:41 AM
01-12-2004 05:06 AM
01-12-2004 09:37 AM
04-19-2013 07:40 AM
i have an array of frequencies and amplitudes . i need these values to be displayed on x-axis frequency values and y axis amplitude values . one fixed default plot should be continuously visible in this graph and then i wish to mark few user defined points in the same graph, save them and then take a print out of the graph.
Kindly help this is regarding my master of engineering project where i am trying to biuld an audiometer (for testing hearing sensitivity) and i am going to interface labview with ardiuno micrcontroller and my hardware devices.
so kindly help.
thank you.
vanashree.
04-19-2013 08:11 AM
Use an XY graph. With your data in individual 1D arrays (1 for X and 1 for Y having the same number of elements) create a cluster using the Bundle operation.
Wiring this cluster to a XY graph will create a plot. You can add additional plots by creating an Array of Clusters. Each Array element will be a XY cluster which represents one plot on the graph.
So, to you your fixed data, place it in element zero of an array. Any additional data can be added or removed from the array as you see fit (adding multiple plots or replacing them).
04-19-2013 08:24 AM
hey...
m really glad to recieve this..thanks for ur quick reply..i will definitely try this and let u know..thanku..
🙂
04-24-2013 04:01 AM
hey..
i wish to place two separate constant graphs (with x axis frequency array and y axis intensity array) in a single x-y graph.then i wish to plot in running v.i. third graph where x axis and y axis values will be user defined.i am new in labview kindly elaborate your explanation.
i have already placed one fixed plot in a x-y graph.kindly go through the attachment.kindly help.
04-24-2013 06:27 AM
i have used bundle function and made the fixed plot but i am not able to place more than one plot on a single graph using array of cluster as discussed.kindly elaborate..kindly help.
04-24-2013 08:04 AM
Here's a quick little vi to demonstrate. The inner for loop creates an XY pair, the outer for loop bundles the results and places into an array. The result is a 1D array of Clusters (2 elements of 1D arrays: XY).
04-24-2013 08:16 AM
sad...i have labview 7.1 so..m not able to view this as its in labview 9
can u save me??i m stuck......