LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems With my VI

I made a vi file that takes two numbers (from knobs) and performs five operations on the two numbers. I am displaying the results of the five operations in array and cluster form. I also want to display the results of the operation, one at a time, based on the choice from menu, in the waveform chart on the front panel. I am able to see the results of the operations in the array and cluster but cannot see it on the waveform chart, though I see the scale on the waveform chart changing when I rotate the knobs or change the choice in the menu. Can you tell me why I cannot see the results of the operation on the waveform chart. whats wrong ? I am attaching the .vi file its called MySecondVI.vi !!

thanks,

Dunty
0 Kudos
Message 1 of 4
(2,663 Views)
You put only one value in the Graph. This means only one point will be plotted at position 0. Then your point style is invisible so you don't see this point. And since there is only one point no line will be drawn. Try changing the Graph to a Chart.
0 Kudos
Message 2 of 4
(2,663 Views)
You nailed this one sww!

General comment:
Although it is not explicitly spelled out anywhere on this web-site, good quality answers get MORE STARS.

Four stars is "right on".

One star is "what planet are you on?".

If you like the above answer, give em four stars.

Aside from ocational bottle of wine or a cool coffee cup, we here on the exchange work for stars.

Now where did I leave that coffee cup?

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 4
(2,663 Views)
Agreed!

Welcome to Developper Exchange sww! You have been nailed too! Good first answer. Don't take occasional low ratings too seriously. Often they are from newbies that didn't figure out yet which is the highest rating...

* raises his Enthousiast coffee mug to Ben * ¦¬) C|_|


LabVIEW, C'est LabVIEW

0 Kudos
Message 4 of 4
(2,663 Views)