You are on page 1of 24

Rockwell Automation

Library of Process Objects


Add-On Instructions and Graphics
Release Notes

Version 4.00.01

Updated August 30, 2018


Table of Contents

REVISION 4.00.00 (JULY 27, 2018) .......................................................................................................................... 4

REQUIRED PRODUCT VERSIONS .........................................................................................................................................4


SUMMARY OF CHANGES ..................................................................................................................................................4
1. Command Source replaces Mode ................................................................................................................. 4
2. P_DoseWS and P_DoseFM have been combined to a single P_Dose instruction ........................................ 6
3. HMI Display Layout Changes ....................................................................................................................... 6
4. HMI Security ................................................................................................................................................. 7
5. Help Displays in PDF Format ........................................................................................................................ 7
6. FM20.dll file ................................................................................................................................................. 7
7. Standardized Icons ....................................................................................................................................... 7
8. Configurable Decimal Places ........................................................................................................................ 8
9. Confirmation Dialogs ................................................................................................................................... 8
10. Changes to Motor, Drive and Smart Motor Controller Objects .................................................................... 8
11. Enhancements to PID ................................................................................................................................... 8
12. Control Valve Using Simulated Position ....................................................................................................... 9
13. Elimination of FM20.DLL .............................................................................................................................. 9
14. Support for PowerFlex 755TL and PowerFlex 755TR Drives ......................................................................... 9
15. New Instructions .......................................................................................................................................... 9
16. Support for New HART Devices .................................................................................................................. 10
17. Discrete Input (P_DIn) ................................................................................................................................ 10
18. Time Configurations in REAL Seconds ........................................................................................................ 10
19. Documentation .......................................................................................................................................... 10
KNOWN ANOMALIES.....................................................................................................................................................11
1. FactoryTalk View ME Displays limitations with the Color Change Tool ..................................................... 11
2. FactoryTalk View ME Global Object File Consolidation.............................................................................. 11
3. Help File Translations ................................................................................................................................. 11
4. Incorrect Values when Importing P_PIDE into an Existing Application ...................................................... 11
5. MPC Add-On Features ................................................................................................................................ 11
6. Failure to Verify the I_1794IF8IHNFXT Instruction ..................................................................................... 11

REVISION 4.00.01 (AUGUST 30, 2018) .................................................................................................................. 13

SUMMARY OF CHANGES ................................................................................................................................................13


SYSTEM FEATURES........................................................................................................................................................13
1. E+H Heartbeat Updates ............................................................................................................................. 13
2. Command Source Totem Pole .................................................................................................................... 13
3. Library Localization .................................................................................................................................... 13
FUNCTIONAL CHANGES..................................................................................................................................................13
1. Color Animation on Configuration Display Elements ................................................................................. 13
2. FTView ME Library Display Changes .......................................................................................................... 14
3. P_Seq Detail Displays have been removed from the FTView ME Library. .................................................. 14
4. P_Din Display Elements in the FTView ME Library. .................................................................................... 14
5. Tool-Tips on Command Buttons in the FTView SE Library .......................................................................... 14

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 2
6. Endress+Hauser Heartbeat Verification Support ....................................................................................... 14
ANOMALIES ................................................................................................................................................................15
1. Missing Help PDF Files ............................................................................................................................... 15
2. Engineering Units Entry on P_AInPAR and P_AInFFR displays ................................................................... 15
3. P_PIDE Operation in Manual with Override Command Source .................................................................. 15
4. Solenoid Valve (P_ValveSO) Unable to Reset Faults .................................................................................. 15
5. Source and Quality on Analog Input Objects ............................................................................................. 15
6. Simple Sequencer (P_Seq) Handling of Single-Step Operation................................................................... 16
7. Command Source (P_CmdSrc) Configuration Checking ............................................................................. 16
8. E300 Overload Relay Input User-Defined Type .......................................................................................... 16
9. Cfg_Slot Now Visible in FLEX I/O HART Modules ....................................................................................... 16
10. Missing Image “ShadeCover” ..................................................................................................................... 16
11. Missing MPC Macros .................................................................................................................................. 16
12. Display Update Rates ................................................................................................................................. 16
13. Miscellaneous HMI Issues: ......................................................................................................................... 17
14. Miscellaneous Add-On Instruction Documentation Updates: .................................................................... 17
FILE UPDATES IN THIS RELEASE........................................................................................................................................17
1. Logix Files ................................................................................................................................................... 17
2. HMI Files .................................................................................................................................................... 18
3. Online Configuration Tool Spreadsheet Files ............................................................................................. 19

SUMMARY OF FILES IN THIS RELEASE .................................................................................................................. 20

ADD-ON PROFILE INFORMATION ......................................................................................................................... 24

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 3
This document provides the Release Notes for the RSLogix 5000 Add-On Instructions and FactoryTalk
View Objects that make up the Rockwell Automation Library of Process Objects. This version of the
Release Notes document (Updated August 30, 2018) is for Version 4.00.01 of the Library.

Revision 4.00.00 (July 27, 2018)

Revision 4.00.00 is a major release and as such, it includes changes to logic and HMI files and
documentation.

Required Product Versions


 FactoryTalk View version 10.0 (and later) with the July 2018 patch roll-up
 RSLogix 5000 version 18.00.01 and later or any version of Studio 5000 Logix Designer (except as
noted)

Summary of Changes
Here is a summary of the changes to the Library going from Version 3.5-10 to Version 4.00.00.

For Version 4.00.00, ALL instructions in the Library of Process Objects, the Premier Integration Objects,
the Logix Diagnostics objects and the Steam Table objects are marked Revision 4.00.00 Release, even if
they have not changed since the previous release. (This is noted in the revision history of each Add-On
Instruction.)

1. Command Source replaces Mode


The common Mode instruction, P_Mode, is replaced by a new Command Source model using the
P_CmdSrc instruction. This instruction implements selection of the following command/setting sources
for the instructions that contain it (in priority order):

 Hand (hardwired operation, not under control of the instruction)


 Programmed Out of Service (when scanned false or EnableIn is false – replaces “NoMode”)
 Maintenance Out of Service (replaces Disable function in the containing instructions)
 Maintenance
 Override
 External (NEW) (operation from local pilot devices or a remote system, for example)
 Program Locked and Operator Locked
 Program and Operator (unlocked)

