Commit b6053ade authored by claes's avatar claes

*** empty log message ***

parent b687bdec
...@@ -8,4 +8,5 @@ ...@@ -8,4 +8,5 @@
060727 cs bcomp Defaultvalue for BasePressureSensor.Trend.DataName corrected. 060727 cs bcomp Defaultvalue for BasePressureSensor.Trend.DataName corrected.
070130 cs bcomp New components for On/Off burner control, CompOnOffBurner and CompOnOffZone. 070130 cs bcomp New components for On/Off burner control, CompOnOffBurner and CompOnOffZone.
070615 cs bcomp New components for filter, damper and three way valve. 070615 cs bcomp New components for filter, damper and three way valve.
071001 cs bcomp Attribute DisableSup added to most Fo object to suppress alarm messages. 071001 cs bcomp Attribute DisableSup added to most Fo object to suppress alarm messages.
\ No newline at end of file 071030 cs bcomp ConfigureComponent method also viewed for pointed but not selected object.
\ No newline at end of file
...@@ -52,3 +52,6 @@ ...@@ -52,3 +52,6 @@
071009 cs wbl Plc classes to get and store indirect data added. 071009 cs wbl Plc classes to get and store indirect data added.
071009 cs wbl Plc classes IpDistribute and IpCollect added. 071009 cs wbl Plc classes IpDistribute and IpCollect added.
071015 cs wbl Plc classes Demux and IDemux added (demultiplexers). 071015 cs wbl Plc classes Demux and IDemux added (demultiplexers).
071030 cs wbl Plc classes for bitwise shift, rotate and invert added.
071029 cs gdh gdh_ArefDisabled checks if there is a disable attribute.
071029 cs trend DsTrend object attributes with disabled parent wasn't ignored.
\ No newline at end of file
This diff is collapsed.
...@@ -80,3 +80,5 @@ ...@@ -80,3 +80,5 @@
071007 cs wb Build button in class editor toolbar builds volume instead of node. 071007 cs wb Build button in class editor toolbar builds volume instead of node.
071012 cs plc Bugfix, CArea function object inside CArea could segfault. 071012 cs plc Bugfix, CArea function object inside CArea could segfault.
071015 cs wb Bugfix in UpdateClasses, references to attributes in attribute objects wasn't updated. 071015 cs wb Bugfix in UpdateClasses, references to attributes in attribute objects wasn't updated.
071019 cs wb Bugfix in UpdateClasses, modified object attributes classes wasn't detected if modification date of the main class was later.
071019 cs wb Command 'wb load/noindex' wasn't implemented in V4.
...@@ -482,7 +482,12 @@ palette PlcEditorPalette ...@@ -482,7 +482,12 @@ palette PlcEditorPalette
menu Integer menu Integer
{ {
class BwAnd class BwAnd
class BwInv
class BwOr class BwOr
class BwRotateLeft
class BwRotateRight
class BwShiftLeft
class BwShiftRight
class Even class Even
class IAbs class IAbs
class IAdd class IAdd
......
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