LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dumping hex file into pic microcontroller via ICD3

Solved!
Go to solution

No I want to program multiplie PIC ICs(same part number) using labview.

 

Just a way ICD3 does

 

want to repeat the programming for mass PIC ICs programing

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 11 of 21
(1,582 Views)

I want to use same ICD3

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 12 of 21
(1,581 Views)

When I discussed this issue with MPLAB they told to use batch mode programming, but only problem here is it will terminat as soon as error occures in between. This I want to avoid

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 13 of 21
(1,576 Views)

It is true that it terminates when it encounters an error. Sadly, you cant change the MPLAB programmer utilities as their functionallities have been defined by Microchip. Though I think some sort of manual supervision will be required to take action based on errors and the rest you can take care in you labview code.

 

Just to check:

 

Use system exec vi for programming with C:\Program Files (x86)\Microchip\MPLAB IDE\Programmer Utilities\ICD3 as working directory and C:\Program Files (x86)\Microchip\MPLAB IDE\Programmer Utilities\ICD3\ICD3CMD.exe -P PIC18F4620 -F "<hex file path>" -E -M as the command line.

0 Kudos
Message 14 of 21
(1,571 Views)

will this -E-m will be at last?

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 15 of 21
(1,568 Views)

Yes it will be after the hex file path. Please go through the link which I posted for more clarifications and other related commands.

0 Kudos
Message 16 of 21
(1,565 Views)


What help I got from microchip peopels they mentioned before path selection?

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 17 of 21
(1,563 Views)

You also using batch mode?

 

This is not the way it has done in MPLAB application. How they are doing?

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 18 of 21
(1,562 Views)

I have done it practically and it works with the commands which I have suggested to you. Go ahead with that, you will be able to program it.

0 Kudos
Message 19 of 21
(1,557 Views)

Ok. Let me try that..Will let you know

 

Thanks for help

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 20 of 21
(1,549 Views)