Block Variables And Data Types For Fb501 - ABB ACS355 Series Quick Start Up Manual

Function blocks for siemens plc’s
Hide thumbs Also See for ACS355 Series:
Table of Contents

Advertisement

Block variables and data types for FB501

Block variable
ADR_IN
ADR_OUT
READ
WRITE
PARAM_NUM
VALUE_IN
DRIVE
THIS_BLOCK_DB
DONE
ERR
ERNO
BUSY
PARAM_NUM_OUT
VALUE_OUT
Data type
Comment
HW_IO
Hardware ID of the module from which the data is to be read. The
hardware ID can be found in the properties of the module in the
device view or system constants (PLC tags → Default tag table →
System constants).
DP-V0: Hardware ID of the module must be provided and
DPV_Mode flag should be False in FB500 block.
DP-V1 (or PROFINET): Hardware ID or 0 and DPV_Mode
flag must be True in FB500 block.
HW_IO
Hardware ID of the module to which the data is to be written. The
hardware ID can be found in the properties of the module in the
device view or system constants (PLC tags → Default tag table →
System constants).
DP-V0: Hardware ID of the module must be provided and
DPV_Mode flag should be False in FB500 block.
DP-V1 (or PROFINET): Hardware ID or 0 and DPV_Mode
flag must be True in FB500 block
Read the parameter value 0 → 1 (executed on positive edge).
BOOL
Write the parameter value 0 → 1 (executed on positive edge).
BOOL
DINT
Read/written parameter: 3 numbers = group, 2 numbers =
Index. For example, Par 20.06 = 2006.
DINT
Parameter value to be written.
DB_ANY
Instance Data Block. The drive variable is used for identifying to
which drive FB501 ACS_DRIVE_PARA belongs. The Instance
Data Block of FB500 ABB_DRIVE_CONTROL_FB must
correspond to the variable FB501 ACS_DRIVE_PARA.
DB_ANY
Instance data block of FB501.
Note: POKE (FC1) and POKE_BLK (FC2) are used in FB501 block
logic to exchange data between FB500 and FB501.
BOOL
FALSE=Block execution not finished, TRUE=Block execution
finished.
BOOL
FALSE=No error, TRUE=Error occurred during block execution.
WORD
Error code when ERR=TRUE.
BOOL
FALSE=No operation active, TRUE=Operation active.
DINT
Handled parameter number: 3 numbers = group, 2 numbers =
index; for example, Par 20.06 = 2006.
DINT
Read parameter value.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents