vetcogray a ge oil & gas business richard staite

27
VetcoGray A GE Oil & Gas Business Richard Staite

Upload: felix-french

Post on 13-Jan-2016

222 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: VetcoGray A GE Oil & Gas Business Richard Staite

VetcoGrayA GE Oil & Gas Business

Richard Staite

Page 2: VetcoGray A GE Oil & Gas Business Richard Staite

2GE Confidential and Proprietary Information

GE2007 All Rights Reserved

Overview

•About Me

•About VetcoGray

•Subsea Production Systems

•My Career to Date

•Modules I Found Useful

•Q & A

Page 3: VetcoGray A GE Oil & Gas Business Richard Staite

3GE Confidential and Proprietary Information

GE2007 All Rights Reserved

About Me

•Graduated from UWE 2007

•BSc (Hons) Computing for Real Time Systems

•Joined VetcoGray July 2007

•Graduate Software Engineer Development

Page 4: VetcoGray A GE Oil & Gas Business Richard Staite

4GE Confidential and Proprietary Information

GE2007 All Rights Reserved

About VetcoGray

VetcoGray originally found in 1906

VetcoGray is a leader in technological innovations within the oil and gas industry.

Offering a single source solution for any size subsea development, whether tied back to an offshore facility, or as a long offset from shore.

Developing Subsea Control Systems Locally in Nailsea, Bristol which are used worldwide.

Includes– Master Control Station (MCS)– Surface Modem Units (SMU)– Subsea Control Module (SCM)– Subsea Electronics Module (SEM)– Subsea Distribution Units (SDU)– Electrical Test Unit (ETU)– Intervention Work Over Control System (IWOCS)

Page 5: VetcoGray A GE Oil & Gas Business Richard Staite

5GE Confidential and Proprietary Information

GE2007 All Rights Reserved

Clients

Page 6: VetcoGray A GE Oil & Gas Business Richard Staite

Subsea Production Systems

Page 7: VetcoGray A GE Oil & Gas Business Richard Staite

7GE Confidential and Proprietary Information

GE2007 All Rights Reserved

Size & Scale

Page 8: VetcoGray A GE Oil & Gas Business Richard Staite

Subsea Tree

•Subsea Control Module

•Valves & Chokes

•Temperature Sensors

•Pressure Sensors

•Sand Detectors

•Corrosion Monitors

Page 9: VetcoGray A GE Oil & Gas Business Richard Staite

9GE Confidential and Proprietary Information

GE2007 All Rights Reserved

Subsea Electronics Module (SEM)

Page 10: VetcoGray A GE Oil & Gas Business Richard Staite

Subsea Control Module (SCM)Control Module

Directional Control Valve

SubseaElectronics Module

Interface Cards Optical Modems

Hyd HP Intensifier

Page 11: VetcoGray A GE Oil & Gas Business Richard Staite

11GE Confidential and Proprietary Information

GE2007 All Rights Reserved

MODULAR SCM FEATURES

Page 12: VetcoGray A GE Oil & Gas Business Richard Staite

12GE Confidential and Proprietary Information

GE2007 All Rights Reserved

MODULAR SCM – Part Assembled

Page 13: VetcoGray A GE Oil & Gas Business Richard Staite

13GE Confidential and Proprietary Information

GE2007 All Rights Reserved

2nd/3rd/4th Generation Subsea Electronics Modules (SEMs)

• High density Integrated Circuits

• Extended internal monitoring

• Reduced software complexity

• ISO-13628-6 compliant• ESS on site in

environmental test chambers

Page 14: VetcoGray A GE Oil & Gas Business Richard Staite

Master Control Station

The MCS is a 19” rack mounted system that provides control of multiple subsea wells. It provides the operator interface as well as control logic, interlocks and event logging. The standard system offers dual PC redundancy to ensure maximum uptime.

Communication with the subsea equipment is based on Vetco Gray’s market leading high speed powerline signalling technology.

Page 15: VetcoGray A GE Oil & Gas Business Richard Staite

15GE Confidential and Proprietary Information

GE2007 All Rights Reserved

Communications Technology

Communication On Power System (COPS)

Communication And Power System (CAPS)

Low Speed Copper Modem (LSCM)

High Speed Copper Modem (HSCM)

Variable Speed Copper Modem (VSCM)

Fibre Optic

Page 16: VetcoGray A GE Oil & Gas Business Richard Staite

