ISA Interchange

Welcome to the official blog of the International Society of Automation (ISA).

This blog covers numerous topics on industrial automation such as operations & management, continuous & batch processing, connectivity, manufacturing & machine control, and Industry 4.0.

The material and information contained on this website is for general information purposes only. ISA blog posts may be authored by ISA staff and guest authors from the automation community. Views and opinions expressed by a guest author are solely their own, and do not necessarily represent those of ISA. Posts made by guest authors have been subject to peer review.

All Posts

What is Your Wish List for Achievement and Recognition? Part 2

The following discussion is part of an occasional series, "Ask the Automation Pros," authored by Greg McMillan, industry consultant, author of numerous process control books, and 2010 ISA Life Achievement Award recipient. Program administrators will collect submitted questions and solicits responses from automation professionals. Past Q&A videos are available on the ISA YouTube channel. View the playlist here. You can read all posts from this series here.

Looking for additional career guidance, or to offer support to those new to automation? Sign up for the ISA Mentor Program.

See Part 1 here.


Greg McMillan’s Question

What is your personal wish list of prospective achievements in process automation? What are the future capabilities, practices, and management needed to make this a reality and to make your job and the plant more productive? 

Greg McMillan’s Answer

Personal: I hope that people would take the time to read my books. I am willing to a send free copy of a specific book to any address in North America. 

Better Practices and Management: See the Control Talk columns, “The concealed PID revealed parts 1-5” and the ISA TR5.9 PID Algorithms and Performance technical report for the knowledge needed for many of these practices: 

  1. External-reset feedback (ERF) should be more widely understood and used in proportional–integral–derivative (PID) to inherently prevent oscillations from slow valves, slow secondary loops and valve resolution, split range points, valve input or measurement output signal interruption, and to provide better ratio control coordination and intelligent optimization by directional move suppression.
  2. The two degrees of freedom PID structure (2DOF) should be more widely understood and used to provide the desired setpoint response after PID is first tuned to provide the load response needed, which is done by momentarily putting controller in manual and making a small output change.
  3. Specification sheets for control valves should include the max resolution, max lost motion, max 86% response time (T86) and minimum and maximum test step sizes per guidance and examples in the latest draft of ISA TR75.25.02 Annex A.
  4. Users and suppliers should seek to minimize the total loop dead time from transportation delays, sensor lags, automation component update rates, and filters.
  5. Users, suppliers, and academia should realize that process disturbances enter as process inputs and not process outputs, and consequently realize the value of large process time constants to slow down disturbances and the corresponding benefit of high PID gains.
  6. There should be a greater use of procedural automation to automate startups and proactively deal with transition and abnormal operation.
  7. There should be more access to software and education for dynamic simulation and digital twin to explore, develop, prototype, and continuously improve innovations in process control.
  8. Practitioners should hire, train, and mentor to reduce stress and workload.
  9. Users and suppliers should give practitioners at least 10 hours each month to seek new knowledge, explore and implement innovations, and provide a path of advancement based on technical achievements and innovation to offer higher grade levels (e.g., senior and distinguished technologist or fellow) with corresponding pay increases to encourage practitioners to pursue a technical career rather than a managerial career.
  10. Practitioners should be encouraged to publish and present generic knowledge gained.

Anonymous’ Answer 

My number one wish list item is the preservation of knowledge, manufacturing, and automation engineering jobs in the U.S.

  • One of the things that I am seeing is a gap in technical understanding between executives and engineering on what artificial intelligence (AI) and machine learning (ML) can actually do and when they should be applied.
  • There seems to be a continued trend in offshoring engineering to use resources that do not have the technical depth or industry experience required to do the work. This isn’t just happening at integration or service vendors. Even large leading petrochemical companies are moving their specialty engineering centers to China. Long-term, this is creating many vulnerabilities for our future. I wish Dick Morley was still around for us to get his take on what is really happening.

Hector Torres’ Answer 

External Reset Feedback and 2DOF 

I find interesting it previous wish list items include the wider use and understanding of external reset feedback as a tool to improve control. I am in the same boat. I have been recently studying this feature’s performance on a split range temperature control in a batch application. Overshoot reduced drastically while reaching setpoints at an adequate pace by enabling the external reset feedback in a PID controller and inserting a deadtime block between the output splitter BKCAL_OUT and the BKCAL_IN at the PID’s input. When setting the deadtime block at three to four times the open loop deadtime, the overshoot and rise time behave the best. 

I am sure that there are different process needs and applications that can benefit from the external reset feedback feature. I would like to keep applying it and continue learning. I would like to understand how the internal control algorithm processes the delayed BKCAL_OUT, how it uses it to calculate the integral error, and determine the controller’s output. 

Using a 2DOF PID structure would have been an option to explore as well. I understand that 2DOF also offers a fast approach to setpoint at minimum overshoot. This would be another wish, getting to understand and apply this concept and add it to my toolbox. 

Smart PID and Decoupling Techniques

I have read literature around smart PID controllers proposedly able to effectively deal with fluctuating process variable update rates from offline analyzers or wireless transmitters. A couple of months ago, I implemented a control application where I had to program a good amount of code, first to ensure only genuine and timely values were processed, and then to calculate the controller’s output. The algorithm included calculations to level out the integral action based on the time between process variable updates. The algorithm had to calculate the output for two highly coupled controllers and thus, the algorithm included the ideal conventional decoupling technique. 

I would like to have the opportunity to learn in detail how the smart PID feature works and how to commission it. I wonder if enabling feedforward on both would be as effective as decoupling these. If I could implement it in future applications, it would save a good number of hours in code and configuration. 

