LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Path directory of Write Delimited Spreadsheet VI?

Solved!
Go to solution

Hello, may I know the path directory of the Write Delimited Spreadsheet VI file? I couldn't find it.

0 Kudos
Message 1 of 13
(1,581 Views)

The default filepath will be to generate one via a dialog, otherwise, it's whatever you specify at the filepath input

0 Kudos
Message 2 of 13
(1,565 Views)

What path directory are you referring at? Windows applications are not supposed to work with relative paths, whose relativeness is totally uncontrollable in a multitasking/multithreading environment, but instead you are supposed to pass absolute paths to all LabVIEW File IO functions. They will almost all actively refuse relative paths as "invalid argument"

Rolf Kalbermatter
My Blog
0 Kudos
Message 3 of 13
(1,564 Views)

I was referring to the path directory containing the folder LabVIEW was installed.

0 Kudos
Message 4 of 13
(1,535 Views)

@solarfacility_user wrote:

I was referring to the path directory containing the folder LabVIEW was installed.


What for? You should not write any files in there. While this directory is not write protected for legacy reasons, it is not meant to store your own files in.

Rolf Kalbermatter
My Blog
0 Kudos
Message 5 of 13
(1,529 Views)
Solution
Accepted by topic author solarfacility_user

Are you asking where the VI itself is saved?

 

That in <LabVIEW>\vi.lib\Utility\file.llb\Write Delimited Spreadsheet (DBL).vi

 

The location of the LV folder could depend on choices you make when installing, but by default it will be the program files folder, under National Instruments or NI.

 

It should be pointed out that it's much easier to find things through the palettes (the File I/O palette, in this case) or by searching or calling quick drop (Ctrl+Space).


___________________
Try to take over the world!
Message 6 of 13
(1,519 Views)

Did this VI exist in LV 2015?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 7 of 13
(1,505 Views)

@billko wrote:

Did this VI exist in LV 2015?


I'm pretty sure that it did. It did with somewhat different name as far back as LabVIEW 6 or so but was redesigned somewhere around LabVIEW 8.x and renamed.

Rolf Kalbermatter
My Blog
0 Kudos
Message 8 of 13
(1,498 Views)

Until quite a few versions ago, the functionality was in "write to spreadsheet file", which still exist as legacy VI. Note that "write delimited spreadsheet" is polymorphic, and consists of several VIs, depending on what you wire to it (array of DBLs, array of strings, etc.)

 

It is trivial to find its path by using the context help, but that should be completely irrelevant for all practical purpose and depends on your LabVIEW version and bitness.

 

altenbach_0-1683124279963.png

 

So why exactly do you need that path???

Message 9 of 13
(1,493 Views)

@altenbach wrote:

Until quite a few versions ago, the functionality was in "write to spreadsheet file", which still exist as legacy VI. Note that "write delimited spreadsheet" is polymorphic, and consists of several VIs, depending on what you wire to it (array of DBLs, array of strings, etc.)

 

It is trivial to find its path by using the context help, but that should be completely irrelevant for all practical purpose and depends on your LabVIEW version and bitness.

 

altenbach_0-1683124279963.png

 

So why exactly do you need that path???


I would like to know as well.  There shouldn't be any reason to need to know unless:

  • You are new to LabVIEW and you are about to do something stupid, or
  • You aren't new to LabVIEW and you're about to do something stupid...

😄

 

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 10 of 13
(1,481 Views)