LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

enum

Hi all :

 

I have txt file ,, please see attach file , this file as to see contain some data,, want I want to upload these data to labview … as list shape ( system enum) ,, I build  application but  its doesn't work

 

how can i do that ,,if any one do this before

 

 

thanks

 

 

 

0 Kudos
Message 1 of 5
(2,814 Views)
You cannot change the string values of an enum during runtime.  You would want to use a ring control.  That control can modify its string values during runtime.
0 Kudos
Message 2 of 5
(2,800 Views)
please see attach file i bulid application ,,
 

 I Succeed to read as array but I want to convert these data into list box that I choose from it

 

to run don't forget to change the path

 

thanks

Download All
0 Kudos
Message 3 of 5
(2,792 Views)
You need to use the Strings[] property of the Ring control.  Create a ring control on the Front Panel"



Right-click on it and chose Create->Property Node->Strings[].  You'll get an item on the Block Diagram.  Wire your arry to that property node.





Message Edited by Matthew Kelton on 04-30-2008 07:30 AM
Download All
0 Kudos
Message 4 of 5
(2,782 Views)
thanks alot
0 Kudos
Message 5 of 5
(2,767 Views)