16GE Confidential and Proprietary Information

GE2007 All Rights Reserved

Full Scope of Supply

Page 17: VetcoGray A GE Oil & Gas Business Richard Staite

17GE Confidential and Proprietary Information

GE2007 All Rights Reserved

SoftwareSoftware is split into two sections of Topside and Subsea.

Topside

•Master Control Station (SCADA Intouch & Incontrol)

•Config Engine

•Topside and Subsea Simulator

•Configuration Files

•Automated Test Equipment

Subsea

•SEM Code SEM 3, SEM2k

•Configuration Files

Page 18: VetcoGray A GE Oil & Gas Business Richard Staite

18GE Confidential and Proprietary Information

GE2007 All Rights Reserved

Automated Test Equipment

Page 19: VetcoGray A GE Oil & Gas Business Richard Staite

19GE Confidential and Proprietary Information

GE2007 All Rights Reserved

IWIS & SIIS

IWIS – Intelligent Wells Interface Standardisation• Standardisation of the interface between downhole

instrumentation for intelligent wells and subsea control systems.

• Goal to reduce complexity and costs and increase flexibility for intelligent wells.

• Utilises TCP/IP to create a transparent link to downhole instrumentation.

SIIS – Subsea Instrument Interface Standardisation• To standardise on the interface between subsea sensors and

control system.• Goal to achieve improvements in subsea reliability.• Utilises fault tolerant CAN Devices.

Page 20: VetcoGray A GE Oil & Gas Business Richard Staite

20GE Confidential and Proprietary Information

GE2007 All Rights Reserved

Project Management

•Organising Customer Training

•Management of deliverable project documentation.

•Liaising between staff and clients

•Meetings

Page 21: VetcoGray A GE Oil & Gas Business Richard Staite

21GE Confidential and Proprietary Information

GE2007 All Rights Reserved

Essentials for all Projects•Specification Control

•Project Management

•Development Process

•Version Control

•Log Books

•Testing

•Code Reviews

•Pre-Delivery Audits

•Coffee

Page 22: VetcoGray A GE Oil & Gas Business Richard Staite

22GE Confidential and Proprietary Information

GE2007 All Rights Reserved

Version Control

It is common for multiple engineers to be working on the different modules of the same application at any given time.

Applications are usually developed in separate modules for different functionality.

Ensuring that the engineer is using the most up-to-date version is essential.

Version control allows engineers to work on the same application at the same time without worry that it is being changed by another engineer.

Version control allows you to role back to previous versions of the application, extremely useful if a bug gets programmed into the version.

Page 23: VetcoGray A GE Oil & Gas Business Richard Staite

23GE Confidential and Proprietary Information

GE2007 All Rights Reserved

Code Reviews

When working as part of a team of software engineers it is important to ensure that regular code reviews are carried out.

This not only re-clarifies the goal of the project but also helps other people understand what you are trying to achieve.

It also helps to highlight possible bugs which may be in the code.

It can also highlight the possibilities for optimisation.

Page 24: VetcoGray A GE Oil & Gas Business Richard Staite

24GE Confidential and Proprietary Information

GE2007 All Rights Reserved

Log Books

Your log book is your best friend.

It is essential when you need to refer back to a common problem.

Log books are commonly used as a method of proving your knowledge, they can be used to become a chartered engineer.

Log books can also be used when it comes to patents and for proving intellectual property.

Page 25: VetcoGray A GE Oil & Gas Business Richard Staite

25GE Confidential and Proprietary Information

GE2007 All Rights Reserved

Modules I Found Useful

•C Programming

•Software Design & C++

•Embedded Real-Time Systems Design

•Microcomputer Control Systems

•Embedded Co-Design (VHDL & C)

•Advanced Distributed Systems

Page 26: VetcoGray A GE Oil & Gas Business Richard Staite

26GE Confidential and Proprietary Information

GE2007 All Rights Reserved

Small Change Big Difference

• A change in your section of the application may inadvertently effect another part of the application.

• Always use a method of version control when developing software. Often you will be working a teams and developing different parts of the same application.

• If developing safety critical systems ensure the use of interlocks.

• Design your system so that it can only be operated one way.

Page 27: VetcoGray A GE Oil & Gas Business Richard Staite

27GE Confidential and Proprietary Information

GE2007 All Rights Reserved

Any Questions

?