Adding Device Module to the Project

Instantiation of the Device Module

Using Add Function From Template for this Device Module, you can:

  • map variables to physical inputs and outputs of your configuration

  • adjust initial values for selected variables which are part of the template

Variables selected for I/O mapping (input):

Variable

Data Type

Default Value

Description

GVL_<modul name>.xTeSysU_Rdy

BOOL

Signal associated with the TeSysU contact indicating that the device is under power.

GVL_<modul name>.xTeSysU_Trip

BOOL

Signal associated with the TeSysU contact indicating whether an error has been detected.

GVL_<modul name>.xTeSysU_Actv

BOOL

Signal associated with the TeSysU contact indicating the contactor is activated.

Variable selected for I/O mapping (output):

Variable

Data Type

Default Value

Description

GVL_<modul name>.xTeSysU_MotFwd

BOOL

Activates the contactor in a forward direction.

Variables selected for parameterization (constant):

Variable

Data Type

Default Value

Description

Prg_<modul name>.c_xEnFbckCtrl

BOOL

FALSE

Enables the monitoring of the feedback signals of the motor run state.

Prg_<modul name>.iDlyTimeFbckCtrl

INT

2

Delay time in seconds to determine that the feedback signal is inoperable and to activate an alarm.