Acessibilidade / Reportar erro

Sisal: a supervisory system for oil wells

Sisal: um sistema supervisório para poços de petróleo

Abstracts

Artificial lifting in oil industry uses a variety of methods and specific automation equipments for each method. Supervisory systems to these processes are usually specific for a unique method and/or for a unique manufacturer. To avoid this problem, it has been developed a supervisory system named SISAL, conceived for supervising wells with different lift methods and different automation equipments. SISAL is now in operation in several Brazilian states. This work shows how this system has been developed and presents some details of the SISAL's modules dealing with the artificial lift method called Plunger Lift.

supervisory systems; artificial lift methods; plunger lift


A elevação artificial na indústria de petróleo utiliza uma variedade de métodos e equipamentos de automação específicos para cada método. Os sistemas de supervisão para estes processos geralmente são dedicados a um único método e/ou a um único fabricante. Para evitar esse problema, foi desenvolvido o sistema de supervisão SISAL, concebido para supervisionar poços com diferentes métodos de elevação e diferentes equipamentos de automação. O SISAL está atualmente em operação em vários estados brasileiros. Este trabalho mostra como esse sistema foi desenvolvido e apresenta alguns detalhes dos módulos do SISAL que lidam com o método de elevação artificial denominado Plunger Lift.

sistemas supervisórios; métodos de elevação artificial; plunger lift


AUTOMAÇÃO

Sisal: a supervisory system for oil wells

Sisal: um sistema supervisório para poços de petróleo

Lennedy C. Soares; André L. Maitelli; Adelardo A. D. Medeiros

Department of Computer Engineering and Automation, Universidade Federal do Rio Grande do Norte, Natal, RN, Brazil; e-mail: lennedy@dca.ufrn.br; maitelli@dca.ufrn.br; adelardo@dca.ufrn.br

ABSTRACT

Artificial lifting in oil industry uses a variety of methods and specific automation equipments for each method. Supervisory systems to these processes are usually specific for a unique method and/or for a unique manufacturer. To avoid this problem, it has been developed a supervisory system named SISAL, conceived for supervising wells with different lift methods and different automation equipments. SISAL is now in operation in several Brazilian states. This work shows how this system has been developed and presents some details of the SISAL's modules dealing with the artificial lift method called Plunger Lift.

Keywords: supervisory systems, artificial lift methods, plunger lift

RESUMO

A elevação artificial na indústria de petróleo utiliza uma variedade de métodos e equipamentos de automação específicos para cada método. Os sistemas de supervisão para estes processos geralmente são dedicados a um único método e/ou a um único fabricante. Para evitar esse problema, foi desenvolvido o sistema de supervisão SISAL, concebido para supervisionar poços com diferentes métodos de elevação e diferentes equipamentos de automação. O SISAL está atualmente em operação em vários estados brasileiros. Este trabalho mostra como esse sistema foi desenvolvido e apresenta alguns detalhes dos módulos do SISAL que lidam com o método de elevação artificial denominado Plunger Lift.

Palavras-chave: sistemas supervisórios, métodos de elevação artificial, plunger lift

1 INTRODUCTION

When automatic equipments are widely dispersed in a large number of places or in hazardous places, process data acquisition is difficult and sometimes impossible. The SCADA (Supervisory Control and Data Acquisition) systems have been developed for collecting, clustering and exhibiting data from dispersed equipments.

A supervisory system in an automated industrial environment is essentially composed of four layers (Daneels e Salter, 1999):

1. Physical Process: what is being supervised.

2. Control Hardware: physical interfaces which acquires data and controls process.

3. Supervision Software: acquires process data from physical interfaces and treats and distributes it.

4. Communication Network: the responsible for managing data traffic.

Several SCADA systems are largely used in industry. They are customizable software systems that can be configured to different applications. However, in some specific situations, the general-purpose SCADA systems are not adequate and specific software shall be developed and used.

