Error Monitoring

From OpenMBD
Jump to: navigation, search


HANtune has an option to monitor errors that occur during the current session or have occurred during an earlier session. Please note that error monitoring is a feature provided by the HANcoder library.

Status Indicator

In the status bar there is an indicator named: Errors. This shows the current state of the error monitoring process and the numbers of errors witch are stored in the controller memory. The indicator uses the following colors:

  • Gray: Error monitoring is not running
  • Green: Error monitoring is running and there are no errors in the controller
  • Orange: There is an old error present in the memory
  • Red: There is an error present which occurred during the current session

ErrorViewer

The ErrorViewer can be used to display additional information about individual errors. The viewer consists of two tables: Active errors, which show the errors occurred during the current session and Stored, which are older errors. Each line represents one error and contains the following information:

  • Code: shows the hex value of an error code
  • Parameter: shows additional info about an error
  • Occurrence: shows how many times an error occurred
  • Timestamp: shows when the error occurred
  • Info: shows the type of error

This information can be used to lookup additional information in the following recourses:

  • Rexroth system error => Bosch RC 30 series manual
  • RC30 Target error => Error list.xlsx
  • Application error => Possible project documentation