11-02-2013 04:37 PM
I have my dll written in CVI that I would like to call from a Python script. I was trying to figure out how to step into the DLL from my python script using the 'Select External Process' option in LabWindows.
Does anyone know how to do this?
dq
11-04-2013 05:52 PM
Hi dq,
What version of CVI are you using? Also, where is the option 'Select External Process' located in the menu's that you are refering to?
It sounds like you may want to use the Run»Specify Executable to Debug option in CVI and set the executable to your python script. Examples of doing this with LabVIEW and Visual Studio as the executable are shown below.
http://digital.ni.com/public.nsf/allkb/3A9884A4EBDBA60D86257115001D869C?OpenDocument
or
http://digital.ni.com/public.nsf/allkb/A8E2DC4E853BD3BB8625734700456B0C?OpenDocument