McHalt
[Optional] The "MC_Halt" function block of the "Tc2_MC2" PLC library. Used to stop the axis movement. If this attribute is not set, the controller communicates directly with the NC.
Schema: tchmi:framework#/definitions/Symbol
Attribute getter
public getMcHalt(): TcHmi.Symbol<McHalt | undefined | null> | undefined | null;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setMcHalt(valueNew: TcHmi.Symbol<McHalt | 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 |
