取消
显示结果 
搜索替代 
您的意思是: 

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 条)
3,917 次查看

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 条)
3,906 次查看

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 条)
3,873 次查看
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 条)
3,871 次查看

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 条)
3,866 次查看
Hi,
 
But I'm not binding the variable to anything.
I doesn't check the option "Bind to Source".
0 项奖励
6 条消息(共 6 条)
3,861 次查看