04-19-2011 06:03 PM
Hello all,
I have a simple question that probably has an example already, but I couldn't find it.
I am running something in real-time in 10ms loop, and I want to datalog the values of 8 parameters in the loop. In the log, I need the timestamp and the value for each of the parameter.
1) How to write the log to RT target. If I choose to use "TDMS Open", it needs a file path. What is the file path for a target that is running LV-RT.
2) How do I retrieve the log to my host computer?
Thanks.
04-19-2011 08:23 PM
Hi Bladhart,
I am also running my program in RT target. You have to first asign an IP address for your RT. After that embed or deploy the program to your RT target. When it is running from the RT target, c: is your file path. The startup file will be stored in your RT something called c:\ni-rt\startup if I remember it correctly. You can access to your own RT target using FTP or even from IE by putting using your IP address of the RT target in the URL.
tak
04-19-2011 10:05 PM