LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error: -1950678996

I recently upgrade to LabVIEW 2012. I teach a controls lab and we use the same program every year. In the process of updating everything I now get the following code when I try to deploy my shared variables to the real-time target.

 

Error: -1950678996, LabVIEW:  The variable configuration is invalid.  Edit the variable properties to correct the configuration

 

 

If I create a new project with a shared variable, that variable is deployed with no errors.

 

Any suggestions on what I would need to update in the old program to get it to work with the newer version of Labview?

 

0 Kudos
Message 1 of 3
(2,590 Views)

Attached are the attributes of the shared variables in question.

0 Kudos
Message 2 of 3
(2,582 Views)

Hello, 

 

The error might be happening due to the use of invalid symbols in the names of the Variables or becuase of the data type of the variables called Data buffer and Data buffer SP, in the file you attached the data type for those seemed strange. Verify that data type in your project and also you can try eliminating the symbols _ underscore and ? question marks from the names of the variables.

0 Kudos
Message 3 of 3
(2,544 Views)