LimitingOutput

This interface defines the output values of the limiting function. By implementing this in an FB, device-specific scaling can be implemented. An FB implemented in this way can be connected to the axis via the Limiting.Output. The following automatically available limitation functions are already pre-implemented, for example, in the FB_AxisNcBase:

Syntax:

INTERFACE I_LimitingOutput EXTENDS __SYSTEM.IQueryInterface

LimitingOutput 1: Properties

Name

Type

Access

Description

LimitingN

LREAL

Get, Set

Normalized value [0,1] for the lower bound.

LimitingP

LREAL

Get, Set

Normalized value [0,1] for the upper bound.

LimitingOutput 2: Methods

Name

Description

Init(iMBase)

Called when an axis is assigned to the limiting-Corefunction. Allows you to retrieve axis information, for example, to verify the compatibility of the limit function and the axis type.

Requirements

Development environment

Target platform

PLC libraries to include

TwinCAT v3.1.4024.71
TwinCAT v3.1.4026.19

PC or CX (x64, x86)

Tc3_PlasticFunctions (>= v12.14.0.0)

Tc3_PlasticNc (>= v12.14.0.0)