Adding Device Module to the Project

Instantiation of the Device Module

The instantiation of this Device Module requires that a Modbus manager be added to the serial interface of your controller.

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

Variable selected for I/O mapping (input):

Variable

Data Type

Default Value

Description

GVL_<modul name>.xMcbRdy

BOOL

Signal associated with the motor circuit breaker contact indicating that the device is under power.

Variables selected for parameterization (constant):

Variable

Data Type

Default Value

Description

Prg_<modul name>.c_bywAddr

BYTE

1

Modbus slave address of the device.

Prg_<module name>.c_byChanNb

BYTE

1

Communication port of the controller.

Prg_<modul name>.c_xEnFbckCtrl

BOOL

TRUE

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

Prg_<modul name>.c_iDlyTimeFbckCtrl

INT

2

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