03-09-2006 06:17 PM
03-10-2006
10:43 AM
- last edited on
01-24-2025
12:19 PM
by
Content Cleaner
You cannot run LV on an 16 bit MCU. LV RT Module is dedicated to the NI targets PXI, cFP, CompactRIO and PCs with a special chipset.
The LabVIEW Embedded Development Module will also require a 32 bit processor.
09-13-2009 09:43 AM
hi,
i'm a student and i'm just about to start working on a thesis. i would just like to ask if there's any microcontroller that can read labview programs directly? we need at least 16-bit microcontroller or more that can be easily interfaced with the labview programs.
thanks
09-13-2009 11:58 AM
Hi mat2_chan,
there is no substantial change to Waldemar's answer.
LV RT is based on special RTOS, so you need not only a special µcontroller, but also a supported OS!
Look for supported units on NI's website (product finder...).
09-15-2009 01:50 AM
hi,
thank you very much for answering that question. just a follow up question, can the labview program convert labview codes into other programming codes like C or C++? we planned to use a regular microcontroller with C or C++ should we fail to find a 16 bit labview compatible microcontroller.
again, thank you.
09-15-2009
01:57 AM
- last edited on
01-24-2025
12:19 PM
by
Content Cleaner
09-15-2009 02:09 AM
hi,
thanks for the tip. i think we'll just go with a more generic microcontroller. can the labview convert its own codes to C or C++ codes?
09-15-2009 02:28 AM
mat2_chan2 wrote:hi,
thanks for the tip. i think we'll just go with a more generic microcontroller. can the labview convert its own codes to C or C++ codes?
The Microprozessor SDK does in fact do that. But the generated code is both inherently tied to a 32 bit architecture and also depends explicitedly on the OS support that comes with that SDK. Trying to port said code to run on a 16bit system with a different OS would always require more time than writing the same code from scratch.
Basically if you want to go with LabVIEW and a microprocessor you will have to use the Mcroprocessor SDK and a supported hardware target, or leave LabVIEW out of the story.
Rolf Kalbermatter
09-15-2009 06:05 AM
May I ask what you plan to do? Are you planning to implement digital filters in your 16 bit MCU. Then you can use the " NI LabVIEW Digital Filter Design Toolkit" to generate C code for the filter. Then the rest is up to you.
Also next time please start your own thread ;). Do not "hijack" older threads.
09-15-2009 09:41 AM