Optionally, Program Locked and Operator Locked can be made higher priority than External or Override
(but Override is always higher priority than External).

The following sources can be configured as to whether or not they “exist” (are available for use):

 Maintenance Out of Service


 Maintenance

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 4
 External
 Program Locked
 Operator Locked
 Program (unlocked)
 Operator (unlocked)

Also, at least one of the Program / Operator selections MUST exist, and the instruction cannot have
BOTH Program (unlocked) and Operator (unlocked) configured to not exist. (The instruction enforces
valid selections.)

Note that the selections associated with the Program and Operator sources CANNOT be changed while
the system is running. The configuration of these options must be made (1) in the offline project and
downloaded; (2) online with the controller in PROG mode; OR (3) with the containing instruction
scanned false or EnableIn false (in other words, with the Programmed Out of Service source selected).

Along with this change, note the following changes to all instructions with Operator Commands and/or
Maintenance Commands:

 Operator Commands (OCmd_xxx) and Maintenance Commands (MCmd_xxx) are now Local Tags
of the instruction and are not available to be pinned out for connection to logic. In certain
industries, it is a requirement that “Operator” commands MUST come from the HMI and be
logged as operator actions, and so are not allowed to be exposed to logic.
 Corresponding Ready bits (which enable or gray out the HMI button for the Command) have
been RENAMED using the same prefix convention as the Commands they work with; readies for
Operator commands are now named “ORdy_xxx”, and readies for Maintenance commands are
now named “MRdy_xxx”. These Ready bits are also Local Tags of each instruction and are not
available to be pinned to logic. In some cases, we have added Status bits to indicate, for
example, when a Reset is required. References to “Rdy_Reset” should be changed to use
“Sts_RdyReset”, for example.

Also:

 Program Commands are no longer selectable for “level” or “edge” operation. ALL commands in
the system now use the same interface: the requesting object or HMI writes a “1” to request
the action, and the receiving object “sees” the “1”, clears it to “0” and then executes the
command. All references to Program Commands should use a write of a 1 and NOT write a zero.
In Ladder Diagram logic, this means you must use a “Latch” (OTL) instruction, not an “Energize”
(OTE) instruction to trigger a Program Command. (OTE writes a 0 when it is false!) Because of
this, the configuration “Cfg_PCmdClear” has been deleted from all Add-On Instructions.
o TIP: the Migration Tool will identify places where Cfg_PCmdClear was set to 0 in an
application that is being migrated from a previous version of the Library.

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 5
 The Command Source functions are NOT used in Analog Input instructions. The following
instructions now use Configuration parameters for their Status/Alarm thresholds and no longer
use Program Settings, Operator Settings, and Values for these thresholds:
o P_AIn Analog Input
o P_AInAdv Advanced Analog Input
o P_AInDual Dual Analog Input
o P_AInMulti Multiple Analog Input
o P_AInHART HART Analog Input
o P_AInFFR FOUNDATION Fieldbus Analog Input
o P_AInPAR Profibus Analog Input
o P_AInPAR_A Profibus Analog Input (HiProm 1788hp-EN2PA/R series A)
o I_EH_Flowmeter Endress+Hauser Flowmeter on EtherNet/IP
o I_EH_Sensor Endress+Hauser Liquiline Analyzer Sensor on EtherNet/IP

And for consistency, deviation thresholds have been changed to simple configurations for:
o P_PIDE Enahanced PID Controller
o P_DBC Deadband Controller

2. P_DoseWS and P_DoseFM have been combined to a single P_Dose instruction


The dosing instructions have been combined into a single “P_Dose” instruction. The brings the ability to
stop the “totalizer” to weigh scale dosing operations, permitting, for example, the source hopper to be
refilled during a pause in flow. For weigh scale dosing operations:

 Connect the input with the current scale weight to the Quantity input (Inp_Qty) of the P_Dose
instance.
 For Loss-In-Weight operation (typically a transfer out of the weighed vessel), set the
Configuration bit “Cfg_LossInQty” to 1. (This was called “Cfg_LossInWeight” in P_DoseWS in
previous versions.)

3. HMI Display Layout Changes


The HMI displays in the Library of Process Objects have gone through an extensive redesign to align with
current industry visualization standards.

The Quick Displays and Operator Faceplates utilize a landscape format, allowing important data to
appear at the top of the displays. Any abnormal condition will appear at the top of the display with the
most severe condition taking precedence.

Alarms are included in abnormal condition area, with alarms requiring acknowledgement taking priority.
If more than one alarm requires acknowledgement, the user must select a drop down to view the alarms
before acknowledging them. (To support the HMI operation of the abnormal condition area, add-on
instructions with alarms now provide an Unacknowledged Alarm Count value output parameter.)

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 6
The configuration that is not needed on a day to day basis has been moved to the Advanced Displays.
This separates the configuration from the Operator who does not need to see this information as well as
increases display performance.

Trends have been removed from the faceplates to a set of common trend displays. This allows users to
manipulate the object via the faceplate while seeing the trend at the same time.

Help displays have been converted to PDF documents. See section 5, Help Displays in PDF Format.

4. HMI Security
This release of the Library of Process Objects is now capable of the following security features:

 Role based security (now configurable)


 Area based security
 Line-of-Sight security (FactoryTalk View SE only)

See the user document UM003 as well as the quick start security guide included in this download for
more information.

To support the HMI security features, the Add-On Instructions that have HMI faceplates have a new
configuration string: Cfg_Area. The default value of Cfg_Area is “area01”, and the size of the string is 8
characters maximum. The maximum can be changed by modifying the User-Defined String Type
“STRING_Area” – HOWEVER, changing this data type to a different maximum string size will cause ALL
instances of Cfg_Area to be cleared to NULL string!

5. Help Displays in PDF Format


Help displays for the Library of Process Objects have been converted to PDF documents. The PDF
documents can be displayed from the FactoryTalk View displays by clicking the Help button.

