Nuestras marcas

Impact-Company-Logo-English Black-01-177x54

Web de Schneider Electric España

Bienvenido a nuestra web
		
¿Cómo podemos ayudarle hoy?
Geo SCADA: Query - Alarm Count, All configured alarms in the Database

Question

How do I determine the current alarm count (number of configured alarms) in a Geo SCADA Database?

In addition, how do I retrieve a list of all configured alarms?

Answer

Example 1)

The following query will show the total number of configured alarms in the GS database:

SELECT

COUNT(*)

FROM

CALARM

If the above query is entered in a list on a mimic, the result will look similar to the screen shot below:

image 1

The number in the list represents the total number of alarms that are configured in the Geo SCADA database (not the current number of active alarms).

Example 2)

The following query will show all configured alarms in the GS database:

SELECT

*

FROM

CALARM

I.E.

image 2

The number of rows in the list equals the number of alarm conditions that are configured (I.E. the maximum number of configured alarms in the database – not the number of active alarms).

Example 3

The 2nd query above may be edited to see the Object ID number for each of the alarms as follows:

SELECT

CONDNAME, ID, ID, STATE, STATEDESC

FROM

CALARM

I.E.

image 3

The ID field represents the database object.  Configured Alarms showing in the ‘Condition Name’ column, that share the same ID, are all from the same database object.

Example 4)

The third query above may be edited to see only alarms for a specific Object ID number as follows:

SELECT

CONDNAME, ID, ID, STATE, STATEDESC

FROM

CALARM

WHERE

ID = 8184

I.E.

image 4

The configured alarms in this list are all from the same database object.  (In this case, the object is a Modbus – Advanced Generic Direct Outstation)

In all of these queries, the alarm conditions shown in the list do not represent active alarms (or objects that are currently in alarm).  They only show items that are configured to go into alarm (should the criteria for entering an alarm state be met).

The Geo SCADA server can display up to 250,000 simultaneous alarms.  The queries above can help to illustrate how many ‘potential’ alarms could be active at a given time (I.E. if all alarms happened to go true at the same time).  This is more of a theoretical number, however, as the likelihood of all alarm conditions being true at the same time is incredibly low.

Schneider Electric España

Explorar más
Producto:
Explorar más
Producto:

¿Necesitas ayuda?

  • Selector de productos

    Encuentra rápida y fácilmente los productos y accesorios adecuados para tus aplicaciones.

  • Pedir presupuesto

    Comienza tu consulta de ventas en línea y un experto se pondrá en contacto contigo.

  • ¿Dónde comprar?

    Encuentra fácilmente el distribuidor de Schneider Electric más cercano a ti.

  • Centro de ayuda

    Encuentra recursos de soporte para todas tus necesidades en un solo lugar.

  • Documentación de productos
  • Descargas de software
  • Selector de productos
  • Reemplazo de productos
  • Centro de ayuda y contacto
  • Encuentra nuestras oficinas
  • Pedir presupuesto
  • Dónde comprar
  • Closure of shop.se.com/es/es/ and shop.se.com/pro/es/es/
  • Carreras
  • Perfil corporativo
  • Denunciar una mala conducta
  • Accesibilidad
  • Sala de prensa
  • Inversores
  • EcoStruxure
  • Búsqueda de empleo
  • Blog
  • Política de privacidad
  • Aviso de Cookies
  • Condiciones de uso
  • Cambiar tu configuración de cookies