Commit 77b43241 authored by Claes Sjofors's avatar Claes Sjofors

Xtt curve layout mask added

parent a54ce781
......@@ -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.
!*/
......
......@@ -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
......
......@@ -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
......
......@@ -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
......@@ -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
......
......@@ -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
......
!
! 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
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