Center Point Reference of Circles
circleCenterReferenceSet
circleCenterReferenceSet(value:= ReferenceType)
- Sets the center reference type for circles that are programmed by
G02/G03using a center point, whose definition involves thei,j,k-parameters. - For
referenceAbsolutethe center point of the circle is defined by the suppliedi,j,k-vector. - For
referenceRelativethe 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
.