使用DAQmx同步动态信号采集(DSA)产品 硬件: Modular Instruments>>Dynamic Signal Acquisition and Analysis (DSA)>>PCI-4474, Modular Instruments>>Dynamic Signal Acquisition and Analysis (DSA)>>PCI-4472, Modular Instruments>>Dynamic Signal Acquisition and Analysis (DSA)>>PXI-4461, Modular Instruments>>Dynamic Signal Acquisition and Analysis (DSA)>>PXI-4462, Modular Instruments>>Dynamic Signal Acquisition and Analysis (DSA)>>PXI-4472, Modular Instruments>>Dynamic Signal Acquisition and Analysis (DSA)>>PXI-4472B, Modular Instruments>>Dynamic Signal Acquisition and Analysis (DSA)>>PCI-4472, Modular Instruments>>Dynamic Signal Acquisition and Analysis (DSA)>>PCI-4474, Modular Instruments>>Dynamic Signal Acquisition and Analysis (DSA)>>PXI-4461, Modular Instruments>>Dynamic Signal Acquisition and Analysis (DSA)>>PXI-4462, Modular Instruments>>Dynamic Signal Acquisition and Analysis (DSA)>>PXI-4472, Modular Instruments>>Dynamic Signal Acquisition and Analysis (DSA)>>PXI-4472B, Modular Instruments>>Dynamic Signal Acquisition and Analysis (DSA)>>PCI-4472, Modular Instruments>>Dynamic Signal Acquisition and Analysis (DSA)>>PCI-4474
问题: 我如何使用DAQmx来实现DSA板卡与其他的DSA板卡或数据采集设备同步? 解答: DSA器件中采用的模数转换器是所谓的delta-sigma模数转换器。delta-sigma转换器的一个杰出特点就是他们采用过采样时钟来驱动转换。正如它的名字所示,过采样时钟信号的物理频率大于采样速率。当一块单独的DSA板卡采集数据时,高频的过采样时钟是由板卡商的直接数字同步(Direct Digital Synthesis,DDS)实现的。如果两块或多块的DSA需要同步,他们必须共享同一过采样时钟以保证采集的同步。关于过采样时钟,可以查看用户手册获取更多信息。 在DAQmx中,过采样时钟被称为采样时钟时基(Sample Clock Timebase)。在PXI系统中,这条信号线仅仅能从2槽引到PXI星形触发总线。在PCI系统中,采样时钟时基只能引线到RTSI 7。 DSA器件可以输出它们的采样时钟。这个信号在转换发生时变为高电平。在PXI系统中,这个信号可以输出到除了PXI星形线之外的任意一个PXI触发线上。在PCI系统中,它能被引线到RTSI 0-6。 在实现DSA器件与其他器件的同步时,正确理解这些时钟信号非常重要。下面是关于如何通过DAQmx实现DSA同步的一些基本例子: 多块NI-447x或NI-446x器件之间模拟输入的同步: 这里有随着NI-DAQmx驱动附带的例程Multi Device Sync-AI-Shared Timebase & Trig-DSA VI,可以在目录 C:\Program Files\National Instruments\LabVIEW 7.1\examples\DAQmx\Synchronization\Multi-Device.llb 中找到。多块NI-4462模拟输入和输出的同步: 这里有随着NI-DAQmx驱动附带的例程Multi-Device Sync-AI and AO-Shared Timebase & Trig-DSA VI,可以在目录 C:\Program Files\National Instruments\LabVIEW 7.1\examples\DAQmx\Synchronization\Multi-Device.llb中找到。NI-447x或NI-446x同一块MIO器件以相同的采样率实现模拟输入同步: Sync AI of DSA with MIO at Same Rate in LabVIEW NI-447x或NI-446x同一块MIO器件以不同的采样率实现模拟输入同步:: Sync AI of DSA with MIO at Different Rates in LabVIEW NI-447x或NI-446x通过计数器生成的脉冲实现模拟输入同步: Sync AI of DSA with Pulse Generation of Counter in LabVIEW NI-447x或NI-446x器件手动输出定时信号: Manual Exporting Timing Signals from DSA Devices in LabVIEW 不同地,从DAQmx 8.0开始,LabVIEW中多器件任务可以简化DSA器件之间的同步。这一特性自动实现DAQmx任务中指定的不同DSA器件的采样时钟时基,同步脉冲以及开始触发信号的共享。 相关链接: Developer Zone Example: Sync AI of DSA with MIO at Same Rate in LabVIEW Developer Zone Example: Sync AI of DSA with MIO at Different Rates in LabVIEW Developer Zone Example: Sync AI of DSA with Pulse Generation of Counter in LabVIEW Developer Zone Example: Manual Exporting Timing Signals from DSA Devices in LabVIEW KnowledgeBase 3U0G7O9N: Multidevice Task Support For DSA Devices 附件:
报告日期: 11/07/2006 最近更新: 12/13/2007 文档编号: 3EE7N2NQ |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
