Difference between revisions of "MC-Basic:ERRORHISTORY"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Read-Only" to "Read only")
 
(8 intermediate revisions by 2 users not shown)
Line 16: Line 16:
 
Time
 
Time
  
Sevirity :           Note , Error , Fault or Fatal Fault
+
Severity:          Note, Error, Fault or Fatal Fault.
  
Code :              The specific error ID ( described in the  Error Code List of the Installation Manual  document )
+
Code:              The specific error ID (described in the Error Code List of the Installation Manual document).
  
Task  :              the program , where the error happened
+
Task:              The program in which the error happened.
  
File :                 name of the program or library  , including the code /function , what returns the error .
+
File:              The name of the program or library, including the code/function, that returns the error.
  
Module :           Interpiter , Language , System , Motion etc.
+
Module:           Interpreter, Language, System, Motion, etc.
  
Message  :        The short error description.
+
Message:          The short error description.
  
 
|TYPE=
 
|TYPE=
Line 62: Line 62:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:ERROR|ERROR]]
+
* [[MC-Basic:ERROR|ERROR]]
* [[Axystems:MC-Basic:ERRORHISTORYCLEAR|ERRORHISTORYCLEAR]]
+
* [[MC-Basic:ERRORHISTORYCLEAR|ERRORHISTORYCLEAR]]
* [[Axystems:MC-Basic:ERRORHISTORYDELTA|ERRORHISTORYDELTA]]
+
* [[MC-Basic:ERRORHISTORYDELTA|ERRORHISTORYDELTA]]
* [[Axystems:MC-Basic:ERRORNUMBER|ERRORNUMBER]]
+
* [[MC-Basic:ERRORNUMBER|ERRORNUMBER]]
* [[Axystems:MC-Basic:task.ERROR|task.ERROR]]
+
* [[MC-Basic:task.ERROR|task.ERROR]]
* [[Axystems:MC-Basic:task.ERRORNUMBER|task.ERRORNUMBER]]
+
* [[MC-Basic:task.ERRORNUMBER|task.ERRORNUMBER]]
  
[[Category:Axystems:MC-Basic:Error Handling|ERRORHISTORY]]
+
[[Category:MC-Basic:Error Handling|ERRORHISTORY]]
 
}}
 
}}

Latest revision as of 09:14, 22 May 2014

This query displays the log file containing the last 64 errors that occurred in the system. Each errol log  includes the next fields :

Date

Time

Severity:          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 in which the error happened.

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

Module:           Interpreter, Language, System, Motion, etc.

Message:         The short error description.

Syntax

?ErrorHistory

Availability

All versions

Scope

Terminal

Limitations

Read only

Examples

?ErrorHistory

-->?errorhistory


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