interfacing delta v to motorized actuators addressing control applications

30
Interfacing DeltaV to Motorized Actuators Addressing Control Applications

Upload: emerson-exchange

Post on 28-Jan-2015

127 views

Category:

Education


7 download

DESCRIPTION

Presentation at Emerson Exchange on Interfacing to Motorized Actuators. Presenter are Tom Pesek and Terry Blevins.

TRANSCRIPT

Page 1: Interfacing delta v to motorized actuators addressing control applications

Interfacing DeltaV to Motorized Actuators

Interfacing DeltaV to Motorized Actuators

Addressing Control Applications

Page 2: Interfacing delta v to motorized actuators addressing control applications

PresentersPresenters

Tom Pesek

Terry Blevins

Page 3: Interfacing delta v to motorized actuators addressing control applications

IntroductionIntroductionDeltaV composite blocks have been developed that enable motorized actuators to be utilized in control applications. In this presentation we address:Background on need to support motorized actuators.DeltaV composites and IO interface for continuous control applications using motorized actuators.Simulation results and test conducted using DeltaV and an HL series electric actuators in the flow lab at Fisher Controls.How to access these composites for use with DeltaV revision at Emerson Application Exchange.

The DeltaV composites blocks make it easy to address control applications using electric actuators.

Page 4: Interfacing delta v to motorized actuators addressing control applications

BackgroundBackground Motorized actuators for

valves and dampers may be preferred for some process control applications. Electric actuators (induction, servo or brushless) are gaining acceptance because of economy, simplicity and ease of maintenance.

In 2009 EIM became part of the Valve Automation Division of Emerson Process Management. EIM manufactures a variety of Electric Actuators for both on-off and control applications.

Page 5: Interfacing delta v to motorized actuators addressing control applications

Electric ActuatorsElectric Actuators Electric actuators may be applied where stay-

put is the appropriate action on power failure and where slow stroke speed is not a limitation.

The actuator may provide valve position feedback using limit switches (open, closed) and/or continuous valve stem position feedback.

Some actuators are designed to directly accept 24 volt discrete output for motor control. If such support is not provided , then a solid state relay with 24V discrete control signal should be used to switch AC power

FL

M

XLS

FL

M

ZT

Control System IO

interface

Open/Closed inputs

Open, Closed outputs

Open, Closed outputs

Position input

Page 6: Interfacing delta v to motorized actuators addressing control applications

Addressing Discrete on-off TimingAddressing Discrete on-off Timing The precision of discrete on-off time directly impacts the resolution of

valve movement. The use of simple high/low algorithms can lead to hunting or dead-band, leading to sub-optimal control of the process.

The DeltaV discrete output card may be configured to provide a continuous pulse channel output. This capability was originally designed to support applications such as extruder temperature that require duty cycle control. Provides on-off resolution of 1/120 sec.

Page 7: Interfacing delta v to motorized actuators addressing control applications

Setting Pulse Period TIME_ONSetting Pulse Period TIME_ON An analog output block may be

configured to write the OUT value to the ON_TIME attribute of the continuous pulse output channel.

When configured in this manner, the analog block OUT parameter value is automatically written to the TIME_ON parameter of the continuous pulse channel.

The value written to TIME_ON is interpreted as the percent time the discrete output will remain in the “on” state over the configured PULSE_PERIOD.

Page 8: Interfacing delta v to motorized actuators addressing control applications

Control Using Motorize ActuatorsControl Using Motorize Actuators

Two composite blocks have been developed that provide the Increase/Decrease interface that is required for a motorized actuators.

– Motor Actuator with Stem Position Feedback

– Motor Actuator with Limit Switch Feedback

These composite blocks are designed to utilize standard analog output blocks and the PID block to support control applications.

Page 9: Interfacing delta v to motorized actuators addressing control applications

Actuator with Stem Position FeedbackActuator with Stem Position Feedback The ELEC_ACT_POS

composite block supports mode, setpoint and BKCAL connections

By putting the composite block in Auto mode then the valve will be positioned to the requested setpoint, SP, value.

In Cas mode, the PID block output value provided through the connection to the composite block CAS_IN parameter is used to set the composite block setpoint.

Page 10: Interfacing delta v to motorized actuators addressing control applications

Using the ELEC_ACT_POS Composite Using the ELEC_ACT_POS Composite

