02-27-2007 01:06 AM
02-27-2007 03:02 PM
02-27-2007 06:47 PM
@KellyKelt wrote:
I have an equipment that comes with an .exe software analysis package, and enables you to perform measurements and the measured results are stored in a .txt file. However, the user has to click a series of buttons to perform all the analysis before the measured results can be obtained. Is it possible to develop/use a Labview program that allows the automation of the clicking of those buttons so that real-time analysis can be performed for a closed-loop system?
It depends on the button type. If not standard Window objects, like LabVIEW buttons, you have to simulation clicks, like AutoIt did. The fact that you have to click a series of buttons make it hard to simulate. Image while you're simulating clicks, user accidently touched mouse!
On the otherhand, If they are standard Window objects, you can send a mouse click message to it. It can't distingush whether the message is from the OS, or from LabVIEW. You can even capture the window, make it part of (a child window) of your VI.
In any case, automate an application, has to be customize made.
George Zou
02-28-2007 02:55 AM
02-28-2007 02:57 AM
09-23-2008 12:53 AM
09-23-2008 09:40 AM
Your question is a bit confusing. You said you have software that controls some NI hardware, and you have LabVIEW "backend codes" for it so you are able to automate it. I don't really understand what that means. Is this LabVIEW code that you have? If it's NI hardware you should be able to control it directly from LabVIEW. You then said that you need to provide some input to this software simultaneously. Simultaneously to what? You then said you have some other GUI written in C#, and want to know if you can automate that.
Now I'm confused as to what you're trying to automate.
10-16-2008 12:54 PM
10-16-2008 01:09 PM
10-16-2008 01:16 PM