LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible that in the b

egining of the of the program i hide some control strings and after execution, i display these in my user interface for inetract with user. what i need is to display this string variables automatically after my first phase of the program is finished.thanksis it possible that in the begining of the of the program i hide some control strings and after execution, i display these in my user interface for inetract with user. what i need is to display this string variables automatically after my first phase of the program is finished.thanks
0 Kudos
Message 1 of 6
(3,095 Views)
egining of the of the program i hide some control strings and after execution, i display these in my user interface for inetract with user. what i need is to display this string variables automatically after my first phase of the program is finished.thanksYou can use Visible Property Node for to do this. In additional, you can use Disabled Property node too.
0 Kudos
Message 2 of 6
(3,095 Views)
egining of the of the program i hide some control strings and after execution, i display these in my user interface for inetract with user. what i need is to display this string variables automatically after my first phase of the program is finished.thanksi dont know how to use this. can you give me an example please? moreover after this i would like to
save the file to disk. i need a save button.
how can i implement the save button with open,write and close vis. an example would be nice. thanks
0 Kudos
Message 3 of 6
(3,095 Views)
egining of the of the program i hide some control strings and after execution, i display these in my user interface for inetract with user. what i need is to display this string variables automatically after my first phase of the program is finished.thanksThis is a small example (in LabVIEW 6.1). For create property node you must right click on terminal and then select Create->Property node. Try change Disabled property to 0,1,2 and enable/disable visible and look what happend with our boolean control. You can do the same with numeric or string, or other controls and indicators... Hope it help.
0 Kudos
Message 4 of 6
(3,095 Views)
egining of the of the program i hide some control strings and after execution, i display these in my user interface for inetract with user. what i need is to display this string variables automatically after my first phase of the program is finished.thanksAttached is an example that incorporates both hiding controls and file I/O. I hope this is helpful. It is in LabVIEW version 6.0
0 Kudos
Message 5 of 6
(3,095 Views)
egining of the of the program i hide some control strings and after execution, i display these in my user interface for inetract with user. what i need is to display this string variables automatically after my first phase of the program is finished.thanksProperty nodes are not supported on the PDA Module. Any other suggestion?
0 Kudos
Message 6 of 6
(3,095 Views)