ABB 机器人 IsStopMoveAct 指令 - Is stop move flags active
生活随笔
收集整理的這篇文章主要介紹了
ABB 机器人 IsStopMoveAct 指令 - Is stop move flags active
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
??????? IsStopMoveAct - Is stop move flags active
用法:
??????? IsStopMoveAct ? 用于得到當前或連接運動任務的 停止移動位狀態。 is used to get the status of the stop move flags for a current or connected motion task.
基本示例:
?????? stopflag2:= IsStopMoveAct(\FromNonMoveTask);
?????? IF IsStopMoveAct(\FromMoveTask) THEN
?????????? StartMove;
?????? ENDIF
????? If the stop move flag from motion task is set in the current motion task, it will be
數據類型: bool
The return value will be TRUE if the selected stop move flag is set, else the return value will be FALSE.
Arguments
IsStopMoveAct ( [\FromMoveTask] | [\FromNonMoveTask] )
[\FromMoveTask]
Data type: switch
FromMoveTask is used to get the status of the stop move flag of type private motion
task.
This type of stop move flag can only be set by:
? The motion task itself with instruction StopMove
? After leaving the RestoPath level in the program
? At execution in an asynchronous error handler for process- or motion errors
before any StorePath and after any RestoPath
[\FromNonMoveTask]
Data type: switch
FromNonMoveTask is used to get the status of the stop move flag of type any
non-motion tasks. This type of stop move flag can only be set by any non-motion
task in connected or all motion tasks with the instruction StopMove.
Continues on next page
944 3HAC16581-1 Revision: P
? Copyright 2004-2013 ABB. All rights reserved.
2 Functions
2.77 IsStopMoveAct - Is stop move flags active
Syntax
IsStopMoveAct '('
['\' FromMoveTask]
| ['\' FromNonMoveTask] ')'
A function with a return value of the data type bool.
Related information
See For information about
StopMove - Stops robot movement on page 544 Stop robot movement
StartMove - Restarts robot movement on page 515
用法:
??????? IsStopMoveAct ? 用于得到當前或連接運動任務的 停止移動位狀態。 is used to get the status of the stop move flags for a current or connected motion task.
基本示例:
?????? stopflag2:= IsStopMoveAct(\FromNonMoveTask);
?????? 如果當前的非運動任務或者連接的運動任務停止運行,stopflag2 將會被設置為 TRUE 。
?????? IF IsStopMoveAct(\FromMoveTask) THEN
?????????? StartMove;
?????? ENDIF
????? If the stop move flag from motion task is set in the current motion task, it will be
reset by the StartMove instruction.
數據類型: bool
The return value will be TRUE if the selected stop move flag is set, else the return value will be FALSE.
Arguments
IsStopMoveAct ( [\FromMoveTask] | [\FromNonMoveTask] )
[\FromMoveTask]
Data type: switch
FromMoveTask is used to get the status of the stop move flag of type private motion
task.
This type of stop move flag can only be set by:
? The motion task itself with instruction StopMove
? After leaving the RestoPath level in the program
? At execution in an asynchronous error handler for process- or motion errors
before any StorePath and after any RestoPath
[\FromNonMoveTask]
Data type: switch
FromNonMoveTask is used to get the status of the stop move flag of type any
non-motion tasks. This type of stop move flag can only be set by any non-motion
task in connected or all motion tasks with the instruction StopMove.
Continues on next page
944 3HAC16581-1 Revision: P
? Copyright 2004-2013 ABB. All rights reserved.
2 Functions
2.77 IsStopMoveAct - Is stop move flags active
Syntax
IsStopMoveAct '('
['\' FromMoveTask]
| ['\' FromNonMoveTask] ')'
A function with a return value of the data type bool.
Related information
See For information about
StopMove - Stops robot movement on page 544 Stop robot movement
StartMove - Restarts robot movement on page 515
總結
以上是生活随笔為你收集整理的ABB 机器人 IsStopMoveAct 指令 - Is stop move flags active的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: AppCompatDialog背景透明
- 下一篇: sql笔试题