Another potential use of this smart PID could be the control of quality parameters. In many manufacturing sites, lab results are normally used by the operators to manually adjust and correct process conditions to maintain evaluated parameters into specifications. Despite this, lab data might have a defined frequency of sampling; the time in between evaluations would still vary. Having a PID that automatically adjusts process conditions based off these unregular lab data would reduce off-grade, relieve the operators from updating statistical process control (SPC) charts and reacting to tendencies, and provide the customer with more consistent products. 

In terms of decoupling techniques, I would like to better understand how to calculate the different gains and how to estimate the feedforward gains. I feel that there is a lack of understanding in how to accomplish this. The literature I have read elaborates on general concepts but does not provide one with practical and detailed exercises to completely grasp the concept. 

Noisy Signal Filtering 

I would like to learn the different techniques of filtering for noisy signals and find one that comes at low impact on the control performance. If the control system comes with well documented and built-in filter options, it would allow the practitioner to select in an easier manner the one that is suitable for the application right off the box. 

Some systems would have options like exponential filtering or even dynamic filtering. The foremost generates a weighted average of the current raw and past filtered measurement values. The dynamic filtering also generates a weighted average of the current and past measurement values. However, the filter factor is not static, and instead it adapts to the level of process variation in each measurement.

Adaptive Tuning 

Some systems use what it is called “adaptive tuning.” This is basically the lambda tuning concept. However, instead of having a fixed lambda factor, the algorithm adjusts it based on the error at the moment. When the error is within a given dead band, the lambda factor is increased to its maximum value, making the controller action almost dormant. Conversely, when the error is high, the lambda factor is taken to its minimum. Thus, the controller becomes pugnacious. 

I would like to try this concept and see how it works for different applications. In a way, this concept might be similar to what other systems offer where the reset action is suspended while the error stays within certain limits. However, the adaptive tuning concept also affects the proportional portion of the control algorithm. I wonder if the gain scheduler option offered in some control systems would give a similar response. This would be another feature I would like to gain experience on.

Peter Morgan’s Answer

I have had the good fortune to be engaged in industries that valued, promoted, and rewarded expertise in the field of process control and automation. For those entering the field now, staying the course in engineering through enquiry, continuous learning, and practice is discouraged by corporate polices which do not offer advancement on the technical ladder within the organization. This, in the long run, disadvantages both the organization and the employee. To develop and retain in-house expertise, corporations need to create opportunities for recognition and career advancement as automation experts. 

The ISA 5.9 committee was established in 2019 to develop a technical report which, for the first time in automation history, would provide comprehensive descriptions of PID algorithm forms, their implementation, and application to process control. The fact that there's been no standard convention for naming each of the algorithm forms has led to confusion and sometimes heated debate, when the adopted form name suggests the property of the algorithm. Adding to the confusion is that the same algorithm can have different names, suggesting a property that, depending on interpretation, can be contradictory. The terms “interacting” and “non-interacting” are prime offenders in this category. The ISA 5.9 technical report, now undergoing its final review, establishes a standard for PID algorithm form names which I hope will be adopted by the industry.

Contrary to the expression, “You can’t teach an old dog new tricks,” I have recently learned the value of implementing the PID algorithm by using filtered positive feedback to provide integral action. This method, used in pneumatic controllers (out of necessity) and easily implemented in today’s digital systems, was recognized by Greg Shinskey as providing an opportunity to improve closed loop performance and stability when external reset feedback is used. Greg McMillan has already mentioned some of the benefits of this implementation. The method also simplifies the implementation of override logic when two or more controllers act through a signal selector. Disappointingly, few automation suppliers provide this implementation of the PID algorithm as an option, a situation that I would like to see changed.

Greg McMillan
Greg McMillan
Gregory K. McMillan, CAP, is a retired Senior Fellow from Solutia/Monsanto where he worked in engineering technology on process control improvement. Greg was also an affiliate professor for Washington University in Saint Louis. Greg is an ISA Fellow and received the ISA Kermit Fischer Environmental Award for pH control in 1991, the Control magazine Engineer of the Year award for the process industry in 1994, was inducted into the Control magazine Process Automation Hall of Fame in 2001, was honored by InTech magazine in 2003 as one of the most influential innovators in automation, and received the ISA Life Achievement Award in 2010. Greg is the author of numerous books on process control, including "New Directions in Bioprocess Modeling and Control Second Edition 2020" and "Advanced pH Measurement and Control Fourth Edition 2023." Greg has been the monthly "Control Talk" columnist for Control magazine since 2002. Greg has recently retired as a part-time modeling and control consultant in Technology for Process Simulation for Emerson Automation Solutions specializing in the use of the digital twin for exploring new opportunities. Greg received the ISA Mentoring Excellence Award in 2020 and the ISA Standards Achievement Award in 2023.

Related Posts

IoT Solutions World Congress: Why Barcelona is the Place to Be in May

A century ago, automation solutions arrived to transform manual industrial tasks. This century, the digit...
Renee Bassett Apr 2, 2024 7:00:00 AM

3 Ways Industry 4.0 Can Upgrade Industrial Water Treatment Methods

Industrial water treatment methods must evolve to remain relevant and efficient. Many decision-makers hav...
Emily Newton Mar 12, 2024 7:38:26 PM

ISA Business Academy: A Mini-MBA For Automation Industry Leaders

The ISA Business Academy is a 10-week fully digital program beginning 28 March for both current and aspir...
Ashley Ragan Mar 11, 2024 10:08:24 AM