Showing posts with label Western Nevada. Show all posts
Showing posts with label Western Nevada. Show all posts

Process Heaters, Furnaces and Fired Heaters: Improving Efficiency and Reducing NOx

process heater
Process Heater
(courtesy of
AMETEK Process
Instruments)
A process heater is a direct-fired heat exchanger that uses the hot gases of combustion to raise the temperature of a feed owing through coils of tubes aligned throughout the heater. Depending on the use, these are also called furnaces or red heaters. Some heaters simply deliver the feed at a predetermined temperature to the next stage of the reaction process; others perform reactions on the feed while it travels through the tubes.

Process heaters are used throughout the hydrocarbon and chemical processing industries in places such as refineries, gas plants, petrochemicals, chemicals and synthetics, olefins, ammonia and fertilizer plants. Some plants may have only two or three heaters while larger plants can have more than fifty.

Most of the unit operations in these plants require red heaters and furnaces. These operations include:
  • Distillation 
  • Fluidized Catalytic Cracking (FCC) 
  • Alkylation 
  • Catalytic Reforming 
  • Continuous Catalyst Regeneration (CCR) 
  • Thermal Cracking 
  • Coking 
  • Hydrocracking 
Typical process heaters can be summarized as follows: 
  • Start-Up Heater — Starts-up a process unit where it is required to heat up a fluidized bed of catalyst before adding the charge. 
  • Fired Reboiler — Provides heat input to a distillation column by heating the column bottoms and vaporizing a portion of it. Used where heat requirement is greater than can be obtained from steam. 
  • Cracking Furnace — Converts larger molecules into smaller molecules, usually with a catalyst (pyrolysis furnace). 
  • Process Heater — Brings feed to the required temperature for the next reaction stage. 
  • Process Heater Vaporizer — Used to heat and partially vaporize a charge prior to distillation. 
  • Crude Oil Heater — Heats crude oil prior to distillation. 
  • Reformer Furnace — Chemical conversion by adding steam and feed with catalyst.
Read the full document below:

On-Off Temperature Control Using PLC Ladder Logic

on off control
Diagram of on / off control.
In control theory, an on–off controller is a feedback controller that switches abruptly between two states. It is often used as a control method for a process which can tolerate an ongoing, changing band of change, referred to as the hysteresis. A very common example for temperature are residential thermostats. They control the temperature of your home, turning off at your comfort setting, then after some significant change occurs, and they turn on again to eliminate that difference. The process cycles continually.

A common method of temperature control is an on/off control system using comparison instructions in a PLC program where outputs are energized until the set point is reached.

The video below provides a temperature control example where the heater turns on when the temperature falls to or below 597 degrees, and turns off when the temperature reaches 603 degrees or more.

To control the circuit, S1 is programmed in the heater output circuit. Addressed to the move instruction is a thermocouple that provides an analog value to the temperature. The temperature is moved from the source to the destination when S1 is activated and is displayed on the LED panel.

Using the less than or equal to, and greater than or equal to, instructions addressed to the same integer file the source values have A and B are compared to control the heater. With source a less than source be at the less than equal to instruction, the low temp and heater outputs are enabled. The heater remains on as long as the low temp output is true and the high temp output is false.

As the temperature rises above source B at the less than or equal to instruction, low temp turns off and heating continues. Reaching 603 degrees or more, the high temp output is enabled, since source A is equal to source B of the greater than equal to instruction.

When the high temp output is true, the heater turns off and remains of until the temperature reaches 597 or lower.  The cycle is repeated to maintain the average set point temperature at the other at 600 Fahrenheit.