08-08-2016 04:04 AM
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.
08-08-2016 04:18 AM
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/
08-08-2016 05:14 AM
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
08-08-2016 09:20 AM
This post sonds a lot like this one.
Ben