03-27-2017 02:23 PM
Hello all!
I'm trying to deploy a project on a Real Time target running LabVIEW RT 14 but I'm getting the following error to every shared variable.
LabVIEW: (Hex 0x8BBB0020) Invalid value for the Enable Aliasing option.). Deploying Variables.lvlib:Test counter\\192.168.0.1\Variables\Variable13 deployment failed (error: -1950679008, LabVIEW: (Hex 0x8BBB0020) Invalid value for the Enable Aliasing option.
I can't understand the reason of this error or how to fix it because on each variable properties the checkbox to enable aliasing are not checked so the aliasing should not be enabled as it seems be.
How could I fix it?
03-27-2017 05:11 PM
I forgot to mention one important detail: The Shared Variable Engine is already installed in the real time target (PXIe8135)
04-06-2017 05:43 PM
Hi,
I am having the same issue. Have you resolved it?
How did you go about doing so?
Many thanks!!
04-07-2017 07:51 AM
It seems to be a bug. I deleted each variable in library and created again equal to previous. If you use the same names you will not need to replace these variables in block diagram. It worked for me.
03-05-2018 08:24 AM
I just saw and resolved this error. Thought I'd share what I did.
Make sure that your "Bind to" alias path matches the name of the target in the project.
Background: I had created a new cRIO target in the project and had copied the variable library to it. To avoid confusion, the new target had a different name than the original target. The shared variable properties didn't update the path to the project variable, so the "Bind to" address had the old name. Once I corrected the name in the bind to address, the error went away and I was able to run everything like normal.
Hope this helps someone in the future!
07-09-2018 09:55 AM
感谢看到你的提示后,我也解决了这个问题,就是中文版的,My computer会变成“我的电脑”,英文和中文提示有问题,改成英文就可以了