Commit c3d60cd9 authored by claes's avatar claes

PresMaxLimit and PresMinLimit added

parent 5c7862be
!
! Proview $Id: pwrb_c_ii.wb_load,v 1.9 2005-09-01 14:58:01 claes Exp $
! Proview $Id: pwrb_c_ii.wb_load,v 1.10 2008-01-24 09:59:49 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
......@@ -101,6 +101,20 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! The lower respectively upper limits in the bar graph at
! presentation of ActualValue in the object display.
!*/
Object PresMaxLimit $Attribute 12
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object PresMinLimit $Attribute 13
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
!/**
! @Summary A XttGraph object that will open a graph for this object.
! A XttGraph object that will open a graph that contains data for
! this object. This graph can be opened from the popup menu for
......
!
! Proview $Id: pwrb_c_io.wb_load,v 1.9 2005-09-01 14:58:02 claes Exp $
! Proview $Id: pwrb_c_io.wb_load,v 1.10 2008-01-24 09:59:49 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
......@@ -98,6 +98,20 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! The lower respectively upper limits in the bar graph at
! presentation of ActualValue in the object display.
!*/
Object PresMaxLimit $Attribute 12
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
Object PresMinLimit $Attribute 13
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
!/**
! @Summary A XttGraph object that will open a graph for this object.
! A XttGraph object that will open a graph that contains data for
! this object. This graph can be opened from the popup menu for
......
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