Applies To:
  • CitectSCADA 5.30

Summary:
In order to filter the alarm summary page correctly using the new AlarmSetQuery() feature, a new argument has been added to the function AlarmGetFieldRec() for passing in the version (instance) of an alarm.  

Solution:
A new optional argument (defaulting to zero) has been added to AlarmGetFieldRec making its arguments (INT nRID,STRING sField,INT nVER). This new nVER argument should not be used other than in an AlarmSetQuery filter function. 

Keywords:
 

Attachments