EndPos Result
Description
Returns position at end of a force guide object.
Usage
FGGet Sequence.Object.EndPos, P#
Sequence
Force guide sequence nameObject
Force guide object nameP#
Variable representing a point data
Detailed Explanation
Returns position at end of a force guide object.
Usage Example
The following is an example of a simple program that acquires a result with FGGet.
Function EndPosTest
Motor On
FGRun Sequence1
FGGet Sequence1.Contact01.EndPos, P1 ' Acquisition of EndPos
Print P1
Fend
See Also
FGGet, Contact object, Relax object, FollowMove object, SurfaceAlign object, PressProbe object, ContactProbe object, Press object, PressMove object, Paste object, ScrewTighten object, ScrewRetighten object, HeightInspect object, Insert object, TensileTest object