PosFound函数

用于返回Find命令时执行的状态。

格式
PosFound

返回值
如果在机械臂移动期间找到坐标位置,则返回“True”;如果不是,则返回“False”。

参阅
Find

PosFound函数使用示例

Find Sw(5) = ON
Go P10 Find
If PosFound Then
    Go FindPos
Else
    Print "Error: Cannot find the sensor signal."
EndIf