LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can i programm pic using labview ???

hi , i ask you if i can use labview to program pic 16f877a .....and if that possible give me toturial ....

thank you....

..............................................
" Science is came....not come "
I study Mechatronics Engineer
..............................................
skype : t_alhowaiti
0 Kudos
Message 1 of 8
(2,807 Views)

Are you asking if you can compile LabVIEW code into a hex file that can be pushed to a PIC micro? The answer to that question is no.

 

Or are you asking if you can use LabVIEW to send an already generated hex file to a PIC? The answer to that question is "maybe". It would depend on what you are using for a PIC programmer.

Charles Chickering
Architecture is art with rules.

...and the rules are more like guidelines
0 Kudos
Message 2 of 8
(2,791 Views)

 asking if i can use LabVIEW to send an already generated hex file to a PIC?

..............................................
" Science is came....not come "
I study Mechatronics Engineer
..............................................
skype : t_alhowaiti
0 Kudos
Message 3 of 8
(2,787 Views)

 i know ....we can use labview to program MCU ...is that right ?????

..............................................
" Science is came....not come "
I study Mechatronics Engineer
..............................................
skype : t_alhowaiti
0 Kudos
Message 4 of 8
(2,784 Views)

@ThaerAL-Hwaiti wrote:

 asking if i can use LabVIEW to send an already generated hex file to a PIC?


Possibly. What programmer do you have?

Charles Chickering
Architecture is art with rules.

...and the rules are more like guidelines
0 Kudos
Message 5 of 8
(2,780 Views)

pic kit 2

..............................................
" Science is came....not come "
I study Mechatronics Engineer
..............................................
skype : t_alhowaiti
0 Kudos
Message 6 of 8
(2,775 Views)

I'm fairly certain that the PICkit2 can be programmed via the command line. This lends itself to easily allowing you to use System Exec.vi in LabVIEW to simply send the command line instructions. If you don't know where to find the System Exec.vi, simply bring up quick drop and type "System Exe", it will find it for you.

Charles Chickering
Architecture is art with rules.

...and the rules are more like guidelines
0 Kudos
Message 7 of 8
(2,767 Views)

thank you

..............................................
" Science is came....not come "
I study Mechatronics Engineer
..............................................
skype : t_alhowaiti
0 Kudos
Message 8 of 8
(2,764 Views)