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: 

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
(3,141 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
(3,127 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
(3,119 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
(3,109 Views)
thanks alot
0 Kudos
Message 5 of 5
(3,094 Views)