取消
显示结果 
搜索替代 
您的意思是: 

Dumping hex file into pic microcontroller via ICD3

已解决!
转到解答

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 项奖励
11 条消息(共 21 条)
1,767 次查看

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 项奖励
12 条消息(共 21 条)
1,766 次查看

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 项奖励
13 条消息(共 21 条)
1,761 次查看

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 项奖励
14 条消息(共 21 条)
1,756 次查看

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 项奖励
15 条消息(共 21 条)
1,753 次查看

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 项奖励
16 条消息(共 21 条)
1,750 次查看


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 项奖励
17 条消息(共 21 条)
1,748 次查看

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 项奖励
18 条消息(共 21 条)
1,747 次查看

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 项奖励
19 条消息(共 21 条)
1,742 次查看

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 项奖励
20 条消息(共 21 条)
1,734 次查看