在labview中添加数据采集延迟

Adding delay in data acquisition in labview

(抱歉我没能post拍照,因为我的声望等级低于10)

我想做的是,我希望我的激光位移数据采集器在另一个数据采集器开始采集数据后一秒后开始采集数据。

我无法在激光位移数据采集卡上添加延迟。 (两种方法都应该 运行 10 秒,激光位移 daq 应该在获取数据时延迟 1 秒。)

谢谢

有多种方法可以做到这一点。这里有两个想法:

  1. 两者都获取11秒的数据,并丢弃激光的前1秒数据。

  2. 使用Time Delay Express VI and wires to control the order of code execution, as suggested by @nekomatic: (Note: My original code, which uses Sequence Structures and the Wait (ms) Function, is at http://i.stack.imgur.com/9pIwb.png)

您可以考虑使用DAQmx 触发启动延迟属性节点

Here 你可以找到一个完整的例子。

还有 here 来自 National Instruments 的关于任务同步的精彩教程。