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 |
|---|---|
The current value of the attribute. |
Attribute setter
public setAxisRef(valueNew: AxisRef | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available since version 1.14.1.15 |
