キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

Programatically deploy library with secuty settings

Hi
 
I need to programatically deploy a library that contains shared variables. I have shared variables with security configurations. When i do the manual deploy allways works fine.
But when i try to do the programatically deploy (with deploy library.vi [DSC] or application library:deploy library method) the variable "lose" the security configurations.
 
What i need to do to deploy the variable with the security settings??
0 件の賞賛
メッセージ1/6
4,145件の閲覧回数

more issues...

if i create an installer, on the computer without labview the shared variables with security settings are not deployed at all.

only the variables without security configurations are deploied.

0 件の賞賛
メッセージ2/6
4,134件の閲覧回数

Hello Idilio,

When you want to programmatically deploy a library with an installer you cannot used the variables listed in the project items.

When you create a data binding on a shared variable, you need to browse for item in Network Items and not on Project Items, doesn't matter if item is actually inside the same project.

 

Hope this help,

ClémentG
0 件の賞賛
メッセージ3/6
4,101件の閲覧回数
Hello ClementG
 
 
Sory, but I don't understand what you intend to say with this.
 
I use for the input to the deploy library a path (on disk). Wat is wrong??
0 件の賞賛
メッセージ4/6
4,099件の閲覧回数

What I mean is when you create your variable from the Project, you can choose to bind the variable to a project item. Instead of that, you should try to bind the variable to a network item.

Regards,

ClémentG
0 件の賞賛
メッセージ5/6
4,094件の閲覧回数
Hi,
 
But I'm not binding the variable to anything.
I doesn't check the option "Bind to Source".
0 件の賞賛
メッセージ6/6
4,089件の閲覧回数