The help files included in this release should be placed in a folder accessible by the FactoryTalk View
clients. Configure the HMI tag “RALibrary\HelpFilePath” in the FactoryTalk View project with the path to
the help file folder.

6. FM20.dll file
Displays in the 4.00 Library of Process Objects no longer utilize the FM20.DLL file.

7. Standardized Icons
As part of the 4.00 HMI makeover, library icons have been reworked to align with Rockwell Automation
library standards. This allows a common set of icons to be used across all Rockwell Automation libraries.

IMPORTANT: In addition to the icon redesign, the icons have been renamed to follow standard naming
practices. As a result, icons included in the 4.00 library will have a different filename than icons included
in previous library versions.

Note that future version of the FactoryTalk View product will include the icon set used by the Process
Library.

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 7
8. Configurable Decimal Places
Displays and display elements in the 4.00 Library of Process Objects now have configurable decimal
places for data including Control Variables, Process Variables, and Setpoints. The number of decimal
place configuration may be found on the HMI tab of the Advanced Displays. Corresponding
Configuration parameters in the Add-On Instructions are named, for example, “Cfg_PVDecPlcs”.

9. Confirmation Dialogs
The FactoryTalk View SE displays in the 4.00 Library of Process Objects now feature command
confirmation for risky operations including bypassing interlocks, taking a device out of service, and
overriding inputs.

10. Changes to Motor, Drive and Smart Motor Controller Objects


The following changes have been made to motor, variable speed drive, and smart motor controller
(SMC) objects:

 All motors, drives and SMCs now have a configurable audible alert (horn) that sounds when a
start or jog is requested. The default configuration (Cfg_StartHornT) is ZERO seconds (horn
output does not energize). The parameter “Out_Horn” is added to these object for connection
to a discrete output for the audible device.
 All motors, drives and SMCs now have an optional “Jog” function. Previously, only drives that
had a specific “jog” command in their interface supported jogging. When this capability is
enabled (Cfg_HasJog = 1), for devices like full-voltage starters that do not have a “jog” function,
the jog button will energize the normal starter output when pressed and de-energize the output
when released.
 Reversing motors and drives now have separate commands for “Start Forward”, “Start Reverse”,
“Jog Forward” and “Jog Reverse”. Previously, drives had separate “Start” and “Stop” and
independent “Forward” and “Reverse” commands. This change was made to align with other
libraries in Rockwell Automation.

11. Enhancements to PID


The P_PIDE add-on instruction has been enhanced to include several new features:

 CV can be configured in engineering units. Previously the CV was restricted to a range of 0 to


100 percent. This is especially useful for the outer loop CV of a Cascade strategy, where its CV is
expressed in units of the Setpoint of the inner loop.
 Setpoint has rate limiting and a new “Ramp Wizard” function. Enter a target setpoint and the
time to take to ramp to it. The ramp also has a configurable maximum deviation – if the
setpoint races too far ahead of the process’s ability to follow, the ramp will pause for it to catch
up.
 Configurable actions on a PV Failure, CV Failure, Cascade SP Failure, or an Interlock. The
Setpoint, output CV, and Loop Mode to use on each kind of failure can be configured.

To support these features, the Logic routine of the instruction was rewritten in Ladder Diagram.

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 8
The P_PIDE also includes a workaround for an issue where the CV would “bump” to the input CV
initialization value on recovery from a bad CV status.

12. Control Valve Using Simulated Position


The P_ValveC (Control Valve) instruction has been modified so it can use pulse outputs to drive open
and drive closed without a position feedback. The instruction simulates the position of the valve
internally. If valve limit switches are used, contacting a limit switch will set the simulated position
feedback to the Minimum CV (default 0%) for the Closed limit switch, and to the Maximum CV (default
100%) for the Open limit switch.

13. Elimination of FM20.DLL


Displays in the 4.00 Library of Process Objects no longer utilize the FM20.DLL file.

14. Support for PowerFlex 755TL and PowerFlex 755TR Drives


The P_PF755 add-on instruction has been modified to support the “TotalFORCE” drives: the PowerFlex
755TL and PowerFlex 755TR. Datalink assignments required for these drives are listed in the Instruction
Help and library documentation.

PowerFlex 755TM drive support will be added in a future Library release.

In order to support the new drives, the instruction’s handling of Drive Faults has been modified.
Previously, the instruction read the fault code from the drive, then performed a lookup in a PF755 Fault
Code lookup table tag. Because of the configurability of options in the new PowerFlex 755T-series
drives, fault codes are much more numerous and are not necessarily unique. The P_PF755 add-on
instruction for library 4.00 now uses a Message (MSG) instruction to read the fault text directly from the
drive. Text is in ASCII (not Unicode), but is in the language selected for the drive.

15. New Instructions


The following new-for-4.00 instructions, and their graphic symbols and faceplates, are added:

 L_CPU_5x80: Provides CPU and communication usage information for Logix 5380, 5480 and
5580 controllers. See publication PROCES-RM003 for more information:

http://literature.rockwellautomation.com/idc/groups/literature/documents/rm/proces-rm003_-en-p.pdf

 I_EH_Promass300_500: Supports the Endress+Hauser Promass 300 and Promass 500


flowmeters on EtherNet/IP
 I_EH_Promag300_500: Supports the Endress+Hauser Promag 300 and Promag 500 magnetic
flowmeters on EtherNet/IP
o A Fault Code lookup table tag has been added to the Template and Premier Integration
Samples applications (ACD files) for the Promass/Promag 300 and 500.
 I_EH_Heartbeat: Provides support for the Heartbeat Verification function on Endress+Hauser
EtherNet/IP instruments. IMPORTANT information about this capability:

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 9
o As of this date (July 27, 2018), the Library of Preferred Integration Objects is Heartbeat
technology ready. However, the appropriate Heartbeat sequence will be available in a
future maintenance release. Heartbeat functionality is available today via Webpage on
Endress+Hauser devices.
o The Heartbeat Verification capability in the I_EH_Heartbeat Add-On Instruction is the
basic functionality required to execute the function only, and has been tested with pre-
release device firmware builds. But we expect additional functionality for managing
verification reports and other features to be added in later releases of the Library.

16. Support for New HART Devices