Stojkovic e Vukasovic (2006) upgrade da SCADA system for acquiring data generated by an Energy Management System. One constraint was that previous investments in infrastructure should be preserved. The system developed by Stancel et al. (2008)is another example of a specific SCADA system for acquiring data in real time (in this case, data from an urban water distribution network). In both cases, they had to manage communication between Programmable Logic Controllers (PLCs) and a server. The former adopted its own communication layer, while the later acquires data through an OPC server where the communication management is accomplished by a specific hardware. Another approach was adopted by Jie et al. (2006), that developed a SCADA system for wind power plants which communicates through a CAN network.

Jian et al. (2005) focused on real time databases in SCADA systems, in the context of a system which supervises energy grids. Their main concern is how to keep system information updated.

These works deal with some of the same problems existing in oil industry, more precisely, in supervising oil lifting process. The first similarity is that on-shore oil wells are usually sparsely disposed in a large area, unlike a factory where processes are in a closed and relatively small area. Furthermore, layers of control of hardware and communication network usually have characteristics as low transmission rate and proprietary protocols.

Oil wells produce different kinds of oil, requiring different ways to produce it and different types of automation equipments. For each type of equipment there is a different way to show process information and different data to be acquired.

The ways to pump oil are called artificial lift methods and can be performed by different kinds of pumps: electric submersible pumps, progressing cavity pumps and sucker rod pumps. Another way to lift oil is using gas excess, like in methods called gas lift and plunger lift (Thomas, 2001).

Each artificial lift method has different kinds of data acquired by PLCs. Another difficulty is the lack of standardization among PLCs from different manufacturers. A naive solution for these problems, widely used in oil industry, would be making a different software for each manufacturer and for each artificial lift method. A better solution can be based on using a software able to deal with different equipments and different artificial lift methods.

The SISAL software (Souza, 2005) was developed to supervise oil wells with different types of artificial lift method and different PLC manufacturers. The SISAL software is currently in operation in several states of Brazil, supervising more than 4000 wells with various methods of artificial lift.

This work shows the software architecture of SISAL and how its modules operate. After that, the general architecture is exemplified by the implementation of modules specific to the pluger lift method, the latest one included in SISAL up to now.

2 SISAL'S ARCHITECTURE

The supervisory system in oil industries is usually composed of several semi-independent subsystems. One of the constraints while developing SISAL was that the system should be able to use the previously existing supervision and field networks and allow simultaneous clients.

The proposed system is based on a distributed architecture (see Fig. 1). Each well has a PLC and a radio that broadcasts collected data, usually at low rates1 1 In our case, baud rates vary from 4600 up to 19200 bps . All radios connected to the same master computer use the same frequency; therefore, only one of these PLCs can transmit simultaneously.


Master computers are disposed in specific geographic positions, from where they can communicate by radio with several wells in the same region2 2 Radios range is about 100 km . These regions are called production fields3 3 Production fields can have from 10 up to 1000 wells . The master computers are connected to a corporate Ethernet network. Another computer, called server and also connected to the same corporate Ethernet network, centralizes data flow between clients and masters. One specific master communicates with a database management system (DBMS).

The different modules can be developed and updated independently, provided that, we enforce a standard communication interface between the server and all clients and between the server and masters. These communication standards are called CCP (Client Communication Protocol) and MCP (Master Communication Protocol), respectively.

For example, if SISAL is installed and PLCs from a different manufacturer have to be included into the system, it will be necessary to modify a field master for acquiring data of this kind of PLCs.This update will be hardly noticed by users because of the low level of the field masters in the architecture (Fig. 1). On the other hand, supervision software systems usually used by oil industries are frequently dedicated to a unique manufacturer: if you change field equipments, you will have to change the supervisory software.

Moreover, existing supervisory systems for oil lifting are almost all dedicated to a unique elevation method. SISAL was extended for dealing with five different artificial lift methods: rod pump, progressing cavity pumps, electric submersible pumps,gas-lift and plunger lift (Thomas, 2001). To incorporate a new method, new PLCs and a new field master have to be installed; also, new supervision screens for that method are created. This procedure is easier than creating an entire new software and training time is reduced, because the software is almost the same.

