LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I'm getting a syntax error (#10001) with my AI Group Config. What could be causing it?

When I go to run my program, shortly after it starts, it spits out an error #10001 involving the AI Group Config.   This is it's suggested explanation:
 
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.
 
I've looked to make sure the assigned device name is the same as the expected one, so I know that's not it.   Does anyone have any idea what could be causing this?
0 Kudos
Message 1 of 2
(2,536 Views)

Hi,

First,  i must mention that the way u put it "it spits out an error #10001" sounds horribly good!Smiley Very Happy

Now to the problem, this error is usuall given if you enter an improper channel number(a string instead of numeric)

AI group config is a traditional daq function and channels are reperesented by numerals.

check if you have entered channel numbers in proper syntax.

regards

Dev

 

 

0 Kudos
Message 2 of 2
(2,527 Views)