Difference between revisions of "MC-Basic:SYSTEM.ERRORHANDLERMODE"
m (Text replace - "R/W" to "Read/Write") |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:SYSTEM.ERRORHANDLERMODE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
− | |||
|SYNTAX= | |SYNTAX= | ||
− | Sys.ErrorHandlerMode = <value><br> | + | Sys.ErrorHandlerMode = <''value''><br> |
?System. ErrorHandlerMode | ?System. ErrorHandlerMode | ||
Line 44: | Line 44: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:SYSTEM.ERRORPRINTLEVEL|SYSTEM.ERRORPRINTLEVEL]] |
− | [[Category | + | [[Category:MC-Basic:Error Handling|SYSTEM.ERRORHANDLERMODE]] |
+ | [[Category:MC-Basic:System|MC-Basic:System]] | ||
}} | }} |
Latest revision as of 02:57, 2 May 2017
Language: | English • 中文(简体) |
---|
ErrorHandlerMode defines the effect of the errors , generated directly by an action taken by the executing task .
When Sys.ErrorHandlerMode = TRUE (Default value). Stop all motion, idle all tasks that have attached elements, set Sys.MotionFlag to OFF.
When Sys.ErrorHandlerMode = FALSE (for debug purposes) Only the task producing the error is idled and motion elements attached to the task stop.
Syntax
Sys.ErrorHandlerMode = <value>
?System. ErrorHandlerMode
Type
Long
Range
0, 1
Default
1
Scope
Configuration,Task, Terminal
Write Access Read/Write
Examples
?Sys.ErrorHandlerMode
Sys.ErrorHandlerMode = 1