FX3ErrorLog Fields |
The FX3ErrorLog type exposes the following members.
Name | Description | |
---|---|---|
![]() | BootTimeStamp |
The FX3 boot time when the error occurred. This is a 32-bit unix timestamp
|
![]() | ErrorCode |
The error code supplied with the error. Usually sourced from RTOS
|
![]() | FileIdentifier |
The FX3 firmware file which generated the error. See FileIdentifier enum in firmware docs for details
|
![]() | FirmwareRev |
The firmware revision the FX3 was running when the error log was generated. Can be used with the File/Line to track down exact source of error
|
![]() | Line |
The FX3 firmware line which generated the error
|
![]() | OSUptime |
FX3 ThreadX RTOS uptime when the error event occurred
|