Hi, in my VI, I already have one XY Graph to display some results but I retrieve all the Y values from it so as to make changes to one of them and now I am going to feed this batch of new y values back into a new XY Graph and plot a new curve. But now the problem seems to be that the 2 curves that I have are not similar when they should be similar except for the point that I changed the value. So can anyone please tell me what must I do to achieve what I want.
Thanks.
From the data I got from my first XY Graph, would it be possible to ask the computer to check if which points are out of range from the curve? Retrieve these points add or subtract 180 to or from them and add them back into the original data and form another new curve.
Can u add the snippet to the previous VI u attached or store it in a new VI for me to take a look at it? Because I can't drag and drop snippet. Remeber? Thanks.
Hi fred,
have you tried to drag the snippet to the desktop and from there into the block diagram - as stated in the thread I linked before? Remember?
Well, you could also redraw that little snippet, it's just a FOR loop, a case structure, the InRange and a ADD node. (You may call this procedure "learning by doing"...)
Hi, I do not really understand why you program your Parse Graylevel VI this way, would you mind explaining?
Thanks.
Hi fred,
it's still your "ParseGraylevel.vi"...
I only changed the part on setting up the graphs as the problem was with those ExpressVIs you used before. Now the VI uses simple BuildArray and Bundle nodes to build the plots - as is explained in the context help of the graph...