LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView RT on a 16-bit MCU

Hello,

I am planning to run LabView on a MCU unit, but I'm not sure where to start. I would like to work with the MC68HC12 MCU unit by Freescale Semiconductor. Can I somehow run LabView applications on a 16-bit MCU unit? Do I need a real time operating system to make this possible? Any help will be appreciated.

Thank You,
Molana
0 Kudos
Message 1 of 10
(5,329 Views)

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.

 
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 2 of 10
(5,321 Views)

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

0 Kudos
Message 3 of 10
(4,802 Views)

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...). 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 10
(4,794 Views)

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. 

0 Kudos
Message 5 of 10
(4,764 Views)

Hi mat2_chan2,

 

you will definitely fail to find a compatible 16bit MCU Smiley Wink

 

But there is the extra-ordinary [expensive] µprocessor SDK, which is targeted at 32bit CPUs...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 6 of 10
(4,761 Views)

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?

0 Kudos
Message 7 of 10
(4,755 Views)

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

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 8 of 10
(4,746 Views)

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.  



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 9 of 10
(4,728 Views)
we're planning to construct a sunphotometer and modify previous labview program(s) to cut time for constructing our sunphotometer. sorry for the hijacking of this thread, just thought it would be appropriate to post on this thread because it seemed similar and related. Smiley Tongue
0 Kudos
Message 10 of 10
(4,715 Views)