Alarm New Features


jbotas

Recommended Posts

I have a few requests about new features in alarms

 

- Import and export od alarms with the events scripts

- Assign groups to the alarms as in the channels

- Possibility to copy a alarm o a variable and be ablo to acess the properties

Ex:

private Alm = execute("Alarm."+Almname)

private AlmFired = Alm.Fired

 

- A function to list alarms as an array with the properties acessible

Ex:

private AlmList = Alarm.List()

private iter = 0

while(iter < NumRows(AlmList))

  if(AlmList[iter].Fired)

        //code here

  endif

  iter++

endwhile

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.