LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

GET file from cRIO using WebDAV - error (363510)

Hello everyone, 

 

I'm trying to get a file called "test.txt" which is located in the following path: http://169.254.223.190/files/home/lvuser/natinst/bin/test.txt of my RT-Target (cRIO-9047). 

 

here is my code: 

Ezzow_0-1671620470016.png

According to this source: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YH93CAG&l=de-DE there is different ways to enter the path depending on the processing system. Since cRIO-9047 uses the NI-Linux Real time my path (the string constant) form must be correct. 

 

My local path (the path constant) is on my host-pc which is based according to the last source on this form: C:\Users\localuser\Documents\LabVIEW Data\the_test.txt

 

However, this path is automatically switched to the NI-Linux Real time form: /C/Users/localuser/Documents/LabVIEW Data/the_test.txt I guess the reason behind this is the fact that my code is running on my cRIO-9047. I thought this could the part that causes the error 363510: LabVIEW: (Hex 0x58BF6) An error occurred while writing to the socket. So I tried this solution: 

Ezzow_0-1671622405715.png

 

 

It didn't solve my problem though 😥 Can anyone here help me please? 

 

 

best regards, 

Ezzow

 

 

 

0 Kudos
Message 1 of 1
(572 Views)