PosFound Function

Returns status of Find operation.

Syntax
PosFound

Return Values
True if position was found during move, False if not.

See Also
Find

PosFound Function Example

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