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