在Python中呼叫NI MAX Task

更新 Nov 16, 2020

產品資訊

軟體

  • Measurement & Automation Explorer (MAX)

驅動程式

  • NI-DAQmx

其他

Python

問題敘述

我想在NI Measurement&Automation Explorer(NI MAX)中建立Configure Task,然後在Python中呼叫這個Task。我可以怎麼做呢?

解決方案

在Python中呼叫NI MAX任務的命令是

task = nidaqmx.system.storage.persisted_task.PersistedTask("DaqAssistantTaskName").load()

您可以使用NI-DAQmx Python API在Python中對DAQ系統進行程式撰寫。關於相關功能的完整列表和其他訊息,請參考NI-DAQmx Python Documentation的頁面。

相關資訊

為了能夠使用這些功能,您需要下載DAQmx,關於更多說明,請參考NI-DAQmx Python Documentation - Installation頁面。