LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to automate third party UI from labview

Hello Friends,

I have a requirement where I have to edit the settings of the GUI. Suppose if I will open a notepad now I need to change the setting by labview. e.g. changing the font. How can i do it? I have to automate and control a third party tool, where I need to control the settings of that tool from Labview. How should I go ahead. Please help me.

labview.jpg

0 Kudos
Message 1 of 4
(2,656 Views)

Hi Ranjan,

 

does the "3rd party tool" provide any API (like DotNet, ActiveX, TCP/IP-access, ...) to remotely control it? If so: use it!

 

If it doesn't: simulate mouse and keyboard events. There are tools to do so like AutoIt...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 4
(2,652 Views)

Can Labview use AutoIt and AutoIt will control the 3rd party application?

0 Kudos
Message 3 of 4
(2,639 Views)

Hi Ranjan,

 

well, the linked website says:


Also supplied is a combined COM and DLL version of AutoIt called AutoItX that allows you to add the unique features of AutoIt to your own favourite scripting or programming languages!


 

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 4
(2,636 Views)