05-11-2017 02:34 PM
I'm trying to create the NC curve graph as attached in Excel. I just can't seem to get the X-axis to show the values as depicted. I'm using an XY graph in LabVIEW. Does anyone have any suggestions?
Thanks.
Solved! Go to Solution.
05-11-2017 03:01 PM - edited 05-11-2017 03:04 PM
I assume that you realize that the X Axis is logarithmic, right?
I'm not sure what you want done with the data. Are they supposed to give you the curves that you see on your Excel graph, or are they a series of points that you want to plot, or are they points connected by lines? And why are there two sets of points?
If the problem is that you overlooked the Log X feature, and you can now get the code to work, then my second paragraph becomes irrelevant ...
Bob Schor
05-11-2017 03:15 PM
You can define the mapping (lin, log) and define the marker values. (see also).
Attach the code you have so far and we'll help you correct it.
05-11-2017 03:19 PM
Hi Bob - Thanks for the reply. I can plot everything fine. I just can't seem to get the X-axis to give the increments as seen in Excel. They represent the octave band center frequencies. Anything else isn't as meaningful.
05-11-2017 03:23 PM
Altenbach, you've done it again. Simple property node. Thank you.