Error Code 363510 When Using WebDAV VIs

Updated Dec 18, 2023

Reported In

Software

  • LabVIEW Real-Time Module

Issue Details

When I try to move a file off my cRIO onto my PC using either the Get File.vi or Simple Get File.vi, from the WebDAV palette, I receive the below error:

Error 363510 occurred at an unidentified location. Possible reason(s): LabVIEW: (Hex 0x58BF6) An error occurred while writing to the socket.
 

 

Solution

The local file path input must specify the local path to the directory, as well as the name of the file being written (e.g. directory\subdirectory\filename). 

If this does not resolve the issue, please refer to our document Using WebDAV to Transfer Files to Real-Time Target and make sure you have followed all of the steps required.

Additional Information

When using WebDAV, sockets are connected to a destination until a task is completed. LabVIEW returns Error 363510 when the WebDAV VIs cannot successfully write to or from a destination.