LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write to file on target or host

Hi,  I am using labview real-time and I want to write data to a file on the target PC or the host.  I have tried writing to the target and I receive the following error, "error 43 occurred at the file dialog : operation cancelled by user", however I have specified the path and a file name and "open or create" as the function within the open/create/replace file.vi.  But I am not sure about the proper path, I opened up the FTP in MAX and the path to the temp file on the target is /TEMP/ , it doesn't show a letter drive just / at the root?  So I tried c:\temp, d:\temp/ and /temp/ but always get the above error.

Thanks,
Nick


0 Kudos
Message 1 of 3
(2,792 Views)

The drive letter on the target is "C:"  So your path would be C:\temp\test.txt, for instance.  I just tried this and it works. 

-Khalid 

0 Kudos
Message 2 of 3
(2,786 Views)
Thanks!
0 Kudos
Message 3 of 3
(2,782 Views)