LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

errors -29024 and -29017 from cvi

I have 3 test rigs running the same code, on one of them i am getting the following error messages intermittently :- [-29024]The specified route does not exist. You cannot disconnect a route that does not exist. [Error Code: -29024] and Error, [-29017]The channel specification string contains invalid characters or could not be understood. [Error Code: -29017, User-defined error code.] they both come from nise.dll but I am not sure what is wrong. Could anyone offer some advice please? Many thanks
Please remember to accept any solutions and give kudos, Thanks


LV 8.6.1, LV2010,LV2011SP1, FPGA, Win7
0 Kudos
Message 1 of 2
(3,040 Views)

Hi,

Are you using any of the Switch Executive functions within your CVI code? If so then the most common cause of these errors occuring is due to opening and closing a session for Switch each time, try opening the session just once for the program while it runs and see if this helps cure the issue you're seeing.

All the best,

Applications Engineer
0 Kudos
Message 2 of 2
(3,024 Views)