如何設定DAQ卡的AC或DC coupling ?
硬體: Multifunction DAQ (MIO)>>E Series
問題: 如何去確認前我的DAQ卡是用哪一種coupling ?
解答: 在LabVIEW下
Help->Contents and Index。更多的資訊请参考
Start->Programs->National Instruments->NI-DAQ->NI-DAQ Help->Index。E系列和B系列卡只能DC耦合。S系列卡的NI6110、6111和6115可以用程式改變AC和DC耦合。
- 在LabVIEW中設定耦合模式,使用AI Config.vi的输入端coupling & input config。這個输入是cluster的資料型態。通過選擇對應的元素設定一個通道或者多個通道的耦合模式。如果設定個數少於通道数,最後一個元素適用於後面剩下的所有通道。缺項的情况是有幾組是空的,表示保持原有設定。每個叢集包含如下参数:
- Do not change the coupling setting.
- DC.
- AC.
- Ground.
- Internal reference
- 使用NI-DAQ函数設定耦合模式:
status = AI_Change_Parameter (deviceNumber, channel, paramID, paramValue)
把paramID設為ND_AI_COUPLING。
對於E系列、B系列和S系列多功能DAQ卡,增益、範圍、極性和模式都有通道决定。NI裝置可以在MAX中配置。
注意:64通道E系列卡在差動輸入時,有不同的掃瞄順序。例如通道的寫法需要是"0:7, 16:23, 32:39, 48:55"的形式。
注意:E系列卡的和B系列卡的交流耦合,AI Hardware Config.vi傳回錯誤碼10003。因未設備不支援AC耦合。使用S系列卡就不会出现這種的错误。
相關連結: KnowledgeBase 1MLEAKV8: AC Coupling and Minimum Input Frequency with the PCI-6111/PCI-6110
附加檔案:
報告日期: 08/17/2005
最後更新: 09/01/2005
文件偏號: 2CTD2AS0
Other Support Options
Ask the NI Community
Collaborate with other users in our discussion forums
Request Support from an Engineer
A valid service agreement may be required, and support options vary by country.