Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
952ccd39
Commit
952ccd39
authored
May 22, 2014
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc changes for DSup and ASup
parent
01ecae11
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
47 additions
and
34 deletions
+47
-34
src/wbl/pwrb/src/pwrb_c_asup.wb_load
src/wbl/pwrb/src/pwrb_c_asup.wb_load
+20
-13
src/wbl/pwrb/src/pwrb_c_dsup.wb_load
src/wbl/pwrb/src/pwrb_c_dsup.wb_load
+22
-17
src/wbl/pwrb/src/pwrb_td_eventflagsmask.wb_load
src/wbl/pwrb/src/pwrb_td_eventflagsmask.wb_load
+5
-4
No files found.
src/wbl/pwrb/src/pwrb_c_asup.wb_load
View file @
952ccd39
...
@@ -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.
! -- Force (8) The message is sent to every out unit regardless
! -- 8 The message is sent to every out unit regardless
! -- InfoWindow (16) If the message is of the type INFO it will be
!
! placed in the event list. If this flag exists the
! --16 If the message is of the type INFO it will be
! message is also placed in the INFO square of the
! placed in the event list. If this flag exists the
! alarm window where acknowledgement is to be done.
! message is also placed in the INFO square of the
! -- Returned (32) The alarm status is set to returned already
! alarm window where acknowledgement is to be done.
! 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
...
...
src/wbl/pwrb/src/pwrb_c_dsup.wb_load
View file @
952ccd39
...
@@ -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
...
...
src/wbl/pwrb/src/pwrb_td_eventflagsmask.wb_load
View file @
952ccd39
...
@@ -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 handle
d
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 handle
d
by the SMS server and
! forwarded to the specified receiver.
! forwarded to the specified receiver.
!*/
!*/
Object SMS $Bit
Object SMS $Bit
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment