FindPos Function

Returns a robot point stored by Fine during a motion command.

Syntax
FindPos

Return Values
A robot point that was stored during a motion command using Find.

See Also
Find Statment, Go Statement, Jump Statement, PosFound Function, CurPos Function, InPos Function

FindPos Function Example

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