LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview file on Microcontroller

Hi,
i have to put a file LabView (VI) on a microcontroller (pic) but i dont know
how compile the file. T think i need to compile labview g-language in c!
Is there a system to download Labview file on a microcontroller? How?
Thanks in advance.
0 Kudos
Message 1 of 3
(3,441 Views)
Hi Antonello,

Do you want to program or control the PIC? If you want to control the PIC you will need to implement an RS232 interface for the chip as it only has TTL level IO. You cannot, as far as I am aware, program a PIC yet from LabVIEW.

Hope this helps,

Nick
0 Kudos
Message 2 of 3
(3,441 Views)
LabVIEW does not compile VIs to run on microcontrollers. It can do FPGA with NI hardware and the FPGA module for Labview. PDA can be done with the PDA module.
0 Kudos
Message 3 of 3
(3,441 Views)