LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Binding a shared variable to a NI-PSP data object does not work

Solved!
Go to solution

Hi,

I want to share data between a RT-target and one or more hosts (LV 8.6.1). The network shared variables are deployed to the RT-Target.  According to NI accessing shared variables from another project or host has to be done by defining a shared variable on the host and aliasing it to the NI-PSP data object on the target.

 

ConsumerAliasDefinition.png

 

 I did that and the host shared variable generated an error (0x8BBB0011) during runtime.

 

ConsumerAliasError.png

 

Next I aliased to a shared variable deployed on the host from another project. This did work.

Another thing I tried was to bind the variable from the RT-target to a display element:

 

ConsumerAliasBoundNumeric.png

 

This is working !!! And as you can see the path of the NI-PSP data object is exactly the same ! So what is the difference between binding a data object to a shared variable and to a display element?

Is there a bug in the SVE or am I missing something here?

 

The host project:

ConsumerAliasProject.pngConsumerAliasVI.png

The publisher VI

PublisherAliasVI.png

 

Hope, someone has an answer.

 

Regards

 

Matthias Quade

Download All
0 Kudos
Message 1 of 3
(4,201 Views)
Solution
Accepted by topic author mq17

Dear Mr. Quade,

 

thank you for posting at the National Instruments Forum. There is a known issue with the path of the bound variable with LabVIEW 8.6.1

 

Please download the patch for LabVIEW 8.6.1, it should solve your problem:

 

http://joule.ni.com/nidu/cds/view/p/id/1255/lang/de

 

Best regards from Munich

Marian Vorderer
0 Kudos
Message 2 of 3
(4,170 Views)

That was in fact helpful.

 

Thank You for your support.

 

Regards

 

Matthias Quade

0 Kudos
Message 3 of 3
(4,165 Views)