Input DescriptionΒΆ

../_images/93ce4ad85c17cc0d0a3313906edaf317

Note

The inputs marked with a triangle ed9921315c0d65fe0a3313900b4d3806_78f228175b765b440a33139001315693 are of the class VAR_IN_OUT (input and output variable). These inputs must be connected to a variable.

EN (enable)

Data type: BOOL

The Function Block is activated (EN = TRUE) or deactivated (EN = FALSE) via input EN. If the block is active, the current values are available at the outputs. To start a new write job the input EN has to be set from FALSE to TRUE.

If the input values are valid, a request is sent to the Communication Block via the DRIVE_DATA variable. If, at least 1 input is invalid, no job is generated and the error is displayed at the outputs ERR and ERNO instead.

PRM_NUM (parameter number)

Data type: WORD

Input PRM_NUM is the parameter number in the drive which will be read. The parameter number is calculated from group number and index.

Parameter: 2 digits = group, 2 digit = index, e.g. Par 20.06 = 2006

DRIVE_DATA (drive data)

Data type: ACS_DRIVE_DATA_TYPE ACS_DRIVE_DATA_TYPE Structure to Exchange Data Between Function Blocks for 1 Drive

The combined input/output DRIVE_DATA must be connected to the variable of type ACS_DRIVE_DATA_TYPE of the related ACS drive (slave). Each drive must have its own DRIVE_DATA variable.

The DRIVE_DATA variable contains the data of the drive and must be connected to all related Function Blocks of this drive.