Hi Guys.
Is possible to make queries to RAIMA? I have Win CC OA 3.10 and i require make customized reports of alarms and events.
Thanks in advanced,
Francisco
RAIMA Query
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: RAIMA Query
Hello Mr. Fonseca,
with query-commands it is possible to retrieve data from the system.
Which command and which options you have to use depends on the data which shall be read.
To read historical data you can use the function dpGetPeriod(), alertGetPeriod() or dpQuery with a TIMERANGE condition.
Please have a look at the WinCC OA online help to get additional information concerning these CTRL-functions.
For detailled information please get in contact with the Coc USA which is responsible for the technical support for this project.
The contact information is
e-mail: support.america.automation@siemens.com
Phone: +1 423 262 2960
Best Regards
Leopold Knipp
Senior Support Specialist
with query-commands it is possible to retrieve data from the system.
Which command and which options you have to use depends on the data which shall be read.
To read historical data you can use the function dpGetPeriod(), alertGetPeriod() or dpQuery with a TIMERANGE condition.
Please have a look at the WinCC OA online help to get additional information concerning these CTRL-functions.
For detailled information please get in contact with the Coc USA which is responsible for the technical support for this project.
The contact information is
e-mail: support.america.automation@siemens.com
Phone: +1 423 262 2960
Best Regards
Leopold Knipp
Senior Support Specialist
- fmulder
- Posts:330
- Joined: Wed Feb 03, 2010 9:46 am
Re: RAIMA Query
In the portal, Section 'Lab' ( select 'X-Files') you'll see a Word document 'XFile 1 - The Code' that shows how to do a query.
You may find this interesting.
You may find this interesting.
- francisco13
- Posts:2
- Joined: Wed May 23, 2012 9:02 pm
Re: RAIMA Query
Thanks in advanced. Francisco