04-22-2019 02:45 AM
Hi all,
I am trying to create a program to help me book a transportation through a website.
In order to automate the process, i use AutoIT to help me complete the key press and complete the booking.
However, i found that the AutoIT keypress send is sometimes unstable. For example, when i want to press down for 3 times, i send {DOWN 3} but what i have seen is it clicked 16 times instead of 3 sometimes.
I have attached my source code here. Can anyone please advise on how to avoid this condition from happening? Thanks in advance.
04-22-2019 09:01 AM
"When your Only Tool is a Hammer, Every Problem is a Nail". This sounds like a situation where some other language than LabVIEW, a Laboratory Visual Instrument Engineering Workbench, would be better suited. There is no Laboratory, no Visual Instrument, and no Engineering Workbench in this problem. Sorry ...
Bob Schor
04-22-2019 11:11 AM
I have used AutoIT within LabVIEW successfully for years.
Not sure if this makes a difference but I write an ".ahk" file dynamically within LabVIEW and then execute that file via the System Exec.vi.