NI LabVIEW,CVI,数据采集等产品讨论区

取消
显示结果 
搜索替代 
您的意思是: 

采集波形数据时的一个错误?

 NON-FATAL RUN-TIME ERROR:   "sbq.c", line 153, col 18, thread id 0x00000790:   Function DAQ_Start: (return value == -10609 [0xffffd68f]). transferInProgError: A transfer is already in progress for the specified resource, or the operation is not allowed because the device is in the process of performing transfers, possibly with different resources.
  这是为什么啊?高手指点一下

 
0 项奖励
1 条消息(共 2 条)
3,939 次查看
采集卡的通道被两个程序占用。
可能你打开了MAX里的test panel,同时运行你的程序。
或某个task占用资源后没有释放,就是说task没有被clear。
或者有多个task同时访问一个资源。比如两个task同时使用ai0。
Ryan Shi
National Instruments
0 项奖励
2 条消息(共 2 条)
3,918 次查看