03-30-2019 05:41 AM
HI,
I have two Y inputs (current in log and linear scale) with same x axis (voltage). This is placed in a conditional for loop. So each time it takes one x value and gives a corresponding y value. I am able to plot the graph (during run time) with only one Y (left) axis. I would like to add a right Y axis which plot the y data in log scale or any other y value during runtime.
Solved! Go to Solution.
03-30-2019 03:49 PM
03-31-2019 06:50 AM
Hi,
I tried your program. The graph does not clear up after each run. I have one doubt do we really need shift registers? Is it possible to just have x and y inputs? like in "Bulid X-Y graph"? but with two y inputs.
03-31-2019 07:41 AM
"Build X-Y graph" does almost the same thing as my program, only within itself.
You can make a separate VI in functional global variable style (ask Google).
The graph is not clears up, because the input of the shift registers is not initialized.
03-31-2019 09:25 AM
Initializing with 0 helps. Thanks for that.
I am newbie and not a frequent user of labview.
I don't not understand how to interpret this.
"You can make a separate VI in functional global variable style."
03-31-2019 12:29 PM
May be my English is bad, but
"ask Google" mean "ask Google"
https://forums.ni.com/t5/Example-Programs/Basic-Functional-Global-Variable-Example/ta-p/3503982