AxisRef

[Optional] The "AXIS_REF" function block of the "Tc2_MC2" PLC library. The function block is a reference to a specific axis. If this attribute is not set, the controller communicates directly with the NC.

Schema: tchmi:general#/definitions/Object

Attribute getter

public getAxisRef(): AxisRef | undefined | null;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

AxisRef, undefined, null

The current value of the attribute.

Attribute setter

public setAxisRef(valueNew: AxisRef | null): void;

Parameter

Name

Type

Description

valueNew

AxisRef, null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

AxisRef 1:

Available since version 1.14.1.15