10-17-2011 06:00 PM
I have a question on explorer.
After making a TDMS file, I got to know some different display on icon.
Can you tell me the meaning of key on the icon?
and how to reproduce it on explorer (none icon -> keyed icon)?
Is it related to DataFinder (enclosed in NI Labview package) or defragment of TDMS?
labmaster.
Solved! Go to Solution.
10-17-2011 08:22 PM
Hi labmaster,
Do you have any idea how the icon comes up? TDMS doesn't attach this icon for the files. Do you have any permision setting on the file?
10-18-2011 03:12 AM - edited 10-18-2011 03:12 AM
I just tried to generate or file copy (programatically) the tdms file.
In generating in my program, there was the key mark.
But in copying the tdms, no keymark.
I have never changed any windows permission, file property or copy in explorer.
However, I want to clarify this keymark.
labmaster.
10-18-2011 03:16 AM
Hi labmaster,
Could you please try to run some simplest VI or the example of TDMS to geneated the simplest TDMS file and to see whether you have any "key mark" on the TDMS files? It seems you are using Windows Vista or Windows 7, could you please let me know the version of your OS and LabVIEW?
Thanks.
10-20-2011 05:16 AM
I used LV 2009 SP1 under Windows 7.
I checked the keyed file was generated just after defragment in TDMS.
labmaster.
10-25-2011 10:17 PM
hi labmaster,
I have googled some ideas, the behavior should because of some security setting of Windows 7:
When defragmenting TDMS files, actually we created a new file in temporary directory of your computer and then replace the original one with the new created one. And on Windows 7, the new created file is set as "private" after defragment when you logging as Administrator, and other non administrator users cannot access this file on Windows 7. I tested this on my own Windows 7 machine. It should be no problem if you always play it around when logging as Administrator.