When using the ELEC_ACT_POS composite then the following setup is required:PID Block – Dynamic reset in FRSIPID_OPTS must be enabled. This allows the PID to use the BKCAL_IN (which reflects the measured valve position) to be used in the reset calculation. The PID may be tuned based on the process dynamics without regard to how fast the valve responds to changes.ELEC_ACT_POS composite – The following parameters of the composite (shown in left pane when the composite is selected) should be adjusted to match the speed and minimum response time of the actuator:

– MIN_TIME_ON – minimum response time in seconds. Set based on minimum motor response time, should be set to a value >0.

– MOD_EXEC_PERIOD – Execution period of the DeltaV module that contains the composite block. The discrete IO PULSE_PERIOD must match the module execution period.

– PERCENT_SECONDS – Percent change in valve position in 1 sec when the actuator motor is running

– ACCUM_FACTOR – Filtering on the accumulation of changes below MIN_TIME_ON. 1 = no filtering, 0 = accumulation not done. Default value is 0.2.

– VALVE_HI_LIM – Limit for adjustment in the open direction

– VALVE_LO_LIM – Limit for adjustment in the close direction.

Page 11: Interfacing delta v to motorized actuators addressing control applications

Control Response Using Stem FeedbackControl Response Using Stem Feedback

Set MIN_TIME_ON to a value >0 to minimize cycling due to noise and dead-band in motor drive

MIN_TIME_ON = 0.0

MIN_TIME_ON = 0.2

Page 12: Interfacing delta v to motorized actuators addressing control applications

Actuator with Limit Switch FeedbackActuator with Limit Switch Feedback The ELEC_ACT_DISC

composite is designed to normally operate in CAS mode.

PV_D shows the discrete feedback

– “Switch Failure”– “Closed”– “Open”– “ “ –neither open or

closed The PID block output

value is interpreted as a change request. The PID block output is scaled -10 to 10, where 0 = no change required

Page 13: Interfacing delta v to motorized actuators addressing control applications

Using the ELEC_ACT_DISC Composite Using the ELEC_ACT_DISC Composite

When using the ELEC_ACT_DISC composite the following setup is required: PID Block – The block is configured with STRUCTURE set to “PD on error”

and OUT_SCALE set to -10 to 10. Dynamic reset in the FRSIPID_OPTS parameter should be Disabled. The GAIN and RATE parameters may be tuned based on the process dynamics and the valve response time. 

ELEC_ACT_DISC composite – The following parameters of the composite (shown in left pane when the composite is selected) should be adjusted to match the speed and minimum response time of the actuator: 

– MIN_TIME_ON – Minimum response time in seconds– MOD_EXEC_ERIOD –Execution period of the DeltaV module containing the

composite. The discrete IO PULSE_PERIOD must match the module execution period.

– PERCENT_SECONDS – Percent change in valve position in 1 sec when motor is running

– ACCUM_FACTOR – Filtering on the accumulation of changes below MIN_TIME_ON. 1 = no filtering, 0 = accumulation not done. Default value is 1.0.

Page 14: Interfacing delta v to motorized actuators addressing control applications

Control Response – No Stem FeedbackControl Response – No Stem Feedback

MIN_TIME_ON = 0.0MIN_TIME_ON = 0.2

Page 15: Interfacing delta v to motorized actuators addressing control applications

Downloading Composite blocksDownloading Composite blocks

The composite blocks for interfacing to motorized actuators are available at no cost at the Application Exchange web site.

Page 16: Interfacing delta v to motorized actuators addressing control applications

Testing of Electric Actuator InterfaceTesting of Electric Actuator Interface

Testing was done at the world’s largest “flow lab” located in the Emerson Innovation Center, Fisher® Technology in Marshalltown, Iowa.

Both composite blocks for Increase/decrease were tested under a variety of operating conditions.

Page 17: Interfacing delta v to motorized actuators addressing control applications

Testing Focused on EIM ActuatorsTesting Focused on EIM Actuators

The HQ and HL Series Electric Quarter Turn Actuators are light weight, compact units suitable for butterfly, ball and plug valves including damper control.

For the flow lab test, the HL series electric actuator from EIM was selected for a flow control applications

Page 18: Interfacing delta v to motorized actuators addressing control applications

Test Installation of HL Series ActuatorTest Installation of HL Series Actuator

HL Series Actuator

Load Valve

Page 19: Interfacing delta v to motorized actuators addressing control applications

Automation of Actuator TestsAutomation of Actuator Tests A “Run Manager” module was

created to automate testing of the HL Series actuator where the valve was positioned by:- DeltaV using valve stem

feedback

- DeltaV using limit switch feedback

The following variations could be introduced for easy setup:– Setpoint Changes

