LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

shared variable, limit of validity

hi,

 

I'm trying to publish on network a custom type of data (composed with lots of clusters, arrays, strings, double etc...) and the variable engine indicate me that it's not compatible with a network publication. (when i tried to create my network variable).

When i suppress lot of controls from my  custom control, it is compatible, so i guess that there is a limite of complexity for a shared variable ?? Is there anyone have information on it ?

 

to solve this problemp, i flatten my control into a string that i network published and then i unflattened this strings, not really a good way to do but it works... 

 

thanks for response

Aurelient

0 Kudos
Message 1 of 2
(2,600 Views)

Bonjour Aurélien

 

Could you please give more information about your application.

Version of LabVIEW, how many controls you use..

If you can post your vi, it will be helpful for me.

 

In general way, I advice you to use several shared variable instead of use only one (with a lot of control behind)

For the limit of the shared variable, i'm sure if you use a different network, you will be able to share less or more controls.

 

Thanks

Cedric

Message 2 of 2
(2,569 Views)