ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

[q]temp variable

Dear,
I'm a beginner of the labview.
I would like to save the current value of a variable parameter.
To do this, I create an indicator.
But, The indicator is showned in the Panel.
How can I do hide this?
Or give me your clever method for creating temp parameter?
Thanks in advance.
0 Kudos
Message 1 of 3
(3,219 Views)
On the front panel right click the indicator, advanced, hide indicator.
Or on the diagram right click the terminal, hide indicator.

"labmaster" wrote in message
news:506500000008000000D26C0000-1031838699000@exchange.ni.com...
> Dear,
> I'm a beginner of the labview.
> I would like to save the current value of a variable parameter.
> To do this, I create an indicator.
> But, The indicator is showned in the Panel.
> How can I do hide this?
> Or give me your clever method for creating temp parameter?
> Thanks in advance.
0 Kudos
Message 2 of 3
(3,219 Views)
You don't have to save the value, it exists in the wire. One of the hardest
things for me to figure out when I started using LabVIEW after using
text-based languages was that there are no variables, the data is in the
wire (or the data is the wire). Once I figured that out everything else
made more sense and LabVIEW programming became much easier.

Kelly Bersch
Anadigm, Inc.
www.Anadigm.com

"labmaster" wrote in message
news:506500000008000000D26C0000-1031838699000@exchange.ni.com...
Dear,
I'm a beginner of the labview.
I would like to save the current value of a variable parameter.
To do this, I create an indicator.
But, The indicator is showned in the Panel.
How can I do hide this?
Or give me your clever method for creating temp parameter?
Thank
s in advance.
Message 3 of 3
(3,219 Views)