psiam Posted April 29, 2008 Report Share Posted April 29, 2008 How can I control PIC programmer (MPLAB IDE V8.00) with LabVIEW 7.1? Quote Link to comment
mross Posted April 29, 2008 Report Share Posted April 29, 2008 QUOTE (psiam @ Apr 28 2008, 05:03 AM) How can I control PIC programmer (MPLAB IDE V8.00) with LabVIEW 7.1? I could not get any information googling on PIC MPLAB IDE V8.00. You did not provide any definitive information. Impossible to comment. There are some forum guidelines and information on how to ask questions in the most effective way to gain help. http://wiki.lavag.org/Forum_Guidelines http://www.catb.org/%7Eesr/faqs/smart-questions.html Also, it is always better to show any work you have done on your own. Many, many people here put food on the table by writing LabVIEW code. You are asking for a free gift of a serious person's time. It is presumptuous to ask for help from professiionals without putting in some serious effort on your own. Quote Link to comment
TobyD Posted April 29, 2008 Report Share Posted April 29, 2008 QUOTE (psiam @ Apr 28 2008, 02:03 AM) How can I control PIC programmer (MPLAB IDE V8.00) with LabVIEW 7.1? MPLAB IDE is an Integrated Development Environment for developing embedded code for a PIC. Do you want to control a PIC programmer (the hardware that programs the PIC) or are you trying to make calls to the IDE from LabVIEW? If you want to control the hardware we need to know specifically what hardware you are using and through what interface. In any case, you will usually need to search the manufacturers website for instructions. There will often be a library available for download that you can call from LabVIEW to drive your hardware. Quote Link to comment
Jeffrey Habets Posted April 29, 2008 Report Share Posted April 29, 2008 QUOTE (psiam @ Apr 28 2008, 10:03 AM) How can I control PIC programmer (MPLAB IDE V8.00) with LabVIEW 7.1? I think there is a commandline executable that's part of MPLAB (PM3.exe) that you could call via system exec with the right parameters to program your device. You should find more information in your MPLAB documentation or on the Microchip site. Quote Link to comment
psiam Posted April 30, 2008 Author Report Share Posted April 30, 2008 QUOTE (mross @ Apr 28 2008, 08:41 PM) I could not get any information googling on PIC MPLAB IDE V8.00. You did not provide any definitive information. Impossible to comment. There are some forum guidelines and information on how to ask questions in the most effective way to gain help. http://wiki.lavag.org/Forum_Guidelines http://www.catb.org/%7Eesr/faqs/smart-questions.html Also, it is always better to show any work you have done on your own. Many, many people here put food on the table by writing LabVIEW code. You are asking for a free gift of a serious person's time. It is presumptuous to ask for help from professiionals without putting in some serious effort on your own. Thank you for suggestion from professionals person. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.