LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Not being able to create TDMS file and write to it

Solved!
Go to solution

I m new to labview and lately i have been trying to code a RT vi which allows me create a TDMS file and write into it. I have seen a couple of examples on web. and this is what i implemented (refer the snippet i attached) after going through them.

 

Now the problem is, there is no file being created on my desktop. I dont understand what is wrong. I may be missing some simple part. Please help me to figure it out

 

0 Kudos
Message 1 of 5
(3,038 Views)
Solution
Accepted by topic author Rex_saint

Hi Rex,

 

usually "RT targets" are NOT capable of accessing your Windows PC desktop as they are computers of their own…

 

Write to the RT storage and copy the files created there using FTP to your PC!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 5
(3,016 Views)

Thank you GerdW,

 

that just clicked me that RT target cant access my PC files. So i was jst googling the possible solution in that case and fortunately found you reply. 

I'll implement that and let you know if any difficulties .

 

Regards 

Rex

0 Kudos
Message 3 of 5
(2,995 Views)

Hi Community,

 

I am trying to log my data to a TDMS file using a cRIO 9045 unit. I have made a simple program of using a DAQmx assistant and using write to measurement in TDMS format. The file is however not been creating.

Tried different locations in C drive and D drive but no luck. 

 

I am attaching my file for reference.

0 Kudos
Message 4 of 5
(504 Views)

Hi sgupta,

 

did you read my 10 year old reply in this thread?

It still is valid!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 5
(486 Views)