LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reading the folder

HI 

thank you for yur reply ,

yes it's what I want ,, so can you help me to find a solution fr my problem .

0 Kudos
Message 11 of 32
(1,101 Views)

If you want drop down menus, then I recommend you use ComboBoxes (in the String Control palette) for your controls.  You can populate them with the Strings[] property.  You can get the list of available strings using the List Path.  When going this route, you will also want to use an Event Structure in order to detect when a value want changed and you can then update the other ComboBoxes.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 12 of 32
(1,094 Views)

HI 

actualy I didn't undrestand yu very well can you code it in labview 

thank you

 

0 Kudos
Message 13 of 32
(1,092 Views)

Here's something to get you started.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 14 of 32
(1,085 Views)

HI 

actualy I cant find the property node strings [] ,can you help me to get it and what's the type of month and year icon that you used 

thank's

0 Kudos
Message 15 of 32
(1,068 Views)

@ichrakk wrote:

I cant find the property node strings []


Just create a property node of the ComboBox.  One of the available properties is Strings[].  You may have to scroll down in the list, but it is there on the top menu.

 


@ichrakk wrote: and what's the type of month and year icon that you used

They are just normal control terminals with the View As Icon turned off.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 16 of 32
(1,054 Views)

HI

can you have a look in my vi file and tell me what's wrong ,why it can read the text file

and thank you 

0 Kudos
Message 17 of 32
(1,038 Views)

Do you get an error?

 

Why do so many controls have missing labels, or labels that start with spaces?

 

When you get to using the final "txt" string that you convert to a path, what does it look like?  (i.e. put in an indicator)  You seem to be drilling down through directories, but you don't seem to be using the path of directories you have to build a full file path.  You seem to be just using a filename.

0 Kudos
Message 18 of 32
(1,033 Views)

HI 

so how can I use the path to open that text file pleae.

thank you 

0 Kudos
Message 19 of 32
(1,022 Views)

Use the Build Path function, actually a series of them, to create the full path that includes all the names of sub folders you picked out along the way.

0 Kudos
Message 20 of 32
(1,018 Views)