Difference between revisions of "AXY:MC-Basic:group.RESCUEMODE"
m (1 revision) |
m (Itay moved page MC-Basic:group.RESCUEMODE to AXY:MC-Basic:group.RESCUEMODE) |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | {{MC-Basic | + | <!-- {{MC-Basic |
|SHORT FORM= | |SHORT FORM= | ||
RMode | RMode | ||
|SYNTAX= | |SYNTAX= | ||
− | < | + | <''group''>.RMode = <''value''><br> |
− | ?< | + | ?<''group''>.RMode |
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | Since Version 3.6.20 | |
|DESCRIPTION= | |DESCRIPTION= | ||
− | RESCUEMODE is a special mode of the system that enable recovery after emergency stop. Setting this mode to | + | RESCUEMODE is a special mode of the system that enable recovery after emergency stop. Setting this mode to '''1''' causes saving 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. There are additional sequences that 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 especialy important in case of emergency stop | |
+ | Actually, 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. | ||
− | + | All movement property points (DEST, START, etc.) are affected by it. If a movement is rescued, DEST and START are re-initialized to the current position values. | |
− | |||
− | All movement property points (DEST, START, etc.) are affected by it. If a movement is rescued, DEST and START are re- | ||
Line 43: | Line 42: | ||
|SCOPE= | |SCOPE= | ||
− | + | Read/Write, , Task, Terminal | |
|LIMITATIONS= | |LIMITATIONS= | ||
Line 54: | Line 53: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:group.DEST|group.DEST]] |
− | * [[ | + | * [[MC-Basic:group.DESTCENTER|group.DESTCENTER]] |
+ | * [[MC-Basic:PROCEED]] | ||
}} | }} | ||
+ | --> |