Hi, everyone
I have my Labview program which reads datas from another antenna control program 'ARSWIN' through DDE. The problem is this 'ARSWIN' will only read the datas from hardware when it is activated. So when the Labview program is activated (that means the ARSWIN is deactivated), ARSWIN won't read any datas from hardware.
One possible way to solve this problem is to activate it manually (and then back to LV) by pressing 'ALT+TAB' from time to time. But I want to do this by LV automatically for example every second.
Is there any way to sendkeys like 'ALT+TAB' to windows and to switch between my Labview program and the ARSWIN?
or if you have a better solution for my problems here.
Thank you!