Data: Fault Log

Top  Previous  Next

device_data_faultlog

 

By using this dialog, it is possible to view the fault log for a connected RTCU device. The fault log list shows when and what types of errors occurred in the RTCU device. When an error occurs within an RTCU device, it will be signalled on the status LED of the device, and an entry will be written in the fault log of the device. This fault record can be viewed using this dialog, and it can also be cleared.

 

For a list and explanation of the fault codes, please refer to the Troubleshooting section, Fault codes.

 

Date

This is the time and date when the fault occurred.

 

Code

This is a code number to identify the fault.

 

Description

This is a short text to describe the fault.

 

Filename

This is the name of the source file where the fault occurred.

(only available if the application is build with the Debug option)

 

Line

This is the approximate line number in the source file where the fault occurred.

(only available if the application is build with the Debug option)

 

Thread ID

This is the ID of the VPL thread where the fault occurred. This ID is identical to the one returned by the thGetID function.

(only available if the application is build with the Debug option)

 

The Debug option is enabled in the Project settings before building the application.