IntegratedAlarmSystem-Group / ias-display

IAS Display, implemented in Angular
Other
1 stars 1 forks source link

Inconsistency between overview and table #48

Closed acaproni closed 6 years ago

acaproni commented 6 years ago

There is an inconsistency between the weather alarms shown by the overview and those in the table. The table shows an alarm in this moment:

table2

But the overview shows the invalid state instead of begin RED+INVALID as there are invalid monitor points as well as valid ones.

overview

However, note that now the alarm state changes often between read and green.

jmaldonadof commented 6 years ago

This is not a problem of the display, this happens because the ias core is not sending the alarms shown in the overview yet. The display does not process the alarms to determine if there is a problem in any of the weather sensors, instead, it expect to receive three different alarms from the core that indicate that any of the humidity, temperature or windspeed sensors are set. For now, if the IAS core sends an iasio of type alarm with core id "WS-Temperature-Global", it will be displayed in the overview. The same for the other 2 type of sensors.

acaproni commented 6 years ago

Very good! I have already configured the CDB with the alarms you are talking about Jazmine, Still the processing from the supervisor is missing.