Add/Remove Colums from Alarm template

Hi,

I'm using Citect Scada 2018 and I want to remove the "tag" column and add logstate property.

How can I do that from the graphic editor?

Thanks

  • Hi
    This isn't done through the graphics editor or page instance. This is done via the alarm format within the alarm category definition. It can also be done via Citect.ini or project parameter for last alarm format.

    See the help for more details:
    https://gcsresource.aveva.com/Citect/WebHelp/citect2018/Content/FormatAlarmsinaStandardProject.htm

    For example, the Example project alarm format is:
    {TAG,16}^v {NAME,12}^v {DESC,32}^v {ERRPAGE,20}^v {ERRDESC,20}

    So you could modify your alarm categories to use this format:
    {LogState,16}^v {NAME,12}^v {DESC,32}^v {ERRPAGE,20}^v {ERRDESC,20}

    This is done within Citect Studio > Setup > Alarming > Alarm Categories.