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