What MySQL table contains the Parameter Description text for Alarm events. I would have thought it is in the alarm table but it is not.
Thanks
Hi Jeff,
The Parameter Description text is not something that is stored in the alarm table. In the alarm table we store the ID of the parameter on which the alarm is generated and we store the table index, in case this is applicable. When an alarm is read from the database the ID of the parameter is converted to the correct parameter name and this, together with the table index, are added to the alarm. When Cube receives an alarm it will create the Parameter Description text itself based on the parameter name and the table index.