RTXI / rtxi

Tutorials, FAQs, and more at http://rtxi.org/docs
GNU General Public License v3.0
53 stars 15 forks source link

Data Recorder does not record from multiple DAQ channels #165

Closed thiagoburghi closed 5 months ago

thiagoburghi commented 5 months ago

Basic Information:

RTXI Version: 3.0.4 Installed from Live CD?: No DAQ model: NI PCIe-6259

Error Description:

What happened? Selecting more than one channel of the DAQ to record in the Data recorder leads to only one of the channels being recorded.

What was supposed to happen? All the selected channels should be recorded.

What steps will trigger the error?

PS: The "Currently Recording" window of the Data Recorder shows the name of the DAQ for all the selected channels (it does not specify which channel that is). So it could simply be a problem of naming the data accordingly.

fusge commented 5 months ago

A fix has been applied. It originated from NIDAQ driver incorrectly filling device names. The fix is already available in the dev branch.

thiagoburghi commented 5 months ago

Tested this today and it is working, thanks!