– Unmeasured Load Disturbance

– Changes in Target valve position.Parameters to select and

initiate a test

Page 20: Interfacing delta v to motorized actuators addressing control applications

Measuring PerformanceMeasuring Performance

The following calculations are automatically done during a test run:IAE for PID control and stem positioning error, test durationMin, Max, and Ave “On” time and the total number of times that motor was energized in the Open and Close direction,

Page 21: Interfacing delta v to motorized actuators addressing control applications

Flow Control (Limit Switch Feedback) - Unmeasured DisturbanceFlow Control (Limit Switch Feedback) - Unmeasured Disturbance

With the PID in Auto and at a constant setpoint, an unmeasured load disturbance was introduced by a “load” valve in series with that used for control.

The “load” valve was automatically changed in a series of steps.

Load Valve

SP and PV

PID OUT

Valve Position

Page 22: Interfacing delta v to motorized actuators addressing control applications

Flow Control (Stem Position Feedback) - Unmeasured DisturbanceFlow Control (Stem Position Feedback) - Unmeasured Disturbance

With the PID in Auto and at a constant setpoint, an unmeasured load disturbance was introduced by a “load” valve in series with that used for control.

The “load” valve was automatically changed in a series of steps.

Load Valve

SP and PV

Valve Position and PID OUT

Page 23: Interfacing delta v to motorized actuators addressing control applications

Flow Control (Limit Switch Feedback) – Setpoint ChangeFlow Control (Limit Switch Feedback) – Setpoint Change

With the PID in Auto, the setpoint was automatically changed in a series of steps.

No Unmeasured load disturbances were introduced during the test

Load Valve

SP and PV

PID OUT

Valve Position

Page 24: Interfacing delta v to motorized actuators addressing control applications

Flow Control (Stem Position Feedback) – Setpoint ChangeFlow Control (Stem Position Feedback) – Setpoint Change

With the PID in Auto, the setpoint was automatically changed in a series of steps.

No Unmeasured load disturbances were introduced during the test

Load Valve

SP and PV

Valve Position and PID OUT

Page 25: Interfacing delta v to motorized actuators addressing control applications

Test Run – Stem Positioning Test Run – Stem Positioning

With the PID in Manual, the target valve position (determined by PID OUT parameter) can changed in a series of steps

No unmeasured disturbances were introduced during the test

Load Valve

PV

Valve Position and PID OUT

Page 26: Interfacing delta v to motorized actuators addressing control applications

Test Run StatisticsTest Run Statistics

Comparable control performance can be achieved using stem feedback or using only limit switch feedback

For control of a fast liquid flow loop, slightly better control performance was achieved using limit switch feedback.

Page 27: Interfacing delta v to motorized actuators addressing control applications

Business Results AchievedBusiness Results Achieved

Precise control may be achieved using the DeltaV composites and can reduce process variation when using motorized actuators in control.

The time and cost to engineer control loops that use motorize actuators may be reduced by using the composite blocks.

A standard means for engineering and maintaining an interface to motorized valves can be developed based on the composite blocks.

Page 28: Interfacing delta v to motorized actuators addressing control applications

AcknowledgementAcknowledgement

Many thanks to Dan Carlson and Ron Hager, Fisher Controls, for their help in flow lab setup and operation during the actuator tests and for input and support provided by Gary Law, Arvid Borchers, and Mike Apel, DeltaV Technology, on the hardware interface.

We gratefully acknowledge the support of Fisher Controls and DeltaV technology management in the development and testing of this DeltaV interface to electric motor actuators.

Page 29: Interfacing delta v to motorized actuators addressing control applications

SummarySummary In this workshop we discussed the use of motorized

actuators in closed loop control and provide information on composite blocks that allow motorized actuators to be used with DeltaV.

Flow lab test results using these DeltaV composites with an HL series actuator were shown.

The time and cost associated with engineering control using motorized actuators in a DeltaV installation can be reduced by using the composite blocks .

The composites blocks are freely available at the Application Exchange web site.

Page 30: Interfacing delta v to motorized actuators addressing control applications

Where To Get More InformationWhere To Get More Information

The Emerson Exchange workshop “Does anyone share? - Online Tools for DeltaV Systems” provides more information on the Emerson Application Exchange web site where the composite blocks for motorize actuation interface can be accessed.

HQ-Series Quarter Turn Electric Actuators, HQ-SERIES Product Catalog, http://www2.emersonprocess.com/en-US/brands/EIM-Actuators/Products/Electric/Pages/HQ_Series_Electric_Actuators.aspx