Difference between revisions of "MC-Basic:ERRORHISTORYDELTA"

From SoftMC-Wiki
Jump to: navigation, search
Line 67: Line 67:
 
* [[Axystems:MC-Basic:ERRORNUMBER|ERRORNUMBER]]
 
* [[Axystems:MC-Basic:ERRORNUMBER|ERRORNUMBER]]
 
* [[Axystems:MC-Basic:task.ERROR|task.ERROR]]
 
* [[Axystems:MC-Basic:task.ERROR|task.ERROR]]
* [[Axystems:MC-Basic:task.ERRORNUMBERbr|task.ERRORNUMBERbr]]
+
* [[Axystems:MC-Basic:task.ERRORNUMBER|task.ERRORNUMBER]]
  
 
[[Category:Axystems:MC-Basic:Error Handling|ERRORHISTORYDELTA]]
 
[[Category:Axystems:MC-Basic:Error Handling|ERRORHISTORYDELTA]]
 
}}
 
}}

Revision as of 11:26, 17 March 2014

This query displays the logs of the last errors that occurred in the system since the former call of ErrorHistoryDelta.ErrorHistoryClear command and system rebootalso clear the ErrorHistoryDelta log.

Each error log includes the next fields:

Date

Time

Sevirity :           Note , Error , Fault or Fatal Fault

Code :              The specific error ID ( described in the  Error Code List of the Installation Manual  document )

Task  :              the program , where the error happened

File :                 name of the program or library , including the code /function , what returns the error .

Module :           Interpiter , Language , System , Motion etc.

Message  :        The short error description.

Syntax

?ErrorHistoryDelta

Availability

Available since version 4.5.25

Scope

Terminal

Limitations

Read-Only, relates only toErrorHistoryDelta calls in current boot.

Examples

?ErrorHistoryDelta


Date         Time   Severity  Code  Task             File   Line/Addr. Module  Message


21/01/200712:56:01 Error     3183 TPJOG.PRG TP.LIB  775     Motion  "In group SCARA. Settling time expired"


See Also