02-21-2008 02:11 AM
02-21-2008 02:24 AM
Hi Puneet,
You could try the ActiveX controls or the DLL files (Interface Nodes) to access with the Custom Windows applications .
For example: Word and Excel can be accessed with Active X components.
Regards,
Sundar.
02-21-2008 02:43 AM
Hi
You can also use System Exec.Vi located in Functions>>Connectivity >>System Exec.Vi for command line execution applications,
for example Calc..
02-21-2008 02:52 AM
Hiii
I tried ActiveX for it, but i am unable to find out the methods and properties for the following custom application.
For your information, that custom application is Flash Utility Software used for programming Microcontroller.
Puneet
02-21-2008 09:07 AM
02-21-2008 09:02 PM
02-21-2008 09:42 PM
Even though you might not need to display the gui of the third-party app, you may have to. If the vendor (and who is the vendor) of the app did not provide some sort of mechanism, such as ActiveX, then your only options are to do what smercurio_fr suggested. There is no magic solution for control from LabVIEW or any other programming language. Contact the vendor and see what they have to suggest. They are the most familiar with the application and might be able to suggest something. You might be lucky. I had to automate a flash programmer and when I contacted the vendor, the told me that there was a command line option to their program. I could create an external file with LabVIEW and with the system exec function, start the flash program by passing it the name of the file I had created.
An answer to your question cannot be anything more than generic. Please ask the vendor.