Diagnostic Code (HART Command 48) lookup table tags were added to the Template and Premier
Integration Samples applications (ACD files) in this release for the following HART instruments:

 Endress+Hauser Liquiline CM44x on HART

17. Discrete Input (P_DIn)


The Discrete Input object, P_DIn, has an additional alarm for 4.00.00. An input for I/O Fault and an I/O
Fault alarm have been added.

18. Time Configurations in REAL Seconds


For consistency, all time configurations are now in REAL seconds, with the following exception:

 Time configurations for the Restart Inhibit object are now in REAL hours. Previously these were
in seconds. The default values have been changed to reflect the same amount of time, e.g.,
57,600 seconds is now 16.0 hours. Be aware that if you import the new P_ResInh instruction
manually, the values are NOT automatically converted from seconds to hours, and your times
will be too long (by a factor of 3600!). HOWEVER, if you use the Migration Tool to update a
project with a previous version of the Library to version 4.00, the Tool WILL automatically
convert the instance configurations from seconds to hours for you.

19. Documentation
Past Library of Process Objects releases, a reference manual was supplied for each instruction. These
separate (SYSLIB-RMXXXX) documents are now consolidated into the two documents listed below:

 PROCES-RM013A-EN-P – Rockwell Automation Library of Process Objects: Logic Instructions


 PROCES-RM014A-EN-P – Rockwell Automation Library of Process Objects: Display Elements

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 10
Known Anomalies
The following are known anomalies in this release and will be addressed in the next maintenance
Release

1. FactoryTalk View ME Displays limitations with the Color Change Tool


FactoryTalk View ME configuration entries cannot be changed with the color tool at this time. This
includes (but not limited to):

 Numeric entries
 String entries
 Radio buttons
 Checkboxes.

2. FactoryTalk View ME Global Object File Consolidation


The 4.00 release contains additional global objects that were created as part of the conversion of the
library from SE to ME. These global object files will be consolidated with existing global objects in the
next maintenance release.

 (RA-ME) SE2ME TabButtons


 (RA-ME) SE2ME Replacements

3. Help File Translations


The help files included in the 4.00.00 release were only partially translated. The next maintenance
release will include the fully translated files.

4. Incorrect Values when Importing P_PIDE into an Existing Application


In some versions of RSLogix 5000 software or Studio 5000 Logix Designer software, importing the new
P_PIDE 4.00.00 Add-On Instruction into an existing (Library 3.5) application results in instances with bad
values for some REAL parameters, such as PV/SP and CV values, scaling limits, FF (feedforward) values,
clamping limits, deviation thresholds, etc. The bad values are typically “denormalized” (VERY small!)
floating point values, having an exponent of 10E-45. These values need to be corrected before the
P_PIDE instruction can execute the PID algorithm properly. After importing P_PIDE, inspect the value of
every REAL parameter, especially Configuration values.

 TIP: values are correctly mapped by the Migration Tool. We recommend you use it for bringing
an existing project forward from a previous release of the Library to release 4.00.

5. MPC Add-On Features


The MPC Step Test add-on feature is not included in this release. It will be included in a future
maintenance release.

6. Failure to Verify the I_1794IF8IHNFXT Instruction


Various versions of Studio 5000 Logix Designer use either a built-in profile for the 1794-IF8IHNFXT FLEX
I/O 8-channel isolated extended temperature HART analog input module (as in V24 of Logix) or an add-

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 11
on profile (as in V31 of Logix). The add-on profile and built-in profile use different data type names for
the HART extended status input assembly:

 V24 built-in profile: AB:1794_HARTDATAExtendedStatus:I:0


 V31 add-on profile: AB:1794_HARTDATAExtendedStatus:I2:0

Because of this, the I_1794IF8IHNFXT add-on instruction, which was built with V24 of Logix and the
built-in profile, may not verify if you have a more recent version of Logix (such as V31) installed on your
PC, even if you are developing your project in V24. (This is a known anomaly in the Studio 5000 Logix
Designer product.)

As a workaround, you can open the Add-On Instruction definition for the I_1794IF8IHNFXT instruction
and change the data type for the “Ref_Inp2” InOut Parameter to match the data type used for the
module in your project. In the example below, change the “…Status:I:0” type to “…Status:I2:0”:

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 12
Revision 4.00.01 (August 30, 2018)

Summary of Changes
The following items were changed for this version of the library.

System Features
The following features were added for this version of the library.

1. E+H Heartbeat Updates


The E+H Flow meter and Heartbeat displays were updated to include an “Operator Attention”
breadcrumb to guide the user to acknowledge a new report. In addition, the position of the Verification
Time and the Report ID on the Heartbeat faceplate home tab have been swapped. These changes affect
both ME and SE versions of the displays.

2. Command Source Totem Pole


The command source totem pole has been added to the maintenance tab of the Command Source
faceplate. This change affects only the SE Command Source display.

3. Library Localization
Many displays and help files had missing translations. Additional translations have been added;
however, more work needs to be done to complete translation for the next maintenance release.

Functional Changes
The following functional changes were made in the library for this release.

1. Color Animation on Configuration Display Elements


The color behavior for configuration data elements (numeric entry, string entry, checkboxes, radio
buttons, and toggle controls) has been modified. Previously, the control and the label were modified to
a lighter shade of gray.

Starting with this release, only the controls change color. The label, string data, and numeric data
remain the same color as the enabled control. This was done to make it easier to read the data when
the control was disabled. Furthermore, using the old method, colors for the animated control in the
FTView ME library displays could not be modified via the color tool. This change allows these elements
to be configured using the color tool. These changes affect both ME and SE versions of the displays.

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 13
2. FTView ME Library Display Changes
The displays in the ME Library have been enhanced to improve usability and maintenance. The
following changes were made for the 4.0-01 release:

 The global objects were consolidated, eliminating the following global object files:
o “(RA-ME) SE2ME Replacements.ggfx”
o “(RA-ME) SE2ME TabButtons.ggfx”
 A version identifier was added to the displays. By clicking on a hidden momentary button in the
lower left corner of the displays, the version information for the display appear on the screen.
 A new HMI tag was created for tab navigation on the advanced displays. This prevents tab