SISAL was developed in C++ for increasing real time performance. Some details about the implementation of the proposed architecture can be found in previous articles from the authors (Souza et al., 2006; Medeiros et al., 2006). We present here a brief introduction about these modules of the SISAL system.

2.1 Client

Clients translate requests from users, usually generated using a graphical interface, into CCP functions. These functions, when possible, are independent from physical process. The CCP function is sent to the server with the request ID and the virtual address of the physical process. When the server sends back the corresponding reply, the client exhibits it to the user, as can be seen in Fig.24 4 Data in the figures 2 and 3 have been blur red to protect private information from the oil company. 5 5 The text is written in Portuguese because it is exhibiting the real software developed. .


SISAL also provides a communication channel based on the standard OPC protocol. This protocol allows using commercial visualization software systems and makes easier integrating SISAL into corporate automation networks. So, users can use SISAL with a generic visualization software based on OPC or with its own client software. The former allows using a previously existing supervision screen and does not require a specific training if the operator already knows the OPC-based software. The later allows including procedures to analyze data, and not only to exhibit it. For example, it is possible to calculate and show information with high computational cost, such as down hole dynamometer card for the artificial lift method rod pump and production trends for wells.

2.2 Server

The server receives CCP requests from clients. The virtual address of the process is used to determine the corresponding master and the physical address of the actual process. After verifying the validity and syntax of the CCP function, it is translated into one or more MCP functions. The MCP functions are then sequentially sent to the appropriate master. When the MCP requests are received, they are eventually combined, translated and sent to clients.

2.3 Masters

The masters are in charge of communication with the physical processes through the control hardware. In this case, the controllers are the slave stations in the field network. Masters receive the MCP functions from the server and translate them into native functions of the controllers. The answers of the controllers are sent to the server.

3 SISAL AND PLUNGER LIFT

Each artificial lift method can have different supervised variables as pressure, electric current, oil flow, lifted load and displacement time. Therefore, the differences among artificial lift methods oblige the corresponding SISAL modules to have some specificities.We will exemplify showing the modules conceived for the artificial lift method called plunger lift.

Plunger lift method works by injecting gas into a well for lifting fluids to surface. As gas has a lower density than liquid, it raises and the upward movement of gas carries the liquid withit. Wells based on the plunger lift method have a plunger which separates injected gas from liquid.

3.1 Client

The client module is responsible for displaying variables obtained from a well. Several screens were developed to create a client module able to show the plunger lift variables. The first and most important screen is the well representation, that concentrates the main information about the elevation method (Fig. 3).


Plunger lift works with injection of gas and a plunger which rises and falls periodically. Because of these characteristics, the plunger lift method has times and pressures as the main variables to be supervised. In Fig. 36 6 The text is written in Portuguese because it is exhibiting the real software developed. shows the main supervised variables: Pls, Pcab, Prev, TAF, TF and TVP.The three first variables are related to pressures: pressure on production line, pressure on head of well and pressure on tubing, respectively. The other variables are related to the plunger: time of after flow, time of closing, time of travel, respectively.

3.2 Database Master

The Plunger lift method has a characteristic of producing an amount of data relatively bigger than other artificial lift methods. Because of that, it was interesting to develop a functionality to compress data.

The set of values to be compressed can be seen in Tab.1. It consists of three data types: boolean, integer and real. The integer data and real data acquired from controllers are characterized by a small variation in values. It is possible to represent data with a smaller amount of bytes, making data compression. Boolean can also be compressed, representing all them by a single byte.

As can be seen in Tab.1, by removing the redundant bytes, the number of bytes is 25; otherwise, with redundancy, it is 52 bytes; so, it is possible to perform an initial compression of about 52%.

A second compression is performed using the Huffman algorithm (Salomon, 2002), obtaining the compression rates presented in Tab.2. The average compression rate was around 70%. If both compressions are used, overall compression ratio increases to 86%.

