LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating application for archiving data from the mobile device in LabVIEW.

Solved!
Go to solution

Hello, it is working when I click on jpeg or png files once, but in this time when I click to the other jpeg file is not working. Why? Error - did not path to file. 

And the other question, how to set default value for browser after copy some files - no items in browser are not marked.

 

Thanks

0 Kudos
Message 41 of 45
(1,276 Views)
Solution
Accepted by topic author Noro

It is very simple: you forgot to connect the source path wire to the right side of the Event structure. Therefore when the first time this Event case is fired, you deleted the path information stored in the shift register. You still do not understand how the nodes operate.

 

About your second question, sorry but I do not understand. Could you explain it further what is your goal with that browser default values??

 

testing_BDsss.png

 

 

0 Kudos
Message 42 of 45
(1,272 Views)

Oh yes of course. 🙂 thank you. 

When I exit the application and run it again , I will remain in the browser selected files. 

0 Kudos
Message 43 of 45
(1,259 Views)

Depends on what do you mean about Exit? You mean, if you close your VI, and reopen again?

In this case what you need to use is a configuration file, where you save the previous path location. When you again launch your VI (or an EXE built from the VI), your code could check if there is available config file, and load the previous path info from there.

Sorry I have no time to make an example, try to google for examples, like this:

http://forums.ni.com/t5/LabVIEW/How-do-I-retain-file-save-path-as-the-default-save-path-the-next/td-...

 

Good luck!

 

0 Kudos
Message 44 of 45
(1,252 Views)

Yes i mean this. Ok thank you so much!

0 Kudos
Message 45 of 45
(1,243 Views)