LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to obtain the wire pane from Context help without LabVIEW scripting?

Solved!
Go to solution

I'm trying to obtain the info from the context help for some VIs, and I was able to get the description (using a basic property node) but the only way to obtain the wire pane I found is using LabVIEW scripting (which apparently cannot be used in .EXE apps). 

 

I know that I can save the image of the wire pane and just call the file wherever I need to, but I'd like to just call it programatically.

 

Below is what I currently have.

 

I appreciate your help 🙂

 

Block Diagram.PNG Front Panel.PNG

 

0 Kudos
Message 1 of 4
(1,203 Views)

Some normal scripting doesn't work in executables.

 

Some scripting stuff does work in executables.

 

You have to look at the specific property\method to know if it's available in executables.

 

If you can do it in scripting, there might be no alternative. If there is, there's no guarantee it will work in an executable. 

0 Kudos
Message 2 of 4
(1,190 Views)
Solution
Accepted by topic author EmilioRD94

Help says Get Conpane Image Method is Available in Run-Time Engine.

0 Kudos
Message 3 of 4
(1,188 Views)

Thanks!

It didn't occur to me to check if scripting had any documentation at all (first time using it).

0 Kudos
Message 4 of 4
(1,183 Views)