Challenges for Wind Farms PDF Print E-mail
Written by martcon   
Monday, 14 September 2009 09:29

Wind Farms consist of a number of wind turbines that are used to generate electric power. An individual wind turbine is a complex piece of machinery that needs to be managed by its owners for two key reasons: its operational efficiency and the measurement of the energy and hence revenue being generated by the equipment. There are a number of challenges that Wind Farm operators must meet to achieve these goals.

An individual wind farm may consist of a number of wind turbines but, in general, the turbines in a given wind farm come from the same manufacturers. If an operator has more than one wind farm, however, they may find themselves in the situation where they have to manage turbines from different manufacturers. Individual wind farms are managed by the turbine manufacturers' SCADA system offering (SCADA stands for Supervisory Control And  Data Acquisition). SCADA systems are powerful systems that supervise the operation of the wind turbines and the wind farm as a whole. Through the use of the SCADA system, operators can assess how much energy a farm is producing and hence how much revenue they are generating.

This situation is complicated where there are wind farms with multiple manufacturers as operators as they then have a situation where they have a SCADA system for each manufacturer. In a worst case sencario, operators may have to manually add up the output of each SCADA system to ascertain the revenue figures. Some SuperSCADA systems have been developed where turbines from multiple manufacturers and hence multiple wind farms can be managed. One such system has been developed by the Technical University of Denmark - see http://tinyurl.com/no2ezs and http://tinyurl.com/mu8269 cofor more details.

SuperSCADA systems offer one solution to the problem of managing several wind farms with multiple wind turbine manufacturers but Vertoda can offer another solution. Vertoda can aggregate the data produced by different vendors' SCADA systems and can present maintenance, energy production and revenue information in a unified fashion. Vertoda provides a central data repository for the data generated by wind farms and makes this information available in a timely fashion to the rest of the Wind Farm operator's IT systems and software. Users can then view this data from both fixed and mobile devices.

A key metric of wind turbine performance is its availability. Unfortunately for operators, different vendors have different ways of calculating availability. Unsurprisingly, given their complexity, wind turbines can be temperamental. A typical service agreement would be 97% availability for 50 weeks of the year with 2 weeks set aside for maintenance, 1 week every 6 months is standard. This is key data regarding wind turbine performance but can be difficult to obtain. Using Vertoda enables a wind farm operator to assess the availability performance of their wind farms at a high level and at an individual turbine level. Revenue is lost when a turbine is unavailable so without this data accountable losses are not accrued correctly and operators can't quantify how manufacturers are performing.

In addition to availability, the other key metrics for assessing wind turbine performance are production and wind speed. These metrics can be viewed as interdependent. For example, if a wind turbine is unavailable during a period of high wind speed operators lose more revenue than during a time of low wind speed. Metrics therefore need to be correlated and Business Intelligence is required for assessing operational performance using the Vertoda Framework.

Typically, a wind turbine is exposed through a firewall and has an IP Address and port that can be accessed. To access a wind turbine, its OPC interface needs to be opened by the manufacturer, usually for an extra fee (OPC stands for OLE for Process Control, OLE in turn stands for Object Linking and Embedding.). We previously discussed how Vertoda can read output from OPC Servers. OPC hardware exists at the hardware level. Without access to an OPC interface, the only route to accessing a wind turbine's data is through its manufacturer's SCADA system. Vertoda can make wind turbine data available by accessing either the SCADA system or the OPC interface.

Access to the OPC interface determines the realtime availability of data. If an operator elects not to open the OPC interfaces for their turbines, realtime data is unavailable. It can take between 6 and 24 hours for performance data to be made available without access using OPC as data is collected for SCADA systems only once a day.

There is a potential alternative here as some wind turbines can send email and SMS text messages. The Vertoda Framework can access, centralise and parse these messages and publish them on Desktop, Web and Mobile User Interfaces. This would be a richer presentation than is possible with an email or SMS client and enables realtime data without an OPC interface. 

 

  

 

 

 
Alpha Version Released PDF Print E-mail
Written by martcon   
Wednesday, 09 September 2009 16:12
Vertoda Standard Edition (Alpha Version) has been released.
Last Updated ( Thursday, 03 December 2009 16:39 )
 