navigation on the advanced display from affecting the main device faceplate. Also, two
additional HMI tags were created for similar navigation functionality on other displays.
 A general alignment and spacing was applied to all ME Library displays

3. P_Seq Detail Displays have been removed from the FTView ME Library.
The P_Seq detail displays have been removed from the library. The purpose of the detail display was to
have one display where the sequence could be viewed and controlled. The expression limitation in
FTView ME does not allow the same functionality as the FTView SE Detail Display. Once features were
removed from the ME Detail display to comply with the expression limitation, the display had no more
value than the existing faceplate. Since there is no added value, the display was removed to save
memory and display count.

The controls on the P_Seq Real Outputs were reworked so that they no longer require two displays.
Now all of these controls are on a single Real Outputs configuration display.

4. P_Din Display Elements in the FTView ME Library.


Deleted the animated background on the P_Din objects and configured the Disagree text to have a solid
background. This was one to eliminate some of the animation these objects.

5. Tool-Tips on Command Buttons in the FTView SE Library


Tool Tips have been added to aid the user on all of the command buttons with icons in the FTView SE
library.

6. Endress+Hauser Heartbeat Verification Support


The Library of Preferred Integration Objects includes support for remote execution of the
Endress+Hauser Heartbeat Verification Sequence on flowmeters which support it. As of this date
(August 30, 2018), the Library of Preferred Integration Objects is Heartbeat Technology Ready.
However, the appropriate Heartbeat sequence will be supported in a future maintenance release of the
Library. The Heartbeat Verification functionality is available today via the device’s built-in web server.
Remote execution support is being phased in to flowmeter firmware in the near future.

Several tags in the Preferred Integration Samples application and the Template application ACD files are
in place, and marked “ForFutureUse”. They will be renamed in future maintenance releases to support
the remote Heartbeat Verification capability when it becomes available.

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 14
Anomalies
The following anomalies were resolved in this release.

1. Missing Help PDF Files


PDF Help files for P_CmdSrc, MPC, and Logix displays were missing or incomplete in the initial release.
The files have been updated and included in this release. In addition, the HMI tagname for the Help file
path was not correct in the 4.0-00 release notes. This has been corrected and the correct tag name also
appears here: “RALibrary\HelpFilePath”.

2. Engineering Units Entry on P_AInPAR and P_AInFFR displays


The Advanced displays for P_AInPAR and P_AInFFR were updated to include an entry field for the
Engineering Units. Both SE and ME displays were updated.

3. P_PIDE Operation in Manual with Override Command Source


The Enhanced P+I+D Controller (P_PIDE) Add-On Instruction was modified to correct operation in
Manual loop mode when the Override Command Source is selected. Previously, the Override CV input
value was not making it to the loop CV.

4. Solenoid Valve (P_ValveSO) Unable to Reset Faults


The logic for P_ValveSO was changed to correct an issue which prevented Reset commands from some
sources from clearing faults and resetting latched alarms.

5. Source and Quality on Analog Input Objects


The logic of the various analog input objects was modified to correct the generation of Input Source and
Quality (SrcQ_IO) and Value Source and Quality (SrcQ) values. Previously, an object in Simulation would
not show bad quality for out-of-range or bad-configuration states. Also, the P_AInMulti SrcQ generation
was modified to provide the correct quality when the output is still “good” even though one or more
inputs are rejected. P_AInMulti now has configuration parameters for USING the input SrcQ, separate
from the parameters that allow navigation to an upstream channel object, for each of the 8 inputs. The
objects modified are:

 P_AIn
 P_AInAdv
 P_AInDual
 P_AInFFR
 P_AInHART
 P_AInMulti
 P_AInPAR
 P_AInPAR_A

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 15
6. Simple Sequencer (P_Seq) Handling of Single-Step Operation
Previously, single-step operation of the Simple Sequencer, P_Seq, was terminated upon completion of
the sequence. The sequencer was modified to maintain the state of the single-step selection from one
sequence to the next.

7. Command Source (P_CmdSrc) Configuration Checking


The logic in the Command Source (P_CmdSrc) object for validating the configuration was modified to
correct the selection of the “normal” source when all Program and Operator sources are unselected.
The instruction now selects the correct normal (default) Program or Operator source based on the
power-up selection.

8. E300 Overload Relay Input User-Defined Type


The Input buffer User-Defined Type (UDT) P_E300Ovld_Inp was modified to correct the spelling of the
member “ControlModule24VDCPresent”. This member is bit .0 of the DeviceStatus1 register, which is
only references in the code as a word, not as individual bits, so there is no change to the code. Likewise,
the HMI does not refer to individual bits by name. To carry this change, the P_E300Ovld Add-On
Instruction definition was up-revved to 4.00.01. Therefore, this change is strictly cosmetic, and updating
to this version of the AOI from Version 4.00.00 should be considered OPTIONAL.

9. Cfg_Slot Now Visible in FLEX I/O HART Modules


In order to emphasize the need to configure the slot number in the FLEX I/O (Bulletin 1794) HART
modules, the AOI definition was modified to make the Cfg_Slot parameter VISIBLE. This ensures that
the slot number is visible in Ladder Diagram instances. There is no change to the code, or comments /
descriptions, in the Add-On Instruction. This change is strictly cosmetic, and updating to this version of
these AOI from Version 4.00.00 should be considered OPTIONAL. These Add-On Instruction definitions
were modified and up-revved:

 I_1794IF8IH
 I_1794IF8IHNFXT (V24 and later)
 I_1794OF8IH

10. Missing Image “ShadeCover”


The image “ShadeCover” was inadvertently omitted from the 4.0-00 library release. This image is used
to gray out the Command Source icons located on the totem pole of the Command Source faceplate.
The image is included in this release.

11. Missing MPC Macros


The macros for the MPC (Model Predictive Control) displays were inadvertently omitted from the 4.0-00
library release. The macros are included in this release.

12. Display Update Rates


Some of the library displays had update rates faster than a second. The displays were modified by
setting the update rate to one second. Both SE and ME displays were updated.

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 16
13. Miscellaneous HMI Issues:
 P_Fanout Navigation - The path used for navigation in the P_Fanout Faceplate had an incorrect
