Commit 355dbbc3 authored by claes's avatar claes

*** empty log message ***

parent e26d5cd3
......@@ -56,3 +56,11 @@
071029 cs gdh gdh_ArefDisabled checks if there is a disable attribute.
071029 cs trend DsTrend object attributes with disabled parent wasn't ignored.
071123 rk rt Bugfix in subc_ActivateList. Subscriptions where not refreshed when remote node restarted. Affects rt_neth_acp.
071129 cs init ActualValue pointer and ValueIndex in signals restored after load of backup, i.e. backup of whole signal object is possible.
071203 cs trace Open Subwindow (Ctrl/L) added to menu in trace.
071205 cs wbl Symbols INT_MAX, INT_MIN, FLT_MAX and FLT_MIN added.
071221 cs ini Pwrp_alias-file: conversion to upper case removed, and adapted to multiple attribute segments in object name.
080114 cs doc New chapter Class Editor in Designer's Guide.
080118 cs trace Object description viewed as tooltip in trace. Also $PlcMain and $PlcFo translated and viewed in tooltip.
080121 cs pwrb MoreText added to DSup, ASup and CycleSup, and to mh protocol.
080122 cs pwrb Attributes PresMinLimit and PresMaxLimit added to Ii and Io.
\ No newline at end of file
!
! Proview $Id: pwrs_td_text256.wb_load,v 1.1 2008-01-24 09:54:01 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund 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.
!
! pwrs_td_text256.wb_load -- Defines the type Text256
!
SObject pwrs:Type
!/**
! @Version 1.0
! @Code pwr.h
! @Group DerivedTypes,Types
! 256 characters null-terminated text. Derived type from Text.
!
! The maximum length of the text without the null termination is
! 255 characters.
!
! @b See also
! @classlink Text pwrs_text.html
!*/
Object $Text256 $TypeDef 22
Body SysBody
Attr Type = pwr_eType_Text
Attr Size = 256
Attr TypeRef = "pwrs:Type-$Text"
Attr Elements = 256
EndBody
EndObject
EndSObject
......@@ -87,4 +87,8 @@
071105 cs wb Bugfix in plc plant navigator, attribute objects with disable attribute couldn't be opened.
071105 cs wb Plc plant navigator, objects without children and object attributes can be opened with Shift/Right key.
071105 cs wb Symbolic references are not cleared by copy.
071105 cs wb Copy with the ingnore switch, replaces unknown classes with $ClassLost.
\ No newline at end of file
071105 cs wb Copy with the ingnore switch, replaces unknown classes with $ClassLost.
071206 cs wb Objid stored at compilation of Template Fo windows.
071221 cs wb Opening of buffers from menu in gtk version didn't work.
070115 cs wb DataName not reset when ASup, DsTrend or DsFast object moved.
070117 cs wb Graphmethod 12 added, to read functionobjects drawn in Ge.
/*
* Proview $Id: wb_vrepced.cpp,v 1.2 2007-12-21 13:18:01 claes Exp $
* Proview $Id: wb_vrepced.cpp,v 1.3 2008-01-24 09:49:24 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -1121,6 +1121,7 @@ bool wb_vrepced::classeditorCheckMove( wb_orep *o, ldh_eDest dest_code,
*sts = LDH__CLASSMISPLACED;
return false;
}
break;
}
case pwr_eClass_ClassDef:
case pwr_eClass_TypeDef:
......
......@@ -66,3 +66,12 @@
071017 cs flow Problems with poor scrolling performance in gtk version fixed.
071018 cs xtt Sensitivity setting of method buttons in xtt toolbar delayed to speed up selection with arrow keys.
071130 cs ge Type graph for UInt32 added.
071220 cs glow Bugfix in java generator for rounded rectangles without fill, which caused exception in java vm.
080115 cs glow Bugfix in tooltip position in window objects.
080115 cs xtt Graphs and other files listed in alphabetical order.
080116 cs xtt Input of national characters in Ge graph didn't work in gtk version.
080117 cs ge Export PlcFo added, drawing of plc function objects in Ge.
080118 cs flow Tooltip added to flow.
080118 cs xtt PlcConnect item in popupmenu for connected functionobject wasn't displayed in gtk version.
080121 cs op Operator window is popped when new alarm is received.
080123 cs ge Subscription initiation optimized in ge graph.
\ No newline at end of file
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