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
77b43241
Commit
77b43241
authored
Nov 14, 2013
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Xtt curve layout mask added
parent
a54ce781
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
122 additions
and
0 deletions
+122
-0
src/wbl/pwrb/src/pwrb_c_dsfastcurve.wb_load
src/wbl/pwrb/src/pwrb_c_dsfastcurve.wb_load
+8
-0
src/wbl/pwrb/src/pwrb_c_dstrend.wb_load
src/wbl/pwrb/src/pwrb_c_dstrend.wb_load
+8
-0
src/wbl/pwrb/src/pwrb_c_dstrendcurve.wb_load
src/wbl/pwrb/src/pwrb_c_dstrendcurve.wb_load
+8
-0
src/wbl/pwrb/src/pwrb_c_plotgroup.wb_load
src/wbl/pwrb/src/pwrb_c_plotgroup.wb_load
+8
-0
src/wbl/pwrb/src/pwrb_c_sevhist.wb_load
src/wbl/pwrb/src/pwrb_c_sevhist.wb_load
+8
-0
src/wbl/pwrb/src/pwrb_c_sevhistobject.wb_load
src/wbl/pwrb/src/pwrb_c_sevhistobject.wb_load
+8
-0
src/wbl/pwrb/src/pwrb_td_curvelayoutmask.wb_load
src/wbl/pwrb/src/pwrb_td_curvelayoutmask.wb_load
+74
-0
No files found.
src/wbl/pwrb/src/pwrb_c_dsfastcurve.wb_load
View file @
77b43241
...
...
@@ -318,6 +318,14 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Curve window layout.
!*/
Object Layout $Attribute 24
Body SysBody
Attr TypeRef = "pwrb:Type-CurveLayoutMask"
EndBody
EndObject
!/**
! Specifies the first element in DataBuffer since the
! triggering has taken place.
!*/
...
...
src/wbl/pwrb/src/pwrb_c_dstrend.wb_load
View file @
77b43241
...
...
@@ -209,6 +209,14 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Curve window layout.
!*/
Object Layout $Attribute 18
Body SysBody
Attr TypeRef = "pwrb:Type-CurveLayoutMask"
EndBody
EndObject
!/**
! Number of samples per sub-buffer.
!*/
Object NoOfSample $Attribute 10
...
...
src/wbl/pwrb/src/pwrb_c_dstrendcurve.wb_load
View file @
77b43241
...
...
@@ -246,6 +246,14 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Curve window layout.
!*/
Object Layout $Attribute 17
Body SysBody
Attr TypeRef = "pwrb:Type-CurveLayoutMask"
EndBody
EndObject
!/**
! Number of samples.
!*/
Object NoOfSample $Attribute 10
...
...
src/wbl/pwrb/src/pwrb_c_plotgroup.wb_load
View file @
77b43241
...
...
@@ -226,6 +226,14 @@ SObject pwrb:Class
Attr Flags = 0
EndBody
EndObject
!/**
! Curve window layout.
!*/
Object Layout $Attribute 16
Body SysBody
Attr TypeRef = "pwrb:Type-CurveLayoutMask"
EndBody
EndObject
EndObject
EndObject
EndSObject
src/wbl/pwrb/src/pwrb_c_sevhist.wb_load
View file @
77b43241
...
...
@@ -151,6 +151,14 @@ SObject pwrb:Class
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
!/**
! Curve window layout.
!*/
Object Layout $Attribute 9
Body SysBody
Attr TypeRef = "pwrb:Type-CurveLayoutMask"
EndBody
EndObject
EndObject
Object Template SevHist
Body RtBody
...
...
src/wbl/pwrb/src/pwrb_c_sevhistobject.wb_load
View file @
77b43241
...
...
@@ -146,6 +146,14 @@ SObject pwrb:Class
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
!/**
! Curve window layout.
!*/
Object Layout $Attribute 9
Body SysBody
Attr TypeRef = "pwrb:Type-CurveLayoutMask"
EndBody
EndObject
EndObject
Object Template SevHistObject
Body RtBody
...
...
src/wbl/pwrb/src/pwrb_td_curvelayoutmask.wb_load
0 → 100644
View file @
77b43241
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2012 SSAB EMEA AB.
!
! This file is part of Proview.
!
! 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 Proview. If not, see <http://www.gnu.org/licenses/>
!
! Linking Proview statically or dynamically with other modules is
! making a combined work based on Proview. Thus, the terms and
! conditions of the GNU General Public License cover the whole
! combination.
!
! In addition, as a special exception, the copyright holders of
! Proview give you permission to, from the build function in the
! Proview Configurator, combine Proview with modules generated by the
! Proview PLC Editor to a PLC program, regardless of the license
! terms of these modules. You may copy and distribute the resulting
! combined work under the terms of your choice, provided that every
! copy of the combined work is accompanied by a complete copy of
! the source code of Proview (the version used to produce the
! combined work), being distributed under the terms of the GNU
! General Public License plus this exception.
!
! pwrb_curvelayoutmask.wb_load -- Defines the mask type CurveLayoutMask
!
SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Bitmask for layout of curve window.
!
! @b See also
! @classlink OpPlace pwrb_dstrend.html
! @classlink OpPlace pwrb_dstrendcurve.html
! @classlink OpPlace pwrb_dsfastcurve.html
! @classlink OpPlace pwrb_sevhist.html
! @classlink OpPlace pwrb_sevhistobject.html
! @classlink OpPlace pwrb_plotgroup.html
!*/
Object CurveLayoutMask $TypeDef 72
Body SysBody
Attr Type = pwr_eType_Mask
Attr Size = 4
Attr TypeRef = "pwrs:Type-$Mask"
Attr Elements = 1
EndBody
!/**
! Position attribute description before attribute name.
!*/
Object AttrDescrFirst $Bit
Body SysBody
Attr PgmName = "AttrDescrFirst"
Attr Text = "AttrDescrFirst"
Attr Value = 1
EndBody
EndObject
EndObject
EndSObject
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