parameter. The SE Global Object file was corrected.
 Analog Input Faceplate Bar Graph animation - The low alarm indicator on the analog input bar
graphs referred to the High Alarm status tag. Both the ME and SE Analog Input Global object file
were updated.
 P_Prompt Selection Security - One of the global objects used to navigate to the Prompt Select
Display was missing the required security. Both the ME and SE Global Object files were updated.
 (RA-BAS) Process Faceplate Analog Objects.ggfx - GO_Cfg_RateTime - replaced the old security
expression ( CurrentUserHasCode ( E ) ) with the new security expressions (ME and SE)
 P_Motor2Spd and P_MotorRev Advanced display - corrected empty group that was causing XML
import/export errors (SE and ME)
 P_Seq Test Display - changed the test control security form "Security\DeviceConfigBehavior" to
"Security\EnableSimulation" (SE and ME)
 Turned off the title bars in the ME displays “(RA-BAS-ME) P_ValveMO-Quick” and “(RA_UI)
P_Prompt-Config”.

14. Miscellaneous Add-On Instruction Documentation Updates:


The following Add-On Instructions had minor documentation / comment changes, but no logic,
parameter, or local tag changes. They are up-revved because the documentation changes result in a
new edit date. The changes are cosmetic only and upgrading from version 4.00.00 to 4.00.01 of these
instructions should be considered OPTIONAL:

 I_1715OF8I_FW3
 I_EH_Heartbeat
 I_EH_Promag300_500
 I_EH_Promass300_500

File Updates in this Release


Refer to the list below for new or updated files in this release

1. Logix Files
Add-On Instruction import files (.L5X) were updated for the following objects

 I_1715OF8I_FW3
 I_1794IF8IH
 I_1794IF8IHNFXT
 I_1794OF8IH
 I_EH_Heartbeat
 I_EH_Promag300_500
 I_EH_Promass300_500

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 17
 P_AIn
 P_AInAdv
 P_AInDual
 P_AInFFR
 P_AInHART
 P_AInMulti
 P_AInPAR
 P_AInPAR_A
 P_CmdSrc
 P_E300Ovld
 P_PIDE
 P_Seq
 P_ValveSO

All sample application and template ACD files were updated to incorporate the above Add-On
Instruction changes.

2. HMI Files
FTView SE Files

 FTView SE Global Objects – All FTView SE Global Object files were updated for release 4.0-01
 FTView SE Displays - All FTView SE Display files were updated for release 4.0-01
 FTView SE Tags – No changes
 FTView SE Macros – No changes

FTView ME Files

 FTView ME Global Objects – All FTView ME Global Object files were updated for release 4.0-01.
In addition, the following files have been removed from the library:
o “(RA-ME) SE2ME Replacements.ggfx”
o “(RA-ME) SE2ME TabButtons.ggfx”
 FTView ME Displays - All FTView ME Display files were updated for release 4.0-01. In addition,
the following files have been removed from the library:
o “(RA-BAS-ME) P_Seq-Detail.gfx”
o “(RA-BAS-ME) P_Seq-Detail Outputs.gfx”
o “(RA-BAS-ME) P_Seq-Config Real_Tab3.gfx”
 FTView SE Tags – Please import new tag file “FTViewME_ProcessLibrary_Tags_4_0_01.CSV”

Support files including (but not limited to) Help PDF files, Color Association files, and language
translation files have been updated for this release.

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 18
3. Online Configuration Tool Spreadsheet Files
The Online Configuration Tool spreadsheet files were updated to incorporate the added configuration
parameters in P_AInMulti for use of input SrcQ values, on the P_AInMulti tab, and the number of
parameters for P_AInMulti was updated on the Setup tab.

Updated spreadsheets FTView SE Files are:

 ProcessLibraryOnlineConfigTool.xls
 RSL5k_20_ComancheStation_4_00_01-Cfg.xls

The configuration spreadsheet for the Preferred Integration Library is unchanged.

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 19
SUMMARY OF FILES IN THIS RELEASE

This release includes the following Add-On Instructions, Global Object files and Graphics files:

RSLogix 5000 Add-On Instructions (L5X import files) (Object names in bold are new for Version
4.00 of the Library; Revisions and Dates in bold have been updated since the previous revision):

Object Description Revision AOI Edit Date


