LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to modify programmatically "private" status of folders in lvlib?

Hi,

 

I want to change programmatically the "private" status of a virtual folder inside a lvlib to puplic. I havn't found any property or method to do this. Is it possible? If yes, how do I do it?

 

Thanks for any help.

Marc

CLD
0 Kudos
Message 1 of 3
(2,466 Views)

Hello Marc,

 

thank you for posting at the National Instruments forum. What are you planning to do? To generate and modify VIs, you have to use "VI Scripting", because it is not possible to modify VIs and there organization (like in a LabVIEW Library) programmatically using the invoke-/property nodes from the standard LabVIEW-installation.

 

You will find further information here:

 
LabVIEW Scripting

http://decibel.ni.com/content/docs/DOC-4973

 

The support for this feature is provided by the "LabVIEW APIs Forum", which can be found here:

 

http://decibel.ni.com/content/groups/labview-apis?view=discussions

 

 

There, you will get the best support from National Instruments for the Scripting Feature.

 

 

Have a great day

 

MarianMO

 

 

Message Edited by MarianMO on 05-07-2010 11:02 AM
Marian Vorderer
0 Kudos
Message 2 of 3
(2,435 Views)

MarianMO wrote:

Hello Marc,

 

thank you for posting at the National Instruments forum. What are you planning to do? To generate and modify VIs, you have to use "VI Scripting", because it is not possible to modify VIs and there organization (like in a LabVIEW Library) programmatically using the invoke-/property nodes from the standard LabVIEW-installation.


Hi,

 

I d'ont want to modify VIs, I just want to modify some properties of a lvlib (see subject). I Have heard about LabVIEW scripting and I wanted to test it anyway, so thanks for pointing me to it.

 

Marc

CLD
0 Kudos
Message 3 of 3
(2,418 Views)