Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

PCIe6738板卡脉冲输出时如何选择端子

在DAQmxCreateCOPulseChanFreq函数的说明中提到:除非选择了不同的输出端子,否则脉冲会出现在默认的输出端子上(

The pulses appear on the default output terminal of the counter unless you select a different output terminal.

),请问此处如何选择别的输出端子即PFI口

0 Kudos
Message 1 of 3
(1,019 Views)

DAQmxSetCOPulseTerm(TaskHandle taskHandle, const char channel[], const char *data);

这个函数,在NI-DAQ C Refrence Help文档中

65216_0-1680785142927.png

List of channel propertis

65216_1-1680785173615.png

 

 

 

0 Kudos
Message 2 of 3
(965 Views)

DAQmxSetCOPulseTerm(TaskHandle taskHandle, const char channel[], const char *data)

65216_0-1680785524545.png

 

0 Kudos
Message 3 of 3
(975 Views)