LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Automating Interaction with MPLab IDE using LabVIEW

I am using MPLAB Real Ice as a debugger for my code. I need to set certain predefined breakpoints in the IDE which I am planning to automate by giving line number of code to LabVIEW and then LabVIEW should send the command to set that breakpoint. While exploring options in LabVIEW for Inter-Application communication, I came across via TCP ans via ActiveX.

 

 Which is the better option in this scenario? What approach should I start with? Please note that I am trying to communicate only with the IDE and not Hardware.

0 Kudos
Message 1 of 3
(3,907 Views)

Does Microchip document their ActiveX interface? I briefly looked into this many years ago and MPLAB didn't really have very good automation hooks. In my case, we were doing automated builds and the workaround was to use a command line utility instead. Ask Microchip what they recommend. My gut feeling is that if they have an ActiveX interface, that will be the easier to use.

0 Kudos
Message 2 of 3
(3,877 Views)

Hi Takki,

 

I am automatizating a laser instrument, and it has their own classes. Do you know how to initialize the ActiveX server (locally) in LABVIEW?

 

thanks,

0 Kudos
Message 3 of 3
(3,777 Views)