关于LabVIEW中while循环一问
时间:12-13
整理:3721RD
点击:
如果想隔一段时间就使while循环跳出一次,效果类似于隔一段时间就使stop按钮按下一次
该如何实现?
谢谢!
该如何实现?
谢谢!
Could you try to make the while loop in a subVI and call it according to your
time requirement.
你可以用两个while循环,里面那个计时,一到那个时间点就跳出。
不过这样比较笨,呵呵