状态:已解决
提问:admin
CVI中如何实现自动识别系统中的NI数据采集产品?
日期:2014-01-11 10:44 点击:220
最佳答案
首先使用DAQmxGetSystemInfoAttribute (DAQmx_Sys_DevNames, DeviceName, 10240);获得系统中的所有设备,具体的设备型号需要使用:DAQmxGetDeviceAttribute (string[i], DAQmx_Dev_ProductType, ProductType, 100);
回答:pansino
2014-01-11 12:40
[全部回答(1)]
回答:pansino
2014-01-11 12:40