02-08-2019 12:11 PM
Hello,
I keep running into this error whenever I try to run the Open Datasocket function vi (posted below). I've attached the vi with the actual datasocket function in it, as well as the caller of that vi which sets up the URL path and whatnot. I'm trying to send a shared variable library through the Datasocket Open function, but so far I haven't gotten anything to work. I think the problem might be in how I'm setting up the URL of the shared variable library, but I can't find much documentation on if I'm doing this right. Is it safe to assume the set up I have in my vi of psp:\\localhost\ATCS Controller_Main Library\(each individual shared variable) is correct?
Also, apparently error 1143 means "Cannot load dataskt.llb. ", but I can't find any information on what this means exactly. I do have this llb installed in my National Instruments directory, but do I need to somehow load it into the project?
02-12-2019 11:53 AM
Hello mholder96,
Here is a Knowledge Base Article that I found for Error 1143. Is this similar to what you are talking about?
Regards,
JFP
02-12-2019 12:25 PM
Hi Joseph,
I have seen that article but it does not address my problem since I am not running an executable.
05-02-2024 11:37 AM
Having a similar issue with DataSocket Open error 1143 on Raspberry Pi, was there any resolution to your problem?