10-04-2005 02:41 AM
10-04-2005 02:46 AM - edited 10-04-2005 02:46 AM
Hi
After each line you have to write a semicolon ( ; ) and you also have to put a * before the brackets. So your formulas should look like this:
x=a*0.02;
y=0.01*(a*a + a);
Hope this helps.
Thomas
Message Edited by becktho on 10-04-2005 09:48 AM
10-04-2005 05:10 AM
10-04-2005 05:32 AM - edited 10-04-2005 05:32 AM
Yes, that's right. Waveform graphs and charts always show data in this way. If you want to use your x-values as x-axis and the y-values as y-axis, you have to use the xy-graph.
Attached is a screenshot of the vi.
Hope this helps.
Thomas
Message Edited by becktho on 10-04-2005 12:32 PM
10-05-2005 02:52 AM
10-05-2005 03:04 AM
Hi
As I see, you now use the function "index and bundle cluster array". This results in an array of clusters.
I usually use just the bundle function, which results in a cluster of arrays.
I can't tell you if there may be problems, because I hardly use the first function. Obviously it works, but I'd suggest you to use the bundle-function, as this way is mentioned in the context help of the xy-graph.
Thomas