03-26-2009 09:02 PM
请问如何实现用LV 控制的方式去模拟MOUSE在前面板点击"OK" button的动作.谢谢
请看附件
03-27-2009 01:51 AM
03-27-2009 07:13 AM
03-28-2009 12:13 AM - edited 03-28-2009 12:16 AM
Write to the Value (Signalling) property node of that control.
One problem you would have with this screen shot is that the 3 Value events would be queued up for the event structure for every while loop iteration, while only one event would be handled with the event structure since they are all in the same loop. The program would eventually crash and you'd have no way of stopping it without aborting it.
01-23-2018 04:00 AM