LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I would like to do a program that have one string control and one string indicator, any character that I type in the string control in the same time it will be appear in another string (indicator). How can help me?

I would like to do a program that have one string control and one string indicator, any character that I type in the string control in the same time it will be appear in another string (indicator). How can help me?
0 Kudos
Message 1 of 4
(2,775 Views)
Why not use an event
Add a While Loop, inside the loop add the Event Sructure.
Now in the event structure selecd the String Controls.value change event to
react

and the new value inside the event that you get,( connect to the String
indicator box.


On Sun, 10 Aug 2003 15:58:47 -0500 (CDT), WiltonFilho wrote:

> I would like to do a program that have one string control and one
> string indicator, any character that I type in the string control in
> the same time it will be appear in another string (indicator). How can
> help me?
>
> I would like to do a program that have one string control and one
> string indicator, any character that I type in the string control in
> the same time it will be appear in another string (indicator). How can
> help me?
>




--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
0 Kudos
Message 2 of 4
(2,775 Views)
Just wire the string control directly to the string indicator. Then right-click on the string control on the front panel and choose 'Update Value while Typing'.

Michael
www.abcdefirm.com
Michael Munroe, CLD, CTD, MCP
Automate 1M+ VI Search, Sort and Edit operations with Property Inspector 5.1, now with a new Interactive Window Manager!
Now supports full project automation using one-click custom macros or CLI.
0 Kudos
Message 3 of 4
(2,775 Views)
Thank you so much for your help, I had forget to put "Update Value while Typing".

Sincerly,
Wilton Filho
0 Kudos
Message 4 of 4
(2,775 Views)