Difference between revisions of "MC-Basic:ERRORHISTORY"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Read-Only" to "Read only")
Line 44: Line 44:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 13:22, 18 March 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

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

?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