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: 

property node - help needed

hello 🙂

 

here again 🙂 instead reading in chunks i have to read only a part of file..

 

i have some questions...i think about property nodes...

 

i would do this:

 

check if a file is bigger than a particular size

if is bigger than this size i would that appears a window in which a user can select which part of file would read (#part=filesize/#mysize + 1 in some cases)

 

if file size is < than my size, no windows selection and my program continue

 

my questions are:

 

-in which way can i make a window appear

-in which way can i make a selection and pass the index selected

 

i have done as in attachment but it doesn't work, in false case i put value = 0

Using LabVIEW 7.1
0 Kudos
Message 1 of 2
(2,496 Views)

This is how you can make a new window appear.

 

There is also the possibility to do it with a tab control making it (un)visible

 

Koen

---

UnCertified LabVIEW Student
Mistakes are for learning, that's why suggestions are always welcome!
0 Kudos
Message 2 of 2
(2,472 Views)