LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I correct these errors and what do they mean?

Error 10001 occurred at AI group config.
NI-DAQ LV: An error was detected in the input string; the arrangement or ordering of the characters in the string is not consistent with the expected ordering.
Error 10007 occurred at AI group config.
NI-DAQ LV: A channel, port, or counter is out of range for the device type or device configuration, or the combination of the channels is not allowed, or the scan order must be reversed (0) first.
0 Kudos
Message 1 of 2
(2,903 Views)
On the error cluster itself, you can right click and press "Explain Error". Otherwise, you can choose, from the menu, Help>>Explain Error, enter your error codes, and press the checkmark.

This will give you a detailed explanation of the error.

From what I can tell, it may be that your channel input may be incorrect. If you have configured channels in MAX, you can just choose the channel. Otherwise, you enter the channel number in text, starting with the lowest, i.e. 0,1,2. They must be in increasing order, and have to include a comma. Check the LV DAQ examples for more information on input format for channels, or right click the AI Config VI and choose Help.

Good luck.
0 Kudos
Message 2 of 2
(2,903 Views)