Applies To:
  • CitectSCADA v7.1 

Summary:
 Advanced Alarm Filter does not filter on "State" and "Type" parameters.


Solution:
Citect is aware of this issue and is currently investigating it.

As a workaround, follow these steps:

1.) Open the Project - CSV_Include

2.) Open CSV_Alarms.ci cicode file.

3.) Find the function CSV_Alarms_AdvFilterConfig(INT iAlarmType, INT iMonitor = -1)

And comment the following two lines: (Line numbers - 3307 and 3308)

//_ObjectSetProperty(objState, "Style", 1);

//_ObjectSetProperty(objType, "Style", 1);

Display style of the parameters changes to a drop-down box (as shown below) but the "advanced filter" should work fine now.



Keywords:
 Filter, State, Type, Area, Category, Combo Box

Attachments