12-06-2016 04:23 AM - edited 12-06-2016 04:28 AM
Hi,
I'm using LabVIEW 2016 for a vi on a PXI RT controller (PXIe-8840 Quad-Core).
I try to generate a filepath for some local data logging as shown in the snippet. If I deploy the Vi to the target and run it it will generate the filepath:
C:\ni-rt\startup\PXIMonitoring03.vi\test.tdms
But the "TDMS Open" generate file gives an error 7.
Can you tell me what I'm doing wrong?
Thanks,
Thomas
Solved! Go to Solution.
12-06-2016 04:48 AM - edited 12-06-2016 04:48 AM
12-06-2016 05:00 AM
Thanks for the quick response, I missed that.
But before I did like the following and I get: "c:\ni-rt\LabVIEW Data\test.tdms", but I actually missed the "open or create" constant...
I thought that I was doing something wrong with paths at the RT target...
Thomas