Center Point Reference of Circles
circleCenterReferenceSet
circleCenterReferenceSet(value:= ReferenceType)
- Sets the center reference type for circles that are programmed by
G02
/G03
using a center point, whose definition involves thei
,j
,k
-parameters. - For
referenceAbsolute
the center point of the circle is defined by the suppliedi
,j
,k
-vector. - For
referenceRelative
the center point is defined by the sum of the circle starting-point and the suppliedi
,j
,k
-vector. This is the default and usual behavior ofG
-Code.
circleCenterReferenceGet
ReferenceType := circleCenterReferenceGet()
Returns the currently active center point reference for circles.
circleCenterReferenceGet prerequisite
TwinCAT |
---|
TwinCAT V3.1.4024.54 |
ReferenceType
Enumeration of the following values:
referenceAbsolute
referenceRelative
.