LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I process the following:

I have three strings with three different labels that I'd like to dispay in one text box.  Any suggestions? 
0 Kudos
Message 1 of 5
(2,662 Views)
I hope this is what you are looking for.
If not, give us more information.
 
Thomas
 
 

Message Edited by becktho on 07-14-2005 04:04 PM

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 2 of 5
(2,660 Views)

Sort Of,  I was looking to add the label also, so for this example Label = String 1 and String Value= String 1 Would display:

String1 String 1

So if I had label= A: and the string value = healthy, it would display

A= Healthy

 

0 Kudos
Message 3 of 5
(2,651 Views)

I see - this is just possible if your strings are controls / indicators. This allows you to access the text of the label using a property-node.

See the modified vi.

Thomas

 

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
Message 4 of 5
(2,644 Views)

Thanks...this one works.

0 Kudos
Message 5 of 5
(2,634 Views)