09-13-2014 06:06 PM
I am using a cRIO 9113 chassis with a 9025 CPU mod. The system is also using 9239 DAQ modules. My Labview software is writing TDMS files to the c:\TDMSData directory on the cRIO. I have tried using a Labview webdav application, command line ftp windows, command line ftp linux and Windows Filezilla to get the files but the connection disconnects when I try to enter the directory and either list the files or download a file. If I use the cRIO web page and go to the files menu, I get a fatal error. I have attached the error. Does anyone know what may be causing this problem and/or how to resolve the problem?
09-14-2014 01:39 PM
Do you happen to know (or can you estimate) how many files you have created in your TDMSData Subdirectory?
From my experience VxWorks tends to "time-out" on a directory listing if the directory contains a few hundred (700 or more) files. At least that would explain your ftp errors, as a directory change usually also includes a list file commando.
Regards, Jens
09-14-2014 06:43 PM
your conclusion is probably correct there was probably 1500 files in that directory I was able to get through with another method and delete those files and I'm working on testing that theory now. thank you for your response I'll let you know the results
09-14-2014 08:07 PM
By the way, I don't think it's related to TDMS. It looks like a configuration or platform issue.
09-15-2014 03:18 AM
@deppSu wrote:
By the way, I don't think it's related to TDMS. It looks like a configuration or platform issue.
Yes, as far as I know it is a platform issue of VxWorks If you happen to have about 1000 files in one directory, a "list directory" command will take (nearly) forever.
Regards, Jens
09-17-2014 07:15 AM
Does anyone know if this problem occurs on the PXI Phar lap as well?