LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Automatization of action on UI

I have a CVI application with a graphical user interface.

In order to interact automatically with this UI, I would like to use something like AutoIT.

AutoIT works fine with Windows Application but not with CVI application.

Is there a solution for that?

Thanks

0 Kudos
Message 1 of 3
(2,374 Views)

Hello gypaete33, 

 

I don't think you can interract with CVI applications using autoIT since CVI is not using windows controls. 

 

Best regards, 

Caillot Antoine

 

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

What interaction do you need with the UI?

If you want to control the UI from within your application you can use FakeKeystroke

AutoIT should also work. The main problem with it is syncronization. E.g: if you send 2 keys, one for opening a dialog and one for the new dialog, you can't guarantee that the dialog was opened when the 2nd key is sent.

Message 3 of 3
(2,325 Views)