Difference between revisions of "MC-Basic:ERRORHISTORY$"
(Created page with " ") |
(ErrorHistory$) |
||
| Line 1: | Line 1: | ||
| − | + | {{MC-Basic | |
| + | |SHORT FORM= | ||
| + | |||
| + | |||
| + | |SYNTAX= | ||
| + | ?ErrorHistory | ||
| + | |||
| + | |AVAILABILITY= | ||
| + | All versions | ||
| + | |||
| + | |DESCRIPTION= | ||
| + | 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. | ||
| + | |||
| + | |TYPE= | ||
| + | |||
| + | |||
| + | |RANGE= | ||
| + | |||
| + | |||
| + | |UNITS= | ||
| + | |||
| + | |||
| + | |DEFAULT= | ||
| + | |||
| + | |||
| + | |SCOPE= | ||
| + | Terminal | ||
| + | |||
| + | |LIMITATIONS= | ||
| + | Read only | ||
| + | |||
| + | |EXAMPLE= | ||
| + | ?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= | ||
| + | * [[MC-Basic:ERROR|ERROR]] | ||
| + | * [[MC-Basic:ERRORHISTORYCLEAR|ERRORHISTORYCLEAR]] | ||
| + | * [[MC-Basic:ERRORHISTORYDELTA|ERRORHISTORYDELTA]] | ||
| + | * [[MC-Basic:ERRORNUMBER|ERRORNUMBER]] | ||
| + | * [[MC-Basic:task.ERROR|task.ERROR]] | ||
| + | * [[MC-Basic:task.ERRORNUMBER|task.ERRORNUMBER]] | ||
| + | |||
| + | [[Category:MC-Basic:Error Handling|ERRORHISTORY]] | ||
| + | }} | ||
Revision as of 11:02, 28 January 2021
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"