LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Embedded Restrictions

Why does LabVIEW Embedded Development Module have these restrictions: 32 Bit Architecture Target, 265 kByte RAM/ROM/FLASH?
0 Kudos
Message 1 of 2
(2,615 Views)
There are many reasons we recommend this. One, a reasonable-sized application created in LabVIEW Embedded can take up up to 256KB. The reason we recommend a 32-bit processor is to fully take advantage of all the signal analysis/signal processing functionality LabVIEW provides without presenting a huge performance hit. Also, we recommend that your targget be running an operating system. This is so that you can take advantage of OS threads through the LabVIEW Timed Loop, as well as other OS functionality such as semaphores.
--
Michael P
National Instruments
0 Kudos
Message 2 of 2
(2,587 Views)