McPower

[Optional] The "MC_Power" function block of the "Tc2_MC2" PLC library. Used to activate the axis. If an axis is connected to the PLC, you must use the MC_Power function block to activate the axis. If this attribute is not set, the controller communicates directly with the NC.

Schema: tchmi:framework#/definitions/Symbol

Attribute getter

public getMcPower(): TcHmi.Symbol<McPower | undefined | null> | undefined | null;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

TcHmi.Symbol<McPower | undefined | null>, undefined, null

The current value of the attribute.

Attribute setter

public setMcPower(valueNew: TcHmi.Symbol<McPower | null>): void;

Parameter

Name

Type

Description

valueNew

TcHmi.Symbol<McPower | 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.

McPower 1:

Available since version 1.14.1.15