LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to write program in Labview that will run on PIC microcontroller.

Solved!
Go to solution

Is there some toolkit or similar, that will allow me to write code for PIC micro (10F or 12F)? 

0 Kudos
Message 1 of 7
(4,129 Views)

The closest thing is te expensive LabVIEW Embedded.

0 Kudos
Message 2 of 7
(4,124 Views)

Good day!

 

Dennis is correct, the closest would be using LabView Embedded.  Your best bet, as an alternative to that software, is to just create serial communication between LabView and your PIC microcontroller, if that will work for your application.  Hope this helps!

 

Regards,

 

Joe S.

0 Kudos
Message 3 of 7
(4,078 Views)

Serial communication, you mean, only to transfer data, not actually writing an embedded code, right?

If I use embedded module, can it work with 8bit microcontrollers, like pic18f, pic12f.... ?

0 Kudos
Message 4 of 7
(4,072 Views)
Solution
Accepted by topic author Jenia_K

Actually, I believe the LabView embedded only works with specific processors and will not work with 8-bit PICs.  Yes, serial communication to transfer data rather than writing code to run on the controller.

 

Regards,

 

Joe S.

0 Kudos
Message 5 of 7
(4,059 Views)

Thanks

0 Kudos
Message 6 of 7
(4,045 Views)

 


@Jenia_K wrote:

Serial communication, you mean, only to transfer data, not actually writing an embedded code, right?

If I use embedded module, can it work with 8bit microcontrollers, like pic18f, pic12f.... ?


No the LabVIEW embedded toolkit only supports specific development boards out of the box. You can add other boards to that list if they use same CPU architecture. Adapting it to a new CPU architecture and/or toolchain is a LOT more work. And trying to do that for non 32 Bit CPUs will be in vain at best , meaning it's probably not possible at all, and definitely not worth the effort.

 

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 7 of 7
(4,017 Views)