Using of Trends and Alarms with super genies

Hello colleagues!

I'm making my first project with Citect SCADA 8.10 and I faced some problems with alarm and trend representation on the super genie.

I have configurated Trend tag (LIT001_ENG_V). It is working fine, I can see the trend in default popup trend window, with genie SG1_PopTrend_Btn, etc when I address this tag directly by it's name. If I'm trying to adress it in super genie by metadata substitution (?TRN?) it is not working.

The same story with Alarm ack from the super genie. I have alarm tags, I see them in alarm list, I can ack them, etc.but metadata substitution is not working with AlarmAckTag() from super genie. 

There is something that I can't understand about the super genies. Why I can represent analog value or use toggle() on super genie with metadata substitution but can't use for instance AlarmAckTag(). What I should do to ack alarm and see trend from super genie?

Thank you and sorry for my English.

Parents
  • I'm using function AssMetadataWin("Transmitter_detail01", 10, 10, 2) to call super genie. Two names are defined: TRANSMITTER = %Transmitter%, TRN = %Transmitter%_ENG_V.
    %Transmitter% is the name of transmitter (LIT001 in this case). TRN supposed to be used only for the trend. For all other animations TRANSMITTER is used. For ex. Toggle(?TRANSMITTER?.HH_EN) or AssGetProperty("?TRANSMITTER?.ENG_VAL", "Equipment")
Reply
  • I'm using function AssMetadataWin("Transmitter_detail01", 10, 10, 2) to call super genie. Two names are defined: TRANSMITTER = %Transmitter%, TRN = %Transmitter%_ENG_V.
    %Transmitter% is the name of transmitter (LIT001 in this case). TRN supposed to be used only for the trend. For all other animations TRANSMITTER is used. For ex. Toggle(?TRANSMITTER?.HH_EN) or AssGetProperty("?TRANSMITTER?.ENG_VAL", "Equipment")
Children
No Data