03-27-2007 03:37 AM
03-27-2007 08:09 AM
There is nothing in this VI related to a chart or graph.
If you are using the XY Chart Buffer from the XY Chart example, then you do not use the bundle function. The input is either a cluster array or a cluster. Look at XY Chart again. Do you see how it's done? There is a XY Chart Buffer for each plot. Then the outputs are combined with a Build Cluster Array function before being wired to the graph.
03-27-2007 08:38 AM
I am completely confused now. I thought that the best way to draw my x and corresponding values in reat time with history is xy chart.
it s like x=0 y=5.3
x=1.3 y= 2.3
. .
. .
so each x and y value is supposed to be one point in the graph and there ll be line spectrum binding them. Now what I understand from XY chart is that i need to sprovide 2 values to chart by clustering them. If i dont use the chart buffer then how can i determine the history length?
03-27-2007 09:02 AM - edited 03-27-2007 09:02 AM
Message Edited by Dennis Knutson on 03-27-2007 08:03 AM
03-27-2007 09:24 AM
exactly here is the my problem i can not explain. you can think my x and y values each of output of random number generator. so my point in the graph will be at intersection of x and corresponding y value.
I have updated vi, u see that there are 2 agilent 34411A reading voltage, and one power supply reading current.
my y value it sgoing to be ratio of those 2 multimeter signal whereas corresponding x value coming from power supply. So after each iteartion i ll have 3 values, i want to plot a graph which has a point at where Agilent1/Agilent 2 value versus Kepco value. I want to repeat at iteration with new values as keeping history.
Now the problem is that, first the out put of kepco is 1D array whereas that of kepco is 64-bt real scalar. so in order to make them as cluster i need bundle right? after that this bundle should feed the buffer chart where i can set the history length, right? and then i can connect its output to xy chart right? if rioght, i dont know what i dont understand?
i m trapped.please help me
03-27-2007 09:45 AM
03-27-2007 10:13 AM
03-28-2007 03:14 AM
03-28-2007 04:08 AM
03-28-2007 04:09 AM