05-06-2010 01:47 AM
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
05-07-2010 04:01 AM - edited 05-07-2010 04:02 AM
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
05-10-2010 01:03 AM
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