McMoveVelocity

[Optional] The "MC_MoveVelocity" function block of the "Tc2_MC2" PLC library. Used to move the axis at a certain velocity. If this attribute is not set, the controller communicates directly with the NC.

Schema: tchmi:framework#/definitions/Symbol

Attribute getter

public getMcMoveVelocity(): TcHmi.Symbol<McMoveVelocity | undefined | null> | undefined | null;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

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

The current value of the attribute.

Attribute setter

public setMcMoveVelocity(valueNew: TcHmi.Symbol<McMoveVelocity | null>): void;

Parameter

Name

Type

Description

valueNew

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

McMoveVelocity 1:

Available since version 1.14.1.15