-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NI 6251 #3
Comments
Hi, |
Interestingly I get an error message when DAQ starts without crashing. `Enabling processors... Adding audio callback. Status Code: -200010` |
Tested it a bit more. As long as I set the sampling frequency at 12.5 kHz or below, DAQ just starts fine and files are written. |
I tested digital inputs with the 5V source line of the 6251 itself, and events are written as expected as far as I can tell. So up until now the plugin seems to work fine with this device. |
I now tested the analog inputs with the 5V source line and there seems to be a bug. It doesn't seem to be a problem of the NI 6251 itself. In NI MAX test panel the 5V signal clearly only shows in the channel I connected it to. |
Someone else had the same issue and was able to resolve by adding 50-ohm terminating resistors to the non-used analog inputs. Of course, this shouldn't be necessary and I am looking into why this is the case with the NIDAQ module. |
Hi,
I compiled and installed the nidaq-plugin from source and wanted to try it with the NI-6251 PCIe card. The plugin loads without error and recognizes the 6251 card correctly. But when I try to start data acquisition most of the times the GUI just completely crashes.
And when it works, no files are written in the specified folder, when the Recording is set to binary. Only the
settings.xml
file appears.Does the plugin need actual input data to properly work?
The text was updated successfully, but these errors were encountered: