Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Abb Drives Lib 1 3 0 Release Notes

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

ABB Drives Libraries for SIMATIC Manager & TIA Portal

1.3.0.0- Release notes


15.08.2019

SUMMARY
The ABB specific libraries for SIMATIC Manager and TIA Portal enables users to configure
and control ABB drives using Siemens PLCs. Here is collected necessary update information
related to ABB Drive Libraries for SIMATIC and TIA Portal.

WARNINGS & NOTICES


Warning1: Even though, this package includes support for all Step 7 Basic versions from
V5.4 and Step 7 Professional V13 (TIA Portal), package features were tested only with Step 7
Basic V5.5 SP3 and Step 7 Professional V13 SP1, V14 SP1 And V15 SP1 (TIA Portal).

VERSION INFO
ABB_Drives_SIMACTIC_Library_3xx_4xx_PLC_V1.3 1.3
ABB_Drives_TIA_Global_Library_3xx_4xx_PLC_V1.3 1.3
ABB_Drives_TIA_Global_Library_12xx_15xx_PLC_V1.3 1.3

Functional changes
- Provided TIA PORTAL V15.1 Compatibility support for TIA Library blocks
- FB500 Block Adapter_Type input pin values updated to FPBA=1,RPBA=2,FENA/FPNO=3
- Added ACS480 support and new drive type ‘ACSx80=9’
- FB500 block “Local” output is updated a per bit 09 of Status Word of Drive.
- FB500 ‘Running’ & ‘Stopped’ outputs are updated as per ‘Status Word’ even if drive is
running in local mode.
- Removed unwanted logic for ‘Fault’ output of ‘ABB_DRIVE_CONTROL_FB’ block to avoid
flickering in ‘Fault’ output.
- Updated comments of ‘ABB_DRIVE_CONTROL_FB’ block.

Environment
PLC used: CPU 315-2 PN/DP V3.2, CPU 317-2 PN/DP V3.2, CPU 1212C DC/DC/DC V3.0, CPU
1518F -3PN/DP V1.7
Fieldbus adapters used: FENA-11, FENA-21, FBPA-01, FPNO-21
FENA11, FENA-21 Firmware V3.0.3, V3.0.5
FBPA-01 firmware V3.0
FPNO-21 firmware V1.00.200.6

SIMATIC MANAGER V5.5 SP3


TIA PORTAL V15 SP1

1
ABB Drives Libraries for SIMATIC Manager & TIA Portal
1.3.0.0- Release notes
15.08.2019

Known problems
- To write negative values to drive using ACS_DRIVE_PARA (FC500) Block in SIMATIC
MANAGER user has to provide the input values in Hexadecimal format.
For example: To write -1 user has to input the value as DW#16#FFFFFFFF FFFFFFFF. This is
because of limitation in SIMATIC MANAGER software.

- ACS_DRIVE_PARA output VALUE_OUT returns value with offset on -1. This happens
sometimes only with negative 16-bit parameter values. This is arising after reading 32-bit
value and then reading the 16-bit value.
For example:
Read 4711 (32-bit) = 12345 -> VALUE_OUT = 12345
Read 4721 (16-bit) = -1000 -> VALUE_OUT = -1001
Workaround:
To read negative 16-bit values correctly use or call two separate instances of
ACS_DRIVE_PARA block in Main program of SIMATIC MANAGER or TIA PORTAL for reading
32-bit & 16-bit parameters i.e. Use one instance of the block only for reading 32-bit
parameters and another instance only for 16-bit parameters.

- Multiple parameter’s read/write values overwrite issue can be faced when program is using
multiple instances of ‘ABB_DRIVE_CONTROL_FB’ block for same drive with multiple
instances of ‘ACS_DRIVE_PARA’ blocks.
• One instance of ‘ABB_DRIVE_CONTROL_FB’ block is only recommended to use for same
drive configuration.
• One instance of ‘ACS_DRIVE_PARA’ block is only recommended to read/write
parameters for same drive configuration.
• It is recommended to use sequential logic with arrays to read/write multiple parameters
using single instance of ‘ABB_DRIVE_CONTROL_FB’ and single instance of
‘ACS_DRIVE_PARA’ for same drive.

2
ABB Drives Libraries for SIMATIC Manager & TIA Portal
1.3.0.0- Release notes
15.08.2019

Libraries Compatibility

Name of the SIMATIC ABB Supported


MANAGER Library Supported PLC's Drives
ACS800, ACSM1,
ACS350, ACS355,
ACS550, ACS850
ABB_Drives_SIMACTIC_Librar All S7-300 & S7- ACS880, ACS580,
y_3xx_4xx_PLC_V1.3 400 series PLC's ACS380, ACS480

Name of the TIA PORTAL ABB Supported


Library Supported PLC's Drives
ACS800, ACSM1,
ACS350, ACS355,
ACS550, ACS850
ABB_Drives_TIA_Global_Librar All S7-300 & S7- ACS880, ACS580,
y_3xx_4xx_PLC_V1.3 400 series PLC's ACS380, ACS480
ACS800, ACSM1,
ACS350, ACS355,
ACS550, ACS850
ABB_Drives_TIA_Global_Librar All S7-1200 & S7- ACS880, ACS580,
y_12xx_15xx_PLC_V1.3 1500 series PLC's ACS380, ACS480

You might also like