MLMotionStop

PLCopen motion icon Pipe Network motion icon

 Function - Stops the motion bus driver, motion engine, and EtherCAT network operation, resulting in the EtherCAT network transitioning to the Init state.

  • Results in the EtherCAT network transitioning to the Init state.
  • Returns TRUE if the function succeeded.

Inputs

There are no Inputs for this function / function block.

Outputs

Output

Data Type

See Data Types.

Range

Unit

Description

Default (.Q)

BOOL

FALSE, TRUE

N/A

Returns TRUE after requesting all bus drivers to stop.

See Pipe Network - General Rules.

FBD Language Example

FFLD Language Example

IL Language Example

Not available.

ST Language Example

//Stop the EtherCAT network
ON StopMotionEngine DO
MLMotionStop();
END_DO;

See Also