Alpha Update PDF Print E-mail
Written by martcon   
Monday, 07 September 2009 15:23
The Documentation for the Alpha Version of Vertoda Community Edition has been released. The Alpha Version will be completed this week.
 
Encrypting & Decrypting Data in MySQL PDF Print E-mail
Written by martcon   
Monday, 31 August 2009 08:26

Often, MySQL developers may wish to enable the addition of confidential data to the database. This data could be encrypted. For example, we can use AES Encryption as follows:

INSERT INTO LOGON VALUES('testuser',AES_ENCRYPT('testpassword','secretkey'));

In the example above we have a database table called LOGON with two columns USERNAME and PASSWORD. We add a user ('testuser') as normal but we encrypt the password using the AES_ENCRYPT() function. The first parameter is the password ('testpassword') and the second parameter is a secret key which will be used for decryption ('secretkey' in this example).

To retrieve as decrypted column value we can SELECT as follows:

SELECT AES_DECRYPT(PASSWORD,'secretkey') FROM LOGON

In the above we call the AES_DECRYPT() function for the PASSWORD column using a secret key (again, 'secretkey' in this example).

 
Wind Farm Management & Vertoda PDF Print E-mail

 

Written by martcon   
Wednesday, 26 August 2009 11:32

Wind Farm

Figure 1: A Wind Farm

Wind Farms are a key component of Green Energy strategies. Simply put, a wind farm is a collection of wind turbines in a particular location that are used to generate electric power. Each wind turbine has a SCADA (Supervisory Control And Data Acquisition) platform. The SCADA system is a computer system for monitoring and controlling industrial processes, in this case wind turbines. Wind turbines are complex devices that need to be managed by IT departments. Fortunately, communication between a wind turbine and an IT system is possible through an OPC Server.

An OPC Server is a software application that acts as an Application Programming Interface. It will connect to another device or data source such as a Database or Data Warehouse and will convert the data into a standard OPC format.  (OPC stands for OLE for Process Control. OLE in turn stands for Object Linking and Embedding.)

 OPC Servers are provided by different wind turbine manufacturers such as Siemens (http://www.powergeneration.siemens.com/home) and Vestas (http://www.vestas.com/).  OPC Servers provide real time data access for remote supervision, control and data acquisition. Without OPC, Network Management, Operation and Maintenance for Wind Turbines would be infeasible.

One common format for OPC Data is OPC XML-DA. This provides a consistent format for exposing wind turbine data using XML. Using this format, OPC Servers can operate as web services. In many situations, however, OPC data is sent using FTP (File Transfer Protocol) to an organisation's IT systems. For more details about OPC see http://www.opcconnect.com/.

However, there are a number of issues that act as hindrances to the management of wind turbine data. A typical wind farm consists of wind turbines from different manufacturers. While standards are used, OPC Servers developed by different manufacturers can differ in terms of their method for data transfer, API access etc. An Wind Farm thus requires middleware that can take data from the different wind turbines, analyse this data and store the resultant information in a central location.

OPC Servers & Vertoda

Figure 2: Vertoda & OPC Servers

Figure 2 shows how Vertoda can function as middleware between the OPC Servers of Wind Turbines and an organisation's Information Systems. Vertoda will take data from OPC Servers and will translate this data that can provide information for Fault Management, Maintenance and Financial Analysis purposes. This information can be provided to Information Systems such as Enterprise and Business Intelligence Systems or can be view on the Vertoda User Interface Dashboard on a PC or Smart Phone.

We will publish a white paper on managing Wind Turbines in the coming months. For now, the cardinal point to note is the ability of Vertoda to provide a middleware solution for Wind Farms.

 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Page 9 of 19
RocketTheme Joomla Templates