Error 1184 - Path not found, FTP login incorrect, or no FTP write permission.
Greetings,
I have a cRIO device that is writing information to shared variables on a host computer. This host computer is where the shared variable engine resides.
I'm getting this error while from the status of an OpenDataSocket before a loop where I'm writing to a SharedVariable. One interesting thing is that in "Development mode" (running the cRIO vi from the LabVIEW Project) this write using datasockets works. However when I set this vi to run as a startup executable on the cRIO thats when I notice this error and the data no longer is written properly to the shared variable.
So it seems that during "Development mode" when I run the cRIO vi, it can communication with the shared variable engine on this "localhost" machine but not when I run it as a startup executable then use Open Remote Panel to view the vi. I am using the IP address of the machine in the path for the psp:\\urlname. My opendatasocket input is a "psp path" and looks something like:
psp:\\IP_address_Of_SharedVariable_Machine\library_name\sub_library\variable
I do not have any spaces, I am not using quotes anywhere.
Background---
I'm using LabVIEW 8.2 development system. My host machine is a Windows XP Pro system.
I am using Datasockets because i would have many cRIO systems and this allows me to use variable path names and have one generic application that can be installed on each cRIO system.
Thanks in advance for any help.