简体   繁体   中英

how to save tdms data to a USB stick on crio

Morning,

I want to save the files to an external USB stick on CRIO, cause the internal crio system can't hold too much data.

And also, how can I log in to the internal system?I tried with ftp://, it's not working, and I can log in to the system using http:// but I can delete anything form the system.

Many thanks.

Aileen

Your USB Drive seen on cRIO as drive U:\\

Write code under cRIO and use Open TDMS.vi connect path control and specify the path.

For internal memory it would be C:\\test.tdms For USB U:\\test.tdms

Use operation input for that VI and connect there open or create constant to create test.tdms file if does not exist.

Than use TDMS write to log your data.

PS. This would be helpful for you: http://www.ni.com/tutorial/52028/en/

You can save data using standard File I/O functions/VI's. You will also have to use standard windows file naming and file paths conventions such as a backslash...etc. Also as mentioned above, you will need to use u as the first drive and v as the second and so on.

This might be helpful: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P7iaSAC

Also NI support engineers can be very helpful in answering these questions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM