GetErrors3 (XNode Ability)

From LabVIEW Wiki
Jump to: navigation, search
GetErrors3 (XNode Ability)
List of XNode Abilities
Public Name:GetErrors3

This ability VI is used to tell LabVIEW about errors involving your XNode instance. The Errors array is a cluster of errors that will show up as block diagram errors in LabVIEW's error window. The cluster is made up of the errors in the list, the long descriptions of the errors that show up in LabVIEW's error window's details box, and a help file and topic within that file that links this error to the specified help file via the Help button. The help file is the name of the file (*.chm), not the full path and needs to be part of LabVIEW. You only need to populate the array when Generate Strings? is true. You always need to correctly set the Errors Present? indicator. If you are generating strings, then Errors Present? should be true if and only if Errors is not empty. If errors are present, the VI containing the XNode will be broken.

Remember to localize your errors.

Default behavior: Generate generic error messages if the code you script is invalid, or a required terminal is unwired.

This ability does not provide UI and OS messages are not handled.