09-05-2012 02:54 AM
is there any possible software for converting embedded C program to labVIEW?
09-05-2012 03:03 AM
Not that I know of, that would be cool though.
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
09-05-2012 03:09 AM
SO wat are the other possible ways to convert it to labVIEW?
09-05-2012 03:20 AM
09-05-2012 03:24 AM - edited 09-05-2012 03:25 AM
Embedded C is quite a broad term. Do you refer to a specific lightweigth C dialect or to simply some code used in embedded systems? In the first case I think it will be hard to do any easy integration into LabVIEW without manually translating the code. In the second case you may be able to get away with compiling the code into a shared library and import it into LabVIEW like that, by using the Call Library Node.