AlarmDspLast not showing anymore

Hello,

I have a project in CitectSCADA 7.40 using the AlarmDspLast function to display alarm messages.  It is programmed to show the last 6 messages, it was working fine until I aligned the six Cicode objects, since then it is not showing anything (sometimes a line shows but disappears easily).

Any suggestions to make the function AlarmDspLast work properly?  Am I using it properly with the Cicode objects?

Thanks.

Parents
  • Hi Hubert,
    What templates are you using?
    The older style CSV_Include (XP Style) templates had 3 lines for the last 3 alarms. If you modified this and increased to 6 lines, there are a few things you need to consider:
    - The AN definitions need to be sequential. E.g. from top to bottom.
    - The AN argument for AlarmDspLast should use the first AN of the cicode object which will contain the alarm line.
    I'd recommend looking at existing templates and how they have been implemented. You might need to increase the count to accomodate your larget list, from 3 to 6 for example.
    Hope this helps.
    Olivier
Reply
  • Hi Hubert,
    What templates are you using?
    The older style CSV_Include (XP Style) templates had 3 lines for the last 3 alarms. If you modified this and increased to 6 lines, there are a few things you need to consider:
    - The AN definitions need to be sequential. E.g. from top to bottom.
    - The AN argument for AlarmDspLast should use the first AN of the cicode object which will contain the alarm line.
    I'd recommend looking at existing templates and how they have been implemented. You might need to increase the count to accomodate your larget list, from 3 to 6 for example.
    Hope this helps.
    Olivier
Children
No Data