GenerateAlarm

Syntax

GenerateAlarm (LPCTSTR alarmId, LPCTSTR fr, LPCTSTR refId );

Parameters

alarmId

The Alarm ID for the alarm.

fr

The Resource ID for the alarm.

refId

The optional Reference ID for the alarm. If you have no Reference ID, enter "" in this argument.

Remarks

This method sends an alarm generation message to the CIMPLICITY Alarm Manager. Included in the message will be any alarm message parameters created by calls to AddField() or AddSeverity() since initialization or the last ResetField() call. The Alarm Manager uses the current time for the alarm generation timestamp.GenerateAlarm.

More information

AlarmGen methods.