04-13-2019 05:46 AM - edited 04-13-2019 05:48 AM
Hi guys, I'm using LabVIEW 2017 and NI myRIO for my application. while trying to run my program, I got this error. I have read several forum related these error, and I have
1. Disable my firewall
2. Uninstall antivirus, since I don't know how to disable it
3. restart the NI Variable engine
4. Undeploy and deploy again
after doing all these steps, I found that my SVE did not appear at NI distributed system manager even after I deploy the SVE again.
Now, I'm not sure how to fix this
04-13-2019 12:09 PM
Hello afiqah,
Have you already gone through all the suggestions listed in: Error -1950679035 or -1950679027 When Using LabVIEW Shared Variables?
Have you tried a blank project with a shared variable in your remote target (myRIO) and verifying this works correctly? (you want to isolate the problem to know if the issue is in the engine or in the code you wrote).
You can also share us the snippet of the code you are using to read/write the shared variable, so we can potentially see if the problem is that you are reading/writing to it too fast.
All the best,