10-18-2013 08:17 AM
Dear All,
I am a beginner in Labview and I am trying to write the data generated from a RT target device. If it is not connected (Labview in Windows) the program generates a .txt file. However, when I connect to the device (RT target) after pressing the button save data, no file is generated. In summary, in windows environment the file is able to generate a .txt fil but when connected to the RT target it does not. Could you please help me to find the problem?
Thank you!
Marco
10-18-2013 09:54 AM
Do you have code you can post so we can see what is happening?
10-18-2013 10:17 AM
Dear,
Please find the VI attached.
Thank you!
Marco
10-22-2013 07:54 AM
10-22-2013 07:56 AM
Dear Adam,
I am trying to save the data to my Windows PC.
Thanks!
Regards,
Marco
10-22-2013 09:07 AM
Marco,
In order to save your measurement file to your PC, you'll need to use a host VI running on your PC to retrieve the data from the RT Target using a method such as a Network Published Shared Variable, and then write the data to a measurement file on the host VI.
I've attached a sample project utilizing a Network Published Shared Variable, please let me know if this helps or not.
Regards,
10-22-2013 11:19 AM
I recommend setting up a shared directory on your Windows machine. Your RT can then access that folder as a network drive and write directly to it.