Commit 952ccd39 authored by Claes Sjofors's avatar Claes Sjofors

Doc changes for DSup and ASup

parent 01ecae11
...@@ -299,19 +299,26 @@ SObject pwrb:Class ...@@ -299,19 +299,26 @@ SObject pwrb:Class
! Bit map. A combination of flags can be attached to the ! Bit map. A combination of flags can be attached to the
! message. The possible values are as follows: ! message. The possible values are as follows:
! !
! -- 1 If this flag exists the return message ReturnText ! -- Return (1) If this flag exists the return message ReturnText
! will be sent to the event lists at the out units, ! will be sent to the event lists at the out units,
! -- 2 If this flag exists the acknowledgement message ! -- Ack (2) If this flag exists the acknowledgement message
! will be sent to the event lists at the out-units, ! will be sent to the event lists at the out-units,
! ! -- Bell(4) If the single out unit has a beep-function this
! -- 4 If the single out unit has a peep-function this
! will be activated when the message is received. ! will be activated when the message is received.
! -- 8 The message is sent to every out unit regardless ! -- Force (8) The message is sent to every out unit regardless
! ! -- InfoWindow (16) If the message is of the type INFO it will be
! --16 If the message is of the type INFO it will be
! placed in the event list. If this flag exists the ! placed in the event list. If this flag exists the
! message is also placed in the INFO square of the ! message is also placed in the INFO square of the
! alarm window where acknowledgement is to be done. ! alarm window where acknowledgement is to be done.
! -- Returned (32) The alarm status is set to returned already
! when the alarm is emitted.
! -- NoObject (64) Not used
! -- Email (128) The message will be handled by the email server
! and forwarded to the specified receiver.
! -- SMS (256) The message will be handled by the SMS server
! and forwarded to the specified receiver.
! -- UserDetectTime (512) DetectTime is set by the user when the
! alarm condition is set.
!*/ !*/
Object EventFlags $Attribute 12 Object EventFlags $Attribute 12
Body SysBody Body SysBody
......
...@@ -294,24 +294,29 @@ SObject pwrb:Class ...@@ -294,24 +294,29 @@ SObject pwrb:Class
EndBody EndBody
EndObject EndObject
!/** !/**
! Bit map. A flag combination may be attached to the ! Bit map. A combination of flags can be attached to the
! message: ! message. The possible values are as follows:
! !
! 1 = If this flag exists the return message ! -- Return (1) If this flag exists the return message ReturnText
! ReturnText will be sent to the event lists of ! will be sent to the event lists at the out units,
! ! -- Ack (2) If this flag exists the acknowledgement message
! 2 = If this flag exists the acknowledgement message ! will be sent to the event lists at the out-units,
! will be sent to the event lists of the out ! -- Bell(4) If the single out unit has a beep-function this
! ! will be activated when the message is received.
! 4 = If the out unit has a peep-function this will ! -- Force (8) The message is sent to every out unit regardless
! be activated when the message is received. ! -- InfoWindow (16) If the message is of the type INFO it will be
! ! placed in the event list. If this flag exists the
! 8 = The message is sent to every out unit ! message is also placed in the INFO square of the
! ! alarm window where acknowledgement is to be done.
! 16 = If the message is of the type INFO it will be ! -- Returned (32) The alarm status is set to returned already
! placed in the event list. If this flag exists ! when the alarm is emitted.
! the message is also placed in the INFO square ! -- NoObject (64) Not used
! of the alarm window where acknowledgement is to ! -- Email (128) The message will be handled by the email server
! and forwarded to the specified receiver.
! -- SMS (256) The message will be handled by the SMS server
! and forwarded to the specified receiver.
! -- UserDetectTime (512) DetectTime is set by the user when the
! alarm condition is set.
!*/ !*/
Object EventFlags $Attribute 12 Object EventFlags $Attribute 12
Body SysBody Body SysBody
......
...@@ -106,7 +106,8 @@ SObject pwrb:Type ...@@ -106,7 +106,8 @@ SObject pwrb:Type
EndBody EndBody
EndObject EndObject
!/** !/**
! Undocumented... ! The alarm status is set to returned already when the
! alarm is emitted.
!*/ !*/
Object Returned $Bit Object Returned $Bit
Body SysBody Body SysBody
...@@ -116,7 +117,7 @@ SObject pwrb:Type ...@@ -116,7 +117,7 @@ SObject pwrb:Type
EndBody EndBody
EndObject EndObject
!/** !/**
! Undocumented... ! Not used.
!*/ !*/
Object NoObject $Bit Object NoObject $Bit
Body SysBody Body SysBody
...@@ -126,7 +127,7 @@ SObject pwrb:Type ...@@ -126,7 +127,7 @@ SObject pwrb:Type
EndBody EndBody
EndObject EndObject
!/** !/**
! The message will be handle by the email server and ! The message will be handled by the email server and
! forwarded to the specified receiver. ! forwarded to the specified receiver.
!*/ !*/
Object Email $Bit Object Email $Bit
...@@ -137,7 +138,7 @@ SObject pwrb:Type ...@@ -137,7 +138,7 @@ SObject pwrb:Type
EndBody EndBody
EndObject EndObject
!/** !/**
! The message will be handle by the SMS server and ! The message will be handled by the SMS server and
! forwarded to the specified receiver. ! forwarded to the specified receiver.
!*/ !*/
Object SMS $Bit Object SMS $Bit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment