05-14-2013 02:37 PM
Hello,
i have one project developped using c code, this project is composed with 4 .c files ( each one with its .h file), in the 5th file i have the main() function with other functions, before asking here , i have been reading this
http://www.ni.com/white-paper/5694/en , https://decibel.ni.com/content/message/1615 and https://decibel.ni.com/content/docs/DOC-1690
my question is :
there is any way to convert my project developped in c to labview ( not a function ( to dll) but a project which contents a lot of functions with one main()).
thanks in advance
05-14-2013 03:54 PM
There isn't a program, that I've ever heard of, to convert a C program to LabVIEW. Creating a .dll from a C program, that is then called from LabVIEW, yes. If you have sufficient understanding of how your program functions, you can then write a LabVIEW program to do what it does, in many cases.
05-15-2013 08:00 AM - edited 05-15-2013 08:15 AM
Hi Mikhailether,
Based on your post, it looks like you may be attempting to port your project to an embedded target. If so (and the hardware you're using is compatable), you may also want to take a look at the Inline C Node ( http://zone.ni.com/reference/en-XX/help/373144B-01/inlinecnode/inline_c_node/ .)
Regards,