LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Automate VI development

Hi,

Is it possible to automate VI development ? I could see that we can create VI code manually using VI scripting but I want to convert C code to VI code automatically.

Please advice.

 

 

 

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

One method is you can build c code as dll and call using Call Library function Node.

More info: http://www.ni.com/example/2719/en/

Thanks
uday
0 Kudos
Message 2 of 4
(3,755 Views)

You should be able to write a VI that analyses C and creates a similar VI through scripting. It'll be quite some work, but it'd work.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 4
(3,735 Views)

This post sonds a lot like this one.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 4 of 4
(3,690 Views)