11-14-2013 04:38 AM
Hi,
I am trying to set up tdms logging such that it automatically splits the tdms files into predefined file sizes using the DAQmx Read property Logging.SampsPerFile, however I get error -301302 file permission error.
Can anyone shed light on the cause?
I have also tried additionally setting Logging.FileWriteSize with the same results.
Helen
Solved! Go to Solution.
11-14-2013 04:59 AM
It would appear to be that you can't use with a simulated DAQ device - tried same code on a system which does have the DAQ card fitted and all is good.
Helen