MC_EStop

PLCopen motion icon

 FunctionClosed A function calculates a result according to the current value of its inputs. A function has no internal data and is not linked to declared instances. - Causes an emergency stop (E-stop).

Inputs

Input

Data Type

Range

Unit

Default

Description

En

BOOL

FALSE, TRUE

N/A

No default

A positiveClosed Position means a point in space which is described by different coordinates. Depending on the used system and transformation it can consist of a maximum of six dimensions (coordinates).This means three Cartesian coordinates in space and coordinates for the orientation. In ACS there can be even more than six coordinates. If the same position is described in different coordinate systems the values of the coordinates are different. transition of this input causes an E-stop on the specified axis.

Axis

AXIS_REF

1, 256

N/A

No default

The AXIS_NUM element of the AXIS_REF structure.

Outputs

Output

Data Type

Range

Unit

Description

OK

BOOL

FALSE, TRUE

N/A

  • Indicates the E-stop was executed.
  • If an invalid Axis input was specified, this output is not energized and no E-stop is performed.

Remarks

Figure 1: MC_EStop

FBD Language Example

FFLD Language Example

IL Language Example

Not available.

ST Language Example

(* MC_EStop STClosed Structured text - A high-level language that is block structured and syntactically resembles Pascal. example *)
ON EStopButton DO
MC_EStop( Axis1 );
MC_EStop( Axis2 );
END_DO;

See Also

MC_ResetError