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
18f9fbbf
Commit
18f9fbbf
authored
Sep 11, 2009
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OpPlace object changed, User and RttConfig obsolete
parent
7bf339b5
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
805 additions
and
316 deletions
+805
-316
src/wbl/pwrb/src/pwrb_c_opplace.wb_load
src/wbl/pwrb/src/pwrb_c_opplace.wb_load
+421
-314
src/wbl/pwrb/src/pwrb_c_rttconfig.wb_load
src/wbl/pwrb/src/pwrb_c_rttconfig.wb_load
+2
-0
src/wbl/pwrb/src/pwrb_c_user.wb_load
src/wbl/pwrb/src/pwrb_c_user.wb_load
+2
-0
src/wbl/pwrb/src/pwrb_td_eventlistmask.wb_load
src/wbl/pwrb/src/pwrb_td_eventlistmask.wb_load
+62
-0
src/wbl/pwrb/src/pwrb_td_languageenum.wb_load
src/wbl/pwrb/src/pwrb_td_languageenum.wb_load
+81
-0
src/wbl/pwrb/src/pwrb_td_onoffenum.wb_load
src/wbl/pwrb/src/pwrb_td_onoffenum.wb_load
+61
-0
src/wbl/pwrb/src/pwrb_td_opwindlayoutmask.wb_load
src/wbl/pwrb/src/pwrb_td_opwindlayoutmask.wb_load
+82
-0
src/wbl/pwrb/src/pwrb_td_opwindpopmask.wb_load
src/wbl/pwrb/src/pwrb_td_opwindpopmask.wb_load
+92
-0
src/wbl/pwrb/src/pwrb_td_truefalseenum.wb_load
src/wbl/pwrb/src/pwrb_td_truefalseenum.wb_load
+1
-1
src/wbl/pwrb/src/pwrb_td_yesnoenum.wb_load
src/wbl/pwrb/src/pwrb_td_yesnoenum.wb_load
+1
-1
No files found.
src/wbl/pwrb/src/pwrb_c_opplace.wb_load
View file @
18f9fbbf
This diff is collapsed.
Click to expand it.
src/wbl/pwrb/src/pwrb_c_rttconfig.wb_load
View file @
18f9fbbf
...
...
@@ -23,6 +23,8 @@ SObject pwrb:Class
! @Version 1.0
! @Group Operator,NodeConfiguration
! @Summary Configuration of rtt and xtt.
! <h2>Obsolete from V4.7.0
!
! Configuration of rtt and xtt.
!*/
Object RttConfig $ClassDef 276
...
...
src/wbl/pwrb/src/pwrb_c_user.wb_load
View file @
18f9fbbf
...
...
@@ -23,6 +23,8 @@ SObject pwrb:Class
! @Version 2.0
! @Group Operator,NodeConfiguration
! @Summary Configures a user category of an operator station
! <h2>Obsolete from V4.7.0
!
! Configures a user category of an operator station.
!
! Configures a user category below the OpPlace
...
...
src/wbl/pwrb/src/pwrb_td_eventlistmask.wb_load
0 → 100644
View file @
18f9fbbf
!
! Proview $Id$
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! pwrb_eventlistmask.wb_load -- Defines the mask type EventListMask
!
SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Bitmask for events displayed in the eventlist.
!
! @b See also
! @classlink OpPlace pwrb_opplace.html
!*/
Object EventListMask $TypeDef 52
Body SysBody
Attr Type = pwr_eType_Mask
Attr Size = 4
Attr TypeRef = "pwrs:Type-$Mask"
Attr Elements = 1
EndBody
!/**
! Display alarm return events.
!*/
Object AlarmReturn $Bit
Body SysBody
Attr PgmName = "AlarmReturn"
Attr Text = "AlarmReturn"
Attr Value = 1
EndBody
EndObject
!/**
! Display alarm acknowledge events.
!*/
Object AlarmAck $Bit
Body SysBody
Attr PgmName = "AlarmAck"
Attr Text = "AlarmAck"
Attr Value = 2
EndBody
EndObject
EndObject
EndSObject
src/wbl/pwrb/src/pwrb_td_languageenum.wb_load
0 → 100644
View file @
18f9fbbf
!
! Proview $Id$
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! pwrb_td_languageenum.wb_load -- Defines the enum type LanguageEnum
!
SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Enumeration for language.
!*/
Object LanguageEnum $TypeDef 51
Body SysBody
Attr TypeRef = "pwrs:Type-$Enum"
Attr PgmName = "LanguageEnum"
EndBody
!/**
! English.
!*/
Object English $Value
Body SysBody
Attr PgmName = "English"
Attr Text = "English"
Attr Value = 0
EndBody
EndObject
!/**
! Swedish.
!*/
Object Swedish $Value
Body SysBody
Attr PgmName = "Swedish"
Attr Text = "Swedish"
Attr Value = 1
EndBody
EndObject
!/**
! German.
!*/
Object German $Value
Body SysBody
Attr PgmName = "German"
Attr Text = "German"
Attr Value = 2
EndBody
EndObject
!/**
! French.
!*/
Object French $Value
Body SysBody
Attr PgmName = "French"
Attr Text = "French"
Attr Value = 3
EndBody
EndObject
EndObject
EndSObject
src/wbl/pwrb/src/pwrb_td_onoffenum.wb_load
0 → 100644
View file @
18f9fbbf
!
! Proview $Id$
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! pwrb_td_onoffenum.wb_load -- Defines the enum type OnOff
!
SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Enumeration for on/off.
!*/
Object OnOffEnum $TypeDef 48
Body SysBody
Attr TypeRef = "pwrs:Type-$Enum"
Attr PgmName = "OnOffEnum"
EndBody
!/**
! Off.
!*/
Object Off $Value
Body SysBody
Attr PgmName = "Off"
Attr Text = "Off"
Attr Value = 0
EndBody
EndObject
!/**
! On.
!*/
Object On $Value
Body SysBody
Attr PgmName = "On"
Attr Text = "On"
Attr Value = 1
EndBody
EndObject
EndObject
EndSObject
src/wbl/pwrb/src/pwrb_td_opwindlayoutmask.wb_load
0 → 100644
View file @
18f9fbbf
!
! Proview $Id$
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! pwrb_opwindlayoutmask.wb_load -- Defines the mask type OpWindLayoutMask
!
SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Bitmask for layout of operator window.
!
! @b See also
! @classlink OpPlace pwrb_opplace.html
!*/
Object OpWindLayoutMask $TypeDef 50
Body SysBody
Attr Type = pwr_eType_Mask
Attr Size = 4
Attr TypeRef = "pwrs:Type-$Mask"
Attr Elements = 1
EndBody
!/**
! Hide Operator Window.
!*/
Object HideOperatorWindow $Bit
Body SysBody
Attr PgmName = "HideOperatorWindow"
Attr Text = "HideOperatorWindow"
Attr Value = 1
EndBody
EndObject
!/**
! Hide Licence Window.
!*/
Object HideLicenceWindow $Bit
Body SysBody
Attr PgmName = "HideLicenceWindow"
Attr Text = "HideLicenceWindow"
Attr Value = 2
EndBody
EndObject
!/**
! Hide Status bar.
!*/
Object HideStatusBar $Bit
Body SysBody
Attr PgmName = "HideStatusBar"
Attr Text = "HideStatusBar"
Attr Value = 4
EndBody
EndObject
!/**
! Close button.
!*/
Object HideCloseButton $Bit
Body SysBody
Attr PgmName = "HideCloseButton"
Attr Text = "HideCloseButton"
Attr Value = 8
EndBody
EndObject
EndObject
EndSObject
src/wbl/pwrb/src/pwrb_td_opwindpopmask.wb_load
0 → 100644
View file @
18f9fbbf
!
! Proview $Id$
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! pwrb_opwindpopmask.wb_load -- Defines the mask type OpWindPopMask
!
SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Bitmask for pop of operator window.
!
! @b See also
! @classlink OpPlace pwrb_opplace.html
!*/
Object OpWindPopMask $TypeDef 49
Body SysBody
Attr Type = pwr_eType_Mask
Attr Size = 4
Attr TypeRef = "pwrs:Type-$Mask"
Attr Elements = 1
EndBody
!/**
! Pop for A alarms.
!*/
Object Aalarm $Bit
Body SysBody
Attr PgmName = "Aalarm"
Attr Text = "Aalarm"
Attr Value = 1
EndBody
EndObject
!/**
! Pop for B alarms.
!*/
Object Balarm $Bit
Body SysBody
Attr PgmName = "Balarm"
Attr Text = "Balarm"
Attr Value = 2
EndBody
EndObject
!/**
! Pop for C alarms.
!*/
Object Calarm $Bit
Body SysBody
Attr PgmName = "Calarm"
Attr Text = "Calarm"
Attr Value = 4
EndBody
EndObject
!/**
! Pop for D larms.
!*/
Object Dalarm $Bit
Body SysBody
Attr PgmName = "Dalarm"
Attr Text = "Dalarm"
Attr Value = 8
EndBody
EndObject
!/**
! Pop for InfoMsg larms.
!*/
Object InfoMsg $Bit
Body SysBody
Attr PgmName = "InfoMsg"
Attr Text = "InfoMsg"
Attr Value = 16
EndBody
EndObject
EndObject
EndSObject
src/wbl/pwrb/src/pwrb_td_truefalseenum.wb_load
View file @
18f9fbbf
...
...
@@ -22,7 +22,7 @@ SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Enumeration for
yes no
.
! Enumeration for
true/false
.
!*/
Object TrueFalseEnum $TypeDef 45
Body SysBody
...
...
src/wbl/pwrb/src/pwrb_td_yesnoenum.wb_load
View file @
18f9fbbf
...
...
@@ -22,7 +22,7 @@ SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Enumeration for yes
no.
! Enumeration for yes
/
no.
!*/
Object YesNoEnum $TypeDef 44
Body SysBody
...
...
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