12-18-2011 09:13 AM
Hi All,
I'm trying solve this problem:
To build a VI front panel shown below. It is required that
This graph VI presents the result of two equations, according
with the type of equation selected by the user.
If Polynomial option is selected, you must plot the graphs:
f (x) = x ^ x + b + a
g (x) = a ^ 2 + 4.x
If the option is selected logarithmic:
f (x) = ln [x ^ (2b) +0.0001]
g (x) = log2 (a.x)
The number of points to plot a graph is defined by the user,
being stipulated limit of 300 points. The constants a and b also
are defined by the user, where a = [0,100] b = [0,2].
Updates should happen dynamical
But I don't know how make this
I'm showing my block Diagram with attempt to make
Somebody can help-me ?
Thanks!
12-18-2011 09:20 AM
Use a single case structure and wire the output tunnel from the case structure tunnel to the graph.
You will have to provide an default output for the default case.
Ben
12-18-2011 09:29 AM
I'm sorry but I'm starting my learning in labview and I don't understood you.
Can you say with details ?
I really thank