boardFaultLogClear (Function)

Top  Previous  Next

Architecture:

X32 / NX32 / NX32L

Device support:

All

Firmware version:

1.05 / 1.00.00


The boardFaultLogClear is used to clear the Fault log in the device.

 

The fault log can also be cleared from the RTCU IDE.

 

 

Input:

None

         

Returns:

None

 

Declaration:

FUNCTION boardFaultLogClear;

 

 

Example:

INCLUDE rtcu.inc
 
PROGRAM test;
  ...
  // Clear the Fault log
  boardFaultLogClear();
  ...
BEGIN
END;
 
END_PROGRAM;