03-21-2017 09:51 AM
I am just writing some random data as an array to Labview Measurement File without the time value. But I notices that the data has been formatted with a tab infront which I dont want. I changed the settings of the file to have no time column. I have atached screen shots-in German
03-21-2017 10:11 AM - edited 03-21-2017 10:13 AM
Hi GoKu,
so you create an empty time column ("Leere Zeitspalte") and you wonder about getting an empty column in front? Really?
(Measurement data should always (or: most often) contain timestamps - so why do you want to get away without them?)
There are reasons why you will often/sometimes will get the recommendation to get rid of ExpressVIs: they are made for a very specific purpose! Anything beyond/out of scope of the ExpressVI will get you into troubles when still using them…
03-21-2017 10:37 AM
Hi ****Knight of NI***********GerdW
There's another LVM file that does not have empty column or time values. The file is for list of constants to be used later. I know i could do it with a simple text file but I want to know how to create a file like in the attachment.
03-21-2017 12:05 PM - last edited on 01-02-2025 01:58 PM by Content Cleaner
Hi GoKu,
this small LVM file looks like a CSV file, that has been renamed to *.lvm…
Evidence: the header section described here is missing!
Solution: Use WriteSpreadsheetFile and give the file the suffix "lvm".
(But on the other hand I don't recommend to use wrong and misleading suffixes for such files…)