LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

*.vi files names opening strange from the forum in LV8.5?

Has anyone seen this strange behavior?  When I open a *vi direct from the forum the file name gets corrupted as follows:
 
For example from this "AO timedloop1.vi" to this "AO%20timedloop1[1].vi" as the default file name.  I understand that 0x20 is the space character but why is LabVIEW doing this to the files?  -SS


0 Kudos
Message 1 of 7
(2,957 Views)
I can't say that I've seen this. Where was this VI posted?
0 Kudos
Message 2 of 7
(2,955 Views)
Right here. This is the second time I've noticed this.  -SS


0 Kudos
Message 3 of 7
(2,953 Views)
I see this quite frequently opening 8.2 vi's from the forum, see attached screen shot of 3 recently opened files in LV startup screen.
~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 4 of 7
(2,942 Views)
I don't think that LabVIEW is doing this. If you open it from the browser the file is saved to a temporary directory. The browser replaces the space by %20 (ASCII escape because spaces are not allowed in URLs) and the [1] is appended because the file already existed in your temporary directory.

Daniel

0 Kudos
Message 5 of 7
(2,931 Views)
I agree with Dan.  Happens all the time.
 
I now use it for when I post a solution with the same name ..  I just up the number a notch..
 
Example[1].vi becomes Example[2].vi
 
🙂
0 Kudos
Message 6 of 7
(2,912 Views)
I know about the [1] suffixes - I see those all the time, and yes, that's caused by the files residing in the browser's temp folder. I just haven't seen the %20. I'll pay more attention to see if I see it.
0 Kudos
Message 7 of 7
(2,898 Views)