LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Where to find a list of all error codes? (-200552)

Solved!
Go to solution

I am trying to decipher an error code of -200552. I am having trouble searching for a list of error codes or a breakdown of the code syntax.

 

Please point me to a document that has all the error codes..

 

cDAQ with  RealTime Linux running LabVIEW VI.  
Code -200552

0 Kudos
Message 1 of 5
(795 Views)

I do not know if there is a comprehensive list, but if it is a pre-defined error, you can use the simple error handler to get the error text. Within it is buried the Error Code Database.vi. You can find it at vi.lib\Utility\error.llb\Error Code Database.vi

 

errordb.png

 

In your case the error text is "Specified string is not valid, because it contains an invalid character."

0 Kudos
Message 2 of 5
(768 Views)

Thank for that code call out.    I found a comma in a name that it did not like.

 

I dont have access to the VI or RT.   We only spend the $3K for suspirations when we have to do major changes. So a list would be great to have.

0 Kudos
Message 3 of 5
(764 Views)
Solution
Accepted by topic author Ezzell

Hi Ezzel,

 

Error Codes (LabVIEW Wiki)

NI-DAQmx Driver Error Codes (NI)

 

Also, searching something on Google starting with "-" (minus) won't work because it is a special syntax to exclude a specific word from your search.

 

Regards,

Raphaël.

0 Kudos
Message 4 of 5
(763 Views)

Thank you!

0 Kudos
Message 5 of 5
(754 Views)