I_1715IF16_FW3 Allen-Bradley 1715-IF16 Module (FW 3.x) 4.00.00 June 7, 2018
(Rung and AOI exports both included)
(Logix V20 or later)
I_1715OF8I_FW3 Allen-Bradley 1715-OF8I Module (FW 3.x) 4.00.01 August 22, 2018
(Rung and AOI exports both included)
(Logix V20 or later)
I_1718_1719_AI4H Allen-Bradley 1718 and 1719 series 4- 4.00.00 July 19, 2018
channel HART Analog Input Modules
I_1718_1719_AO4H Allen-Bradley 1718 and 1719 series 4- 4.00.00 July 19, 2018
channel HART Analog Output Modules
I_1734scIE2CH Spectrum Controls 1734sc-IE2CH Module 4.00.00 June 7, 2018
(Rung and AOI exports both included)
I_1734scIE4CH Spectrum Controls 1734sc-IE4CH Module 4.00.00 June 7, 2018
(Rung and AOI exports both included)
I_1734scOE2CIH Spectrum Controls 1734sc-OE2CIH Module 4.00.00 June 7, 2018
(Rung and AOI exports both included)
I_1756IF16H Allen-Bradley 1756-IF16H Module(Rung and 4.00.00 June 7, 2018
AOI exports both included)
I_1756IF8H Allen-Bradley 1756-IF8H Module 4.00.00 June 7, 2018
(Rung and AOI exports both included)
I_1756IF8IH Allen-Bradley 1756-IF8IH Module 4.00.00 June 7, 2018
(Rung and AOI exports both included)
I_1756OF8H Allen-Bradley 1756-OF8H Module 4.00.00 June 7, 2018
(Rung and AOI exports both included)
I_1756OF8IH Allen-Bradley 1756-OF8IH Module 4.00.00 June 7, 2018
(Rung and AOI exports both included)
I_1769scIF4IH Spectrum Controls 1769sc-IF4IH Module 4.00.00 July 20, 2018
(Rung and AOI exports both included)
I_1769scOF4IH Spectrum Controls 1769sc-OF4IH Module 4.00.00 July 20, 2018
(Rung and AOI exports both included)
I_1794IF8IH Allen-Bradley 1794-IF8IH Module 4.00.01 August 23, 2018
(Rung and AOI exports both included)
I_1794IF8IHNFXT Allen-Bradley 1794-IF8IHNFXT Module 4.00.01 August 23, 2018
(Rung and AOI exports both included)
NOTE: available for Logix V24 or later only!
I_1794OF8IH Allen-Bradley 1794-OF8IH Module 4.00.01 August 23, 2018
(Rung and AOI exports both included)

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 20
Object Description Revision AOI Edit Date
I_EH_Flowmeter Endress+Hauser Flowmeter Faceplate AOI 4.00.00 July 20, 2018
(use with Promass / Promag AOIs)
I_EH_Heartbeat Endress+Hauser Heartbeat Verification 4.00.00 July 20, 2018
I_EH_Promag53_ Endress+Hauser Promag 53 Magnetic 4.00.00 June 7, 2018
FW1 Flowmeter (firmware 1.x) on EtherNet/IP
I_EH_Promag100_ Endress+Hauser Promag 100 Magnetic 4.00.00 June 7, 2018
FW2 Flowmeter (firmware 2.x) on EtherNet/IP
I_EH_Promag400_ Endress+Hauser Promag 400 Magnetic 4.00.00 June 7, 2018
FW3 Flowmeter (firmware 3.x) on EtherNet/IP
I_EH_Promass83_ Endress+Hauser Promass 83 Mass 4.00.00 June 7, 2018
FW2 Flowmeter (firmware 2.x) on EtherNet/IP
I_EH_Promag300_5 Endress+Hauser Promas 300 and 500 4.00.01 August 23, 2018
00 Magnetic Flowmeters on EtherNet/IP
I_EH_Promass300_ Endress+Hauser Promass 300 and 500 Mass 4.00.01 August 23, 2018
500 Flowmeters on EtherNet/IP
I_EH_Promass100_F Endress+Hauser Promass 100 Mass 4.00.00 June 7, 2018
W3 Flowmeter (firmware 3.x) on EtherNet/IP
I_EH_Sensor Endress+Hauser Memosens ™ Sensor 4.00.00 July 16, 2018
L_ChangeDet Change Detector 4.00.00 June 7, 2018
(Rung and AOI exports both included)
L_CPU_18 Processor Utilization (FW 18.x) 4.00.00 June 7, 2018
(Rung and AOI exports both included)
L_CPU_19 Processor Utilization (FW 19.x) 4.00.00 June 7, 2018
(Rung and AOI exports both included)
L_CPU_20 Processor Utilization (FW 20.x) 4.00.00 June 7, 2018
(Rung and AOI exports both included)
L_CPU_21 Processor Utilization (FW 21.x) 4.00.00 June 7, 2018
(Rung and AOI exports both included)
L_CPU_23 Processor Utilization (FW 23.x) 4.00.00 June 7, 2018
(Rung and AOI exports both included)
L_CPU_24_up Processor Utilization (FW 24.x and Later) 4.00.00 June 7, 2018
(Rung and AOI exports both included)
(Rung export with no CONSTANT Tags also
provided – see notes for release 3.5-09!)
L_CPU_5x80 Processor Utilization (Logix 5380, 5480 and 4.00.00 June 7, 2018
5580 controllers) (Rung and AOI exports
both included)
L_ModuleSts Module Connection Status (FW 24.x and 4.00.00 June 7, 2018
later)
L_Redun Redundant Controller Monitor 4.00.00 July 19, 2018
(Rung and AOI exports both included)
L_TaskMon Task Monitor 4.00.00 June 19, 2018
P_AIChan Analog Input Channel Diagnostics 4.00.00 June 25, 2018
P_AIn Analog Input 4.00.01 August 29, 2018
P_AInAdv Advanced Analog Input 4.00.01 August 29, 2018

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 21
Object Description Revision AOI Edit Date
P_AInDual Dual Analog Input 4.00.01 August 29, 2018
P_AInFFR Foundation Fieldbus Analog Input on 1788- 4.00.01 August 29, 2018
EN2FFR
P_AInHART HART Analog Input (use with HART Module 4.00.01 August 29, 2018
AOIs)
P_AInMulti Multiple Analog Input (up to 8) 4.00.01 August 29, 2018
P_AInPAR Profibus PA Analog Input on 1788-EN2PAR/B 4.00.01 August 29, 2018
P_AInPAR_A Profibus PA Analog Input on Hiprom 4.00.01 August 29, 2018
Technologies 1788HP-EN2PA-R (Series A)
P_Alarm Alarm (sub-block) 4.00.00 June 7, 2018
P_AOut Analog Output 4.00.00 June 25, 2018
P_AOutHART HART Analog Output (use with HART Module 4.00.00 July 2, 2018
AOIs)
P_CmdSrc Command Source (sub block) 4.00.01 August 23, 2018
P_D4SD Discrete 2-, 3- or 4-State Device 4.00.00 July 16, 2018
P_DBC Deadband (on/off or bang/bang) Controller 4.00.00 July 16, 2018
P_DIn Discrete Input 4.00.00 June 25, 2018
P_Dose Dosing with Flowmeter or Weigh Scale 4.00.00 July 19, 2018
P_DOut Discrete Output (with pulsing) 4.00.00 July 2, 2018
P_E1PlusE E1 Plus Overload Relay (EtherNet/IP) 4.00.00 June 25, 2018
(Rung and AOI exports both included)
P_E300Ovld E300 Overload Relay (EtherNet/IP) 4.00.01 August 23, 2018
(Rung and AOI exports both included)
P_E3Ovld E3 / E3Plus Overload Relay 4.00.00 June 22, 2018
(Rung and AOI exports both included)
P_Fanout Analog Fanout (up to 8 CVs) 4.00.00 June 25, 2018
P_Gate Threshold Status/Alarm Gate 4.00.00 June 7, 2018
P_HiLoSel High- or Low-Select 4.00.00 June 25, 2018
P_Intlk Interlocks with First-Out 4.00.00 July 16, 2018
P_LLS Lead / Lag / Standby Motor Group 4.00.00 July 19, 2018
P_Logic Boolean Logic with Snapshot 4.00.00 June 22, 2018
P_Motor Single-Speed Motor 4.00.00 July 9, 2018
P_Motor2Spd Two-Speed Motor 4.00.00 July 9, 2018
P_MotorHO Hand Operated Motor 4.00.00 July 16, 2018
P_MotorRev Reversing Motor 4.00.00 July 9, 2018
P_nPos n-Position (up to 8) Device 4.00.00 July 16, 2018
P_Perm Permissives 4.00.00 July 16, 2018
P_ PF52x PowerFlex 523 / 525 Variable Frequency 4.00.00 July 13, 2018
Drive (Rung and AOI exports both included)
P_PF6000 PowerFlex 6000 Medium Voltage Variable 4.00.00 July 13, 2018
Frequency Drive (Rung and AOI exports)
P_PF7000 PowerFlex 7000 Medium Voltage Variable 4.00.00 July 13, 2018
Frequency Drive (Rung and AOI exports)

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 22
Object Description Revision AOI Edit Date
P_PF753 PowerFlex 753 Variable Speed Drive 4.00.00 July 13, 2018
(Rung and AOI exports both included)
P_PF755 PowerFlex 755 / 755TL / 755TR Variable 4.00.00 July 13, 2018
Speed Drive (Rung and AOI exports both
included)
P_PIDE PlantPAx Mode/Alarm Wrapper for PIDE 4.00.01 August 29, 2018
built-in instruction
P_PIDE_only Container for PIDE built-in instruction 4.00.00 July 16, 2018
P_Prompt Manual Prompt 4.00.00 July 19, 2018
P_PTComp Pressure/Temperature Compensated Flow 4.00.00 July 2, 2018
P_Reset Reset 4.00.00 July 2, 2018
P_ResInh Restart Inhibit 4.00.00 July 17, 2018
P_RunTime Run Time and Starts 4.00.00 July 16, 2018
P_Seq Simple Sequencer (Rung and AOI exports 4.00.01 August 23, 2018
both included)
P_SMC50 SMC-50 Smart Motor Controller 4.00.00 July 13, 2018
(Rung and AOI exports both included)
P_SMCFlex SMC-Flex Smart Motor Controller 4.00.00 July 13, 2018
(Rung and AOI exports both included)
P_StrapTbl Tank Strapping Table 4.00.00 July 2, 2018
P_ValveC Control Valve 4.00.00 July 16, 2018
P_ValveHO Hand Operated Valve 4.00.00 July 16, 2018
P_ValveMO Motor Operated Valve 4.00.00 July 16, 2018
P_ValveMP Mix-Proof Valve 4.00.00 July 19, 2018
P_ValveSO Solenoid Operated Valve 4.00.01 August 24, 2018
P_ValveStats 2-State Valve Statistics 4.00.00 July 16, 2018
P_VSD Variable Speed Drive 4.00.00 July 13, 2018
Library Release Version 4.00.01 Add-On Instruction Revisions and Dates

