The scope of the Wintell platform is to supervise optimally operations and health of wind mills. As a result, wind turbines availability and performance will be significantly improved. Advanced machine learning algorithms, called Smart agents, are monitoring several hundred parameters per turbine to continuously diagnose health and operational performance of the system. As soon as abnormal situations are detected, these are reported and end-users are notified. The system provides reporting facilities and alleviates the workflow of end-users.
...
- Click Health Status tab in Asset.
- Click New.
- In General tab, put the Period (sec), defines the repeat interval in which the smart agent will run.
- Put Title, name of the agent.
- Detail the smart agent principle in Description, it contains the detailed information about the agent.
- Define the History source, eDNA per default.
- Choose Status, the type of agent. The default type if Tag. The options are: Tag, Script, Datamaestro, Stored Script and External.
Agent Type Description Tag It consists in establishing a threshold value to a respective status (OPERATIONAL, WARNING, ALARM, SERVICE and FAILED). It is possible to connect one or more equipment with one or more tags, selected from a list. The equipment identification number is the one used for the CMMS - Senergy. Script It consists in writing a JAVAscript using a script interface. The script can be tested before being implemented. Datamaestro It is based on a DATAmaestro Analytics predictive model. Stored Script It runs on wintell hub. Can perform simple computations or do the association with external libraries. External It runs outside the wintell hub. Push the results periodically to the WINTELL hub through a web API. - The Definition tab changes depending on the agent type.
- Define the History source, eDNA per default.
...
Create DATAmaestro agent
To create new DATAmaestro agent:
Beforehand, the predictive model must be created in DATAmaestro Analytics.- Click Health status tab in Asset.
- Click New button.
- In General tab, put Period (in seconds).
- Define the agent scope in Description field - it sets the Agent’s name.
- Put History source, if other than eDNA.
- In Definition tab, put Equipment number. This field is filled automatically.
- Put DATAmaestro Project name. Example: /wintell/XXX.dm.project
- Put Task name. It is the name of the model
- Put status Thresholds.
Select Status: OPERATIONAL, WARNING, ALARM, SERVICE and FAIL.
Status Description Operational Equipment is working appropriately Warning There is a possible danger or problem in the near future Alarm Indication of fault Service Equipment is in maintenance Failed Equipment failed - Put a Threshold value.
- Click Add button.
- Click Remove Selected, to discard a Threshold.
Create Text agent
To create new Text agent:
- Click Health status tab in Asset.
- Click + Create button.
- Select Text.
- Put Period (in seconds).
- Define the agent scope in Description field - agent’s name.
- Put History source, if other than eDNA.
- Write the text Script. Select tags in Tags. There is Help tab for JAVAscript tutorial with some important elements of the code.
- Click Save.
...