Difference between revisions of "AXY:MC-Basic:axis.RESCUEMODE"
(Created page with '{{MC-Basic |SHORT FORM= <''axis''>.RMode |SYNTAX= <''axis''>.RMode = <''value''><br> ?<a''xis''>.RMode |AVAILABILITY= Versions 3.6.20 and higher |DESCRIPTION= RESCUEMODE is …') |
m (Itay moved page MC-Basic:axis.RESCUEMODE to AXY:MC-Basic:axis.RESCUEMODE) |
||
(8 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- {{Languages|MC-Basic:axis.RESCUEMODE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 9: | Line 10: | ||
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | Since Version 3.6.20 | |
|DESCRIPTION= | |DESCRIPTION= | ||
− | + | <font color="red"> | |
− | + | RESCUEMODE is a special system mode that enables recovery after an emergency stop. Setting this mode to '''1''' saves the current motion package and the pending one after entering following mode. Motion can be recovered using '''proceed''' command. The stored motion packages can be ignored by the '''proceed proceedtype = clear''' command. Additional sequences can be recovered using this flag: | |
− | + | * Entering following mode due to position error or velocity over speed error. | |
− | + | * Disabling the system using EN property. | |
− | + | * External disable of the system, especially important in case of an emergency stop. | |
− | |||
− | |||
− | |||
− | |||
− | Setting this mode to | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | In many ways this command is equivalent to a STOP command issued from an attached task. It stores both movement packages, but does not block the program. | ||
+ | </font> | ||
Line 37: | Line 29: | ||
|RANGE= | |RANGE= | ||
0 (OFF)<br> | 0 (OFF)<br> | ||
− | |||
1 (ON) | 1 (ON) | ||
Line 47: | Line 38: | ||
|SCOPE= | |SCOPE= | ||
− | + | Task, Terminal | |
|LIMITATIONS= | |LIMITATIONS= | ||
− | Modal | + | Modal only |
|EXAMPLE= | |EXAMPLE= | ||
Line 56: | Line 47: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:PROCEED|PROCEED]] |
}} | }} | ||
+ | --> |