Applies To:
  • CitectSCADA 3.x 4.x

Summary:
Now how do you implement Event redundancy? 

Solution:
If you want redundancy on Event, you should use a report. A report has the same features as an event, plus with redundancy and with output to devices. You can ignore the output of the report by just using cicode in your report and then you have events with redundancy. To make a report like an event put the Action of the event into the report. For example if the action of an Event was PLC_BIT = TRUE; The report would look like:

{cicode}
PLC_BIT = TRUE;
{end}


Keywords:
 

Attachments