10-28-2005 01:38 AM
10-28-2005 06:53 AM
Both will work. Labview is much easier to learn but if you there is an experienced c programmer then the learning curve shouldn't matter. I would suggest using Labview since it is much faster to develop and debug. However if you are looking to program the microcontroller in addition to just processing data from the controller then a c language would make more sense. I have programmed in both (more in c/c++ than Labwindows/cvi) and most often choose Labview for my projects. Usually choosing labview makes the project much faster to develop and maintain but there are a few limitations in labview where it cant be used (yet).
Paul
10-28-2005 08:08 AM
I agree with Falkpl,
I am actually using CVI at the moment. And I often miss LV. As for programming microcontrollers, you'd be amazed at what you can do with Labview and how fast you can implement it. I have used LV to interface with embedded OS, such as VxWorks, Linux, and to program the target using a wide variety of tools. From a test / system configuration point of view, so far, I could implement anything in Labview that I could do in C. Implementing user interfaces is much faster in LV.
Ray
10-28-2005 08:12 AM
10-28-2005 08:17 AM