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, Go, Jump, PosFound, CurPos, InPos

FindPos Function Example

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