07-26-2018 02:20 PM
I'm not seeing that. Mine works fine no matter how much I re-start the execution. My guess is that you've got some other issues going on.
08-02-2018 02:33 AM
Hello jigg
its possible to make a popUp(steptype) go to next step without press OK.
I press Ok anytime time after without action
Thanks
08-02-2018 09:32 AM
Not sure I understand the question. You can put a timeout on the popup. If it times out then you can designate which button to press automatically.
Hope this helps,
08-02-2018 03:19 PM
Actually I don't want to use timout to close the popup. The need is to show the popup and let it oppened while the next steps are being executed simultanously with the displaying of the popup. The popup can thus be closed or pressed with OK any time while the other steps are executed or even after all the steps are executed.
Hope I explained better the problem.
07-10-2025 02:15 AM
我遇到这个错误的原因是我写了很多个调用VI的代码,但是却没有指定VI(我运行的序列并没有涉及这些没配置路径的子VI),尽管没用到,但还是报了错误,似乎把这些其他的序列改为动态加载即可解决