08-02-2007 02:38 PM
08-02-2007 03:14 PM - edited 08-02-2007 03:14 PM
Message Edited by altenbach on 08-02-2007 01:17 PM
08-02-2007 03:21 PM - edited 08-02-2007 03:21 PM
Thanks Altenbach.
That works perfectly for me. thanks again for a prompt help..
Ravi
Message Edited by Dravi99 on 08-02-2007 03:22 PM
11-19-2007 04:33 PM
Hi again,
Based on the previous example, i am trying to modify this vi.
There are few things that I am not figurin it completely.I want to generate a similar graph which has multiple plots, but cant get it done.
The Problem is that I want to plot the division result vs. the # of array out elements and i am unsuccessful at it. May be i am missing on the waveform graph properties.
Currently the OUT and IN are constants, will be controls instead of contants.
I would appreciate if I get some help to get this thing working.
11-19-2007 04:44 PM
Dravi99 wrote:
The Problem is that I want to plot the division result vs. the # of array out elements and i am unsuccessful at it. May be i am missing on the waveform graph properties.
11-19-2007 05:19 PM
altenbach wrote:
Dravi99 wrote:
The Problem is that I want to plot the division result vs. the # of array out elements and i am unsuccessful at it. May be i am missing on the waveform graph properties.
You should make the current values default before saving so we have some typical data to play with. 😉Currently, your code makes very little sense, because the inner loop has no purpose.If you plot the division result versus array index (I assume that's what you want, I don't understand what you mean by "the # of array out elements "), you only have one plot. What should be on the other plots???Please explain or even attach an image of the desired output. Thanks! 🙂
11-19-2007 05:44 PM - edited 11-19-2007 05:50 PM
11-19-2007 06:31 PM
Thanks altenback,
autoindexing could be done. I am sorry for not being clear. I did not completely understand the modified vi.
The modified vi, has my partial answer. the x axis is correct the y axis is also correct but plotting is done for individual element of array out divided by all elements of array in.
that has to be for different values of constant "in".
what i mean is that if 'in' takes values of 4.5, 4.7 , 4.9 then for a value of 'out =1.8' we plot this.
Thus our graph will have three plots one for 4.5, other for 4.7 and 4.9. where the x axis is elements of array out ( which is correct now in modified vi ) the Y axis will have the result of division.
hope i am clear this time.
Thanks a ton.