02-24-2009 10:52 AM
02-25-2009
02:27 PM
- last edited on
01-29-2025
10:36 AM
by
Content Cleaner
Hey MRJIA,
You will need to know how you are physically interfacing with the chip and the protocol that the chip uses to be able to program it. In order to program your microchip, you are likely going to want to use the NI VISA drivers. The previous link gets you to a bunch of resources for the NI VISA driver. There is also another thread that you might find beneficial that deals with a similar issue: How can i control PIC programmer with LabVIEW.
Hope this helps.
-Ben
02-26-2009 09:09 AM
Bcho,
Thanks for the info. I have already visited that thread. I am in need of a command line to communicate with a different programmer (MPLAB ICD 3). You don't happen to know if there is anything out there for this particular programmer?
- Mike
02-26-2009 02:38 PM
Mike wrote:I am in need of a command line to communicate with a different programmer (MPLAB ICD 3).
You can use the "System Execution.vi"
02-27-2009
11:05 AM
- last edited on
01-29-2025
10:38 AM
by
Content Cleaner
Hey MRJIA,
There are some packages designed to interface with microprocessors, but they only support 32-bit platforms or greater. Resources for this type of microprocessor interface can be found at NI LabVIEW Microprocessor SDK. For your particular application I would agree with Pnt in saying that using the System Execution.vi would be a good bet. Your programmer device comes with a customer interface that allows you to program your microchip device. You could call this program from within LabVIEW using the System Execution.vi.
Hope this helps!
-Ben