NOTE: The same Add-On Instructions are used by both FactoryTalk View SE and FactoryTalk View ME.

NOTE: This Release includes Release 4.00.00 of the Library of Steam Table Objects:

 P_PSat Saturated Steam Pressure given Temperature


 P_TSat Saturated Steam Temperature given Pressure
 P_Steam Steam Properties given Pressure and Temperature
 P_Steam_hs Steam Properties given enthalpy and entropy
 P_Steam_ph Steam Properties given pressure and enthalpy
 P_Steam_ps Steam Properties given pressure and entropy

NOTE: For your convenience, additional sets of Add-On Instructions, not part of the Rockwell Automation
Library of Process Objects, are included in the distribution. These include Time and Date Math, and LINT
(64-bit Integer) / LTIME (64-bit Time) Math.

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 23
ADD-ON PROFILE INFORMATION

The following Add-On Profiles were used in developing this release:

Description Revision
Anybus Configuration Manager / Communicator and EDS (for EDS AOP) 4.4.1.3
Endress+Hauser Analysis Device Profiles 1.17
Endress+Hauser Flow Device Profiles 1.59
Endress+Hauser Promass/Promag 300/500 Device Profile 0118-019
Rockwell Automation E1Plus Device Profile 1.01.00
Rockwell Automation E300 Device Profile 2.0.011
Rockwell Automation PowerFlex 5-Class Device Profiles 1.04
Rockwell Automation Drives Device Profiles 4.006
Rockwell Automation Hiprom 1788-EN2FFR Device Profile 1.002
Rockwell Automation Hiprom 1788-EN2PAR Device Profile 2.005
Hiprom Technologies 1788HP-EN2PA-R Device Profile 1.13.06
Rockwell Automation 1715 Redundant I/O FW V3.xxx 5.01.12
Rockwell Automation 1719 Intrinsically Safe I/O (Zone 2) 2.00.01
Rockwell Automation 1756 HART RA1756HART_Rel_Ver_4.001.012 4.001.012
Spectrum Control 2050327-01 rev A AOP,1734sc-IExCH,1.20 1.20
Spectrum Controls 1769sc-OF4IH AOP Rev 1.6 (includes IF4IH) 1.6
Library Release Version 4.00.01 Add-On Profiles Used

NOTE: Reference Manuals for the Rockwell Automation Library of Process Objects are posted on the
Rockwell Automation Literature Library:

(http://literature.rockwellautomation.com/idc/groups/public/documents/webassets/browse_category.
hcst).

Shortcuts to the Reference Manuals are included in the Documents folder of the Rockwell Automation
Library of Process Objects ZIP file. The Reference Manuals are also available as a bulk download of the
PDF documents from the Product Compatibility and Download Center (the same download site as the
Library itself).

Rockwell Automation Library of Process Objects, Version 4.00.01 Release Notes, Updated August 30, 2018 Page 24

You might also like