LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error code help

I am trying to read any errors that may occur and for it tell me what each error is that occurrs. In my vi I have an error in and an error out cluster that suppose to read each error. I also have each Analog Imput putting out an error number but not words. Does this work?


Message Edited by nicholas03 on 03-22-2008 12:26 PM
Download All
0 Kudos
Message 1 of 2
(3,776 Views)
No, it will not work at all. You would have to wire the error out to something that is generating an NI error code and you only have it wired to an error in cluster. You could probably build an error cluster from the error code generated by the function fro the non-NI device but the error codes would not make any sense to the default codes that NI uses. It is possible to create your own error codes (Tools>Advanced>Edit Error Codes) so you might want to see what error numbers the function might generate and use those numbers in creating custom errors or re-map their numbers to standard LabVIEW error codes.
0 Kudos
Message 2 of 2
(3,770 Views)