Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -10403 occurred at AI Group Config

I was cleaning house, and I evidently deleted a file that I should not have. My program was working properly before I deleted a number of files that I did not need any more. I am getting

"Error -10403 occurred at AI Group Config
Possible reason(s):

NI-DAQ LV: The specified device does not support the requested action (the driver recognizes the device, but the action is inappropriate for the device)."


when I try to run my program. What do I need to do to fix this? Thank you.
0 Kudos
Message 1 of 3
(3,463 Views)
I have somewhat fixed my problem, I posted this message as well, but I will post it again...


I am using Traditional DAQ. Why do I get "Error -10001 occurred at AI Group Config"? I went into MAX and the test panels run fine. This error only started happening after I accidentally deleted some files that I thought that I did not need. Luckily I backed most of them up. I had been getting Error 10403 until I replaced the CONFIG.SYS file, and now I get this new error, how do I correct this? Thank you.
0 Kudos
Message 2 of 3
(3,459 Views)
Usually this error has to do with what you have wired to the "channel" input parameter of AI Config.

If you have created a virtual channel, make sure that you have spelled it correctly with the correct case sensitivity.

Note that the channel input is an array of strings or an array of the DAQ Channel Name control (LabVIEW 6 and later). Make sure that the other elements in the array are correct, as well. The left side of the array object has an increment button with a number. That number corresponds to the index of the array where 0 is the first element in your array. It is a common mistake that a user will have the correct channel string entered in element 0 of the array, but an incorrect channel string in another element of the array that is not being displayed by default. Use the increment buttons to scroll through several other elements of the array to ensure that they are also correct, or uninitialized (grayed out).

Moreover, with the string control, it is possible that you hit the key which may appear that the data you typed previously disappeared. However, the data is still there, it is just hidden from the view (depending on the size of the displayed characters). The key acted as the end-of-line key to bring you to another line of the string control. Click in the string control and use the arrow or delete key to make sure that there is no residual data in that string array element.
0 Kudos
Message 3 of 3
(3,450 Views)