11-05-2013 10:12 PM
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
11-05-2013 10:14 PM
I want to use same ICD3
11-05-2013 10:20 PM
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
11-05-2013 10:37 PM
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.
11-05-2013 10:39 PM
will this -E-m will be at last?
11-05-2013 10:43 PM
Yes it will be after the hex file path. Please go through the link which I posted for more clarifications and other related commands.
11-05-2013 10:46 PM
What help I got from microchip peopels they mentioned before path selection?
11-05-2013 10:47 PM
You also using batch mode?
This is not the way it has done in MPLAB application. How they are doing?
11-05-2013 10:55 PM - edited 11-05-2013 11:14 PM
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.
11-05-2013 11:13 PM
Ok. Let me try that..Will let you know
Thanks for help