3.3 Field Master

The field master acquires data from wells and transmits information to the server. This SISAL module is the most specialized one, because it represents the PLCs within the architecture of the system.

Communication is an important issue in the project of the field master. As the wells are spread over a vast region, the supervisory system has to communicate with the PLCs through a radio channel. The connection between the field master and the PLCs is provided by a half duplex radio channel with baud rate of 9600 bps. All PLCs use the same frequency, so the field master can communicate with only one PLC ata time. The field master and PLCs follow the master-slave architecture: a PLC only transmits when the field master requests.

The system has a low transfer rate of data (9600bps) between PLCs and the field master. In an environment where several users can request data at the same time, the system performance could be degraded if each request from each user generates a direct request to a PLC. This approach could prevent data from being acquired ata rate fast enough to fulfill the requirements of a supervisory system.

We propose a strategy to solve this limitation which optimizes the available communication band. The field master is always requesting data from wells, independently of requests from users. These autonomous requests are sent continuously and cyclically, spanning all wells one after another. Received data is stored into a temporary buffer,in such away that recent data overwrites previous data from the same well.

When a new request from an user arrives, it does not necessarily generate a request to a well. If the values stored in the temporary buffer are recent enough, they are sent to the user, with no need of requesting data from the PLC.

Moreover, specifically in the case of plunger lift wells, there is another characteristic that should be taken into account: PLCs and radios are powered by a battery which is charged by solar energy. The actual radios have high energy consumption during transmission, therefore data should not be transmitted at night. Data produced at night must be stored in a non-volatile memory for being transmitted in presence of sunlight.

So, the field master has to deal with two different categories of data:

Current Data: Information representing the current state of wells. Current data includes instant a neo us values of dynamic variables (pressures, alarms, etc.) and information about the last cycles of the plunger (time to rise, periodicity, etc.).

Historical Data: Values of the most important dynamic variables, stored during the night. Just after sunrise, the amount of accumulated historical data is usually 1000 times the size of a piece of current data.

When sunlight returns, the field master has to acquire both current and historical data. The question is how to share the available communication band between these two types of data:

  • if we continue using all transmission time to acquire current data, the temporary buffer will always be up to-date, but historical data will never be recovered and will be lost.

  • if we start receiving only historical data when sun rises, the system would become non responsive until all historical data is transmitted.

A compromise was adopted to solve the problem. We divided the transmission time in 2 windows, in such a way that the window dedicated to current data is maximized. The time slot dedicated to historical data is calculated to guarantee that all available data will be transmitted before sunset. An algorithm was proposed to dynamically calculate the time for each type of data (Soares et al., 2010).

The equation 1 calculates the time spent for acquiring data (Soares et al., 2010). Based on that equation is possible to know how much time will be spent for acquiring all data. That information makes possible to increase or decrease the window time specified to the Historical Data. Based on that it is possible to acquire the Historical Data without loss of data.

The equation 1 only works if the equation 2 is satisfied.

Where:

  • N is the number of PLCs

  • K is the number of acquisitions for each PLC.

  • Hi,t is the data stored in the PLC i at time t

  • d is the time of acquisition of all data in PLCs

  • is time for acquiring Current Data of PLC i on interaction j

  • is time for acquiring Historical Data of PLC i on interaction j

  • B is the rate of communication

  • D is the time of sun light in one day

4 CONCLUSION

Presently, the SISAL software is supervising more than 4000 wells in Brazil, based on five artificial lift methods: plunger lift, electric submersible pumps, progressing cavity pumps, sucker rod pumps and gas-lift. For each one of these methods, SISAL can deal with PLCs and radios from different manufacturers. The proposed architecture is flexible enough to incorporate new artificial lift methods.

Some specificities about the communication system and about the plunger lift method were described. The characteristics of this method influenced the development of some algorithms for optimizing communication and compressing data.

Some lines of development under analysis or being implemented are:

  • Cryptography and security increasing.

  • Development of web-based clients, in addition to the clients currently in use (OPC-based and SISAL-specific).

  • Increasing the capacity of exporting data in different formats and protocols.

THANKS

We would like to thank Petrobras for funding the AUTOPOC project, which made this work possible.

Artigo submetido em 11/03/2011 (Id.: 01301)

Revisado em 31/05/2011, 21/09/2011, 09/11/2011

Aceito sob recomendação do Editor Associado Prof. Carlos Roberto Minussi

  • Daneels, A. e Salter, W. (1999). What is SCADA?, International Conference on Accelerator and Large Experimental Physics Control Systems
  • Jian, W., Yong, C. e Schulz, N. (2005). Overview of real-time database management system design for power system SCADA system, Proceedings of the IEEE Southeast-Con., pp. 62 66.
  • Jie, W., Jinming, Y., Songguang, Z., Qing, X. e Xiaochao, W. (2006). Design of supervisory system based on CAN bus for wind power plant, IEEE International Symposium on Industrial Electronics.,Vol.3, pp. 1679 1682.
  • Medeiros, A. A. D., Nascimento, J. M. A., Maitelli, A. L., Gomes, H.P. e de Souza, R.B. (2006). SISAL - um sistema supervisrio para elevao artificial de petrleo, Rio Oil & Gas Expo and Conference,Vol. 1, pp. 16.
  • Salomon, D. (2002). A Guide to Data Compression Methods, New York: Springer.
  • Soares, L. C., Protsio, A. D. D. e Medeiros, A. A. D. (2010). Superviso de poos de petrleo como mtodo de elevao artificial plunger lift, XVIII Congresso Brasileiro de Automtica
  • Souza, R. B. (2005). Uma arquitetura para sistemas supervisrios industriais e sua aplicao em processos de elevao artificial de petrleo, Master's thesis, Universidade Federal do Rio Grande do Norte.
  • Souza, R. B., Medeiros, A. A., Nascimento, J. M., Gomes, H.P. e Maitelli, A.L. (2006). A proposal to the supervision of processes in an industrial environment with heterogeneous systems., Proceedings of IECON -International Conference of the IEEE Industrial Electronics Society,Paris, France.
  • Stancel, E., Stoian, I., Kovacs, I., Gyurka, B. e Balogh, S. (2008). Urban water supply distributed control system, IEEE International Conference on Automation, Quality and Testing, Robotics., Vol. 3, pp. 316 320.
  • Stojkovic, B. e Vukasovic, M. (2006). A new SCADA system design in the power system of Montenegro ICCP/TASE.2 and web-based real-time electricity demand metering extensions, Power Systems Conference and Exposition, 2006. PSCE '06. 2006 IEEE PES, Vol. 1, pp. 2194 2199.
  • Thomas, J. E. (2001). Fundamentos de Engenharia de Petrleo, Editora Intercincia.
  • 1
    In our case, baud rates vary from 4600 up to 19200 bps
  • 2
    Radios range is about 100 km
  • 3
    Production fields can have from 10 up to 1000 wells
  • 4
    Data in the
    figures 2 and
    3 have been blur red to protect private information from the oil company.
  • 5
    The text is written in Portuguese because it is exhibiting the real software developed.
  • 6
    The text is written in Portuguese because it is exhibiting the real software developed.
  • Publication Dates

    • Publication in this collection
      13 Jan 2012
    • Date of issue
      Dec 2011

    History

    • Received
      11 Mar 2011
    • Reviewed
      09 Nov 2011
    Sociedade Brasileira de Automática Secretaria da SBA, FEEC - Unicamp, BLOCO B - LE51, Av. Albert Einstein, 400, Cidade Universitária Zeferino Vaz, Distrito de Barão Geraldo, 13083-852 - Campinas - SP - Brasil, Tel.: (55 19) 3521 3824, Fax: (55 19) 3521 3866 - Campinas - SP - Brazil
    E-mail: revista_sba@fee.unicamp.br