Click or drag to resize

FX3ErrorLog Fields

The FX3ErrorLog type exposes the following members.

Fields
  NameDescription
Public fieldBootTimeStamp
The FX3 boot time when the error occurred. This is a 32-bit unix timestamp
Public fieldErrorCode
The error code supplied with the error. Usually sourced from RTOS
Public fieldFileIdentifier
The FX3 firmware file which generated the error. See FileIdentifier enum in firmware docs for details
Public fieldFirmwareRev
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
Public fieldLine
The FX3 firmware line which generated the error
Public fieldOSUptime
FX3 ThreadX RTOS uptime when the error event occurred
Top
See Also