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
...@@ -11,6 +11,40 @@ ...@@ -11,6 +11,40 @@
<td><b>Module</b></td> <td><b>Module</b></td>
<td><b>Change</b></td> <td><b>Change</b></td>
<td><b>Sign</b></td></tr> <td><b>Sign</b></td></tr>
<tr><td>30-OCT-2007</td><td>src/wbl</td>
<td>Plc classes for bitwise shift, rotate and invert added.</td><td>cs</td></tr>
<tr><td>30-OCT-2007</td><td>bcomp/bcomp</td>
<td>ConfigureComponent method also viewed for pointed but not selected object.</td><td>cs</td></tr>
<tr><td>29-OCT-2007</td><td>src/gdh</td>
<td>gdh_ArefDisabled checks if there is a disable attribute.</td><td>cs</td></tr>
<tr><td>29-OCT-2007</td><td>src/trend</td>
<td>DsTrend object attributes with disabled parent wasn't ignored.</td><td>cs</td></tr>
<tr><td>19-OCT-2007</td><td>wb/wb</td>
<td>Bugfix in UpdateClasses, modified object attributes classes wasn't detected if modification date of the main class was later.</td><td>cs</td></tr>
<tr><td>19-OCT-2007</td><td>wb/wb</td>
<td>Command 'wb load/noindex' wasn't implemented in V4.</td><td>cs</td></tr>
<tr><td>18-OCT-2007</td><td>xtt/xtt</td>
<td>Sensitivity setting of method buttons in xtt toolbar delayed to speed up selection with arrow keys.</td><td>cs</td></tr>
<tr><td>17-OCT-2007</td><td>xtt/flow</td>
<td>Problems with poor scrolling performance in gtk version fixed.</td><td>cs</td></tr>
<tr><td>16-OCT-2007</td><td>xtt/ge</td>
<td>Time format in dynamic Value added: %4t date only and %5t compressed date.</td><td>cs</td></tr>
<tr><td>15-OCT-2007</td><td>src/wbl</td>
<td>Plc classes Demux and IDemux added (demultiplexers).</td><td>cs</td></tr>
<tr><td>15-OCT-2007</td><td>wb/wb</td>
<td>Bugfix in UpdateClasses, references to attributes in attribute objects wasn't updated.</td><td>cs</td></tr>
<tr><td>12-OCT-2007</td><td>wb/plc</td>
<td>Bugfix, CArea function object inside CArea could segfault.</td><td>cs</td></tr>
<tr><td>09-OCT-2007</td><td>src/wbl</td>
<td>Plc classes to get and store indirect data added.</td><td>cs</td></tr>
<tr><td>09-OCT-2007</td><td>src/wbl</td>
<td>Plc classes IpDistribute and IpCollect added.</td><td>cs</td></tr>
<tr><td>08-OCT-2007</td><td>othermanu/-</td>
<td>Eurotherm TC3001 tyristor unit added.</td><td>cs</td></tr>
<tr><td>08-OCT-2007</td><td>profibus/-</td>
<td>ChanIi with name starting with Diag_ fetches value from diagnostic area.</td><td>cs</td></tr>
<tr><td>07-OCT-2007</td><td>wb/wb</td>
<td>Build button in class editor toolbar builds volume instead of node.</td><td>cs</td></tr>
<tr><td>01-OCT-2007</td><td>bcomp/bcomp</td> <tr><td>01-OCT-2007</td><td>bcomp/bcomp</td>
<td>Attribute DisableSup added to most Fo object to suppress alarm messages.</td><td>cs</td></tr> <td>Attribute DisableSup added to most Fo object to suppress alarm messages.</td><td>cs</td></tr>
<tr><td>26-SEP-2007</td><td>wb/utl</td> <tr><td>26-SEP-2007</td><td>wb/utl</td>
...@@ -28,27 +62,27 @@ ...@@ -28,27 +62,27 @@
<tr><td>19-SEP-2007</td><td>src/wbl</td> <tr><td>19-SEP-2007</td><td>src/wbl</td>
<td>New class XyCurve to view a curve of points with x,y coordiantes.</td><td>cs</td></tr> <td>New class XyCurve to view a curve of points with x,y coordiantes.</td><td>cs</td></tr>
<tr><td>18-SEP-2007</td><td>wb/wb</td> <tr><td>18-SEP-2007</td><td>wb/wb</td>
<td>More syntax control added to class editor.</td><td>cs</td></tr>
<tr><td>18-SEP-2007</td><td>wb/wb</td>
<td>Lost classes replaced with $ClassLost when reading wb_load file.</td><td>cs</td></tr> <td>Lost classes replaced with $ClassLost when reading wb_load file.</td><td>cs</td></tr>
<tr><td>18-SEP-2007</td><td>src/wbl</td> <tr><td>18-SEP-2007</td><td>src/wbl</td>
<td>New systemclass $ClassLost to replace lost classes.</td><td>cs</td></tr> <td>New systemclass $ClassLost to replace lost classes.</td><td>cs</td></tr>
<tr><td>18-SEP-2007</td><td>wb/wb</td>
<td>More syntax control added to class editor.</td><td>cs</td></tr>
<tr><td>17-SEP-2007</td><td>wb/plc</td>
<td>Bugfix, reference connections could not be set in gtk.</td><td>cs</td></tr>
<tr><td>17-SEP-2007</td><td>java/rt</td>
<td>Gdh functions GetObjectInfoFloatArray and GetObjectInfoIntArray added.</td><td>cs</td></tr>
<tr><td>17-SEP-2007</td><td>java/jop</td> <tr><td>17-SEP-2007</td><td>java/jop</td>
<td>Support for XY-curves.</td><td>cs</td></tr> <td>Support for XY-curves.</td><td>cs</td></tr>
<tr><td>17-SEP-2007</td><td>java/rt</td>
<td>Gdh functions GetObjectInfoFloatArray and GetObjectInfoIntArray added.</td><td>cs</td></tr>
<tr><td>17-SEP-2007</td><td>wb/plc</td>
<td>Bugfix, reference connections could not be set in gtk.</td><td>cs</td></tr>
<tr><td>12-SEP-2007</td><td>xtt/ge</td> <tr><td>12-SEP-2007</td><td>xtt/ge</td>
<td>Component and dynamic for xy-curve added.</td><td>cs</td></tr> <td>Component and dynamic for xy-curve added.</td><td>cs</td></tr>
<tr><td>06-SEP-2007</td><td>src/statussrv</td> <tr><td>06-SEP-2007</td><td>src/statussrv</td>
<td>Functionality to view userstatus added.</td><td>cs</td></tr> <td>Functionality to view userstatus added.</td><td>cs</td></tr>
<tr><td>05-SEP-2007</td><td>wb/utl</td>
<td>Bugfix in listdescriptor. Superclass attributes where not printed.</td><td>cs</td></tr>
<tr><td>05-SEP-2007</td><td>wb/wb</td>
<td>Bugfix in ldh_GetClassListAttrRef, success status was returned though list was empty.</td><td>cs</td></tr>
<tr><td>05-SEP-2007</td><td>src/doc</td> <tr><td>05-SEP-2007</td><td>src/doc</td>
<td>New Guide to I/O Systems.</td><td>cs</td></tr> <td>New Guide to I/O Systems.</td><td>cs</td></tr>
<tr><td>05-SEP-2007</td><td>wb/wb</td>
<td>Bugfix in ldh_GetClassListAttrRef, success status was returned though list was empty.</td><td>cs</td></tr>
<tr><td>05-SEP-2007</td><td>wb/utl</td>
<td>Bugfix in listdescriptor. Superclass attributes where not printed.</td><td>cs</td></tr>
<tr><td>04-SEP-2007</td><td>xtt/glow</td> <tr><td>04-SEP-2007</td><td>xtt/glow</td>
<td>Property Fix position added to rectangles and polylines.</td><td>cs</td></tr> <td>Property Fix position added to rectangles and polylines.</td><td>cs</td></tr>
<tr><td>27-AUG-2007</td><td>wb/wtt</td> <tr><td>27-AUG-2007</td><td>wb/wtt</td>
...@@ -67,13 +101,13 @@ ...@@ -67,13 +101,13 @@
<td>Problems with the three first colors of the palette as backgroundcolor fixed.</td><td>cs</td></tr> <td>Problems with the three first colors of the palette as backgroundcolor fixed.</td><td>cs</td></tr>
<tr><td>20-AUG-2007</td><td>xtt/glow</td> <tr><td>20-AUG-2007</td><td>xtt/glow</td>
<td>Grid drawing improved.</td><td>cs</td></tr> <td>Grid drawing improved.</td><td>cs</td></tr>
<tr><td>20-JUL-2007</td><td>java/rt</td>
<td>MhServer didn't terminate at qcom termination message.</td><td>cs</td></tr>
<tr><td>20-JUL-2007</td><td>src/co</td> <tr><td>20-JUL-2007</td><td>src/co</td>
<td>Listwidgets: Doubleclick and Enter activates a row.</td><td>cs</td></tr> <td>Listwidgets: Doubleclick and Enter activates a row.</td><td>cs</td></tr>
<tr><td>20-JUL-2007</td><td>nmps/celldisp</td> <tr><td>20-JUL-2007</td><td>nmps/celldisp</td>
<td>Int16 attributes in CellDisp with suffix ##Int16 in attributename.</td><td>cs</td></tr> <td>Int16 attributes in CellDisp with suffix ##Int16 in attributename.</td><td>cs</td></tr>
<tr><td>20-JUL-2007</td><td>java/rt</td> <tr><td>20-JUL-2007</td><td>java/rt</td>
<td>MhServer didn't terminate at qcom termination message.</td><td>cs</td></tr>
<tr><td>20-JUL-2007</td><td>java/rt</td>
<td>HistServer didn't listen to qcom termination message.</td><td>cs</td></tr> <td>HistServer didn't listen to qcom termination message.</td><td>cs</td></tr>
<tr><td>17-JUL-2007</td><td>wb/plc</td> <tr><td>17-JUL-2007</td><td>wb/plc</td>
<td>Select next object with Ctrl/Arrow keys. Expand/Compress object moved to Shift/Up and Shift/Down.</td><td>cs</td></tr> <td>Select next object with Ctrl/Arrow keys. Expand/Compress object moved to Shift/Up and Shift/Down.</td><td>cs</td></tr>
...@@ -87,26 +121,26 @@ ...@@ -87,26 +121,26 @@
<td>Bugfix in Update Classes. All attribute references wasn't updated.</td><td>cs</td></tr> <td>Bugfix in Update Classes. All attribute references wasn't updated.</td><td>cs</td></tr>
<tr><td>06-JUL-2007</td><td>/.</td> <tr><td>06-JUL-2007</td><td>/.</td>
<td>Release 4.4.2-1.</td><td>cs</td></tr> <td>Release 4.4.2-1.</td><td>cs</td></tr>
<tr><td>05-JUL-2007</td><td>xtt/xtt</td>
<td>Bugfix in logging, parameters with array index couldn't be restored from saved entry.</td><td>cs</td></tr>
<tr><td>05-JUL-2007</td><td>xtt/glow</td> <tr><td>05-JUL-2007</td><td>xtt/glow</td>
<td>Bugfix in connections, ConGlue wasn't snapped to grid and connection wasn't drawn when created.</td><td>cs</td></tr> <td>Bugfix in connections, ConGlue wasn't snapped to grid and connection wasn't drawn when created.</td><td>cs</td></tr>
<tr><td>04-JUL-2007</td><td>xtt/ge</td> <tr><td>05-JUL-2007</td><td>xtt/xtt</td>
<td>Circuitdiagram symbols added.</td><td>cs</td></tr> <td>Bugfix in logging, parameters with array index couldn't be restored from saved entry.</td><td>cs</td></tr>
<tr><td>04-JUL-2007</td><td>xtt/glow</td> <tr><td>04-JUL-2007</td><td>xtt/glow</td>
<td>Subgraph name size increased from 32 to 80 characters.</td><td>cs</td></tr> <td>Subgraph name size increased from 32 to 80 characters.</td><td>cs</td></tr>
<tr><td>04-JUL-2007</td><td>xtt/ge</td>
<td>Circuitdiagram symbols added.</td><td>cs</td></tr>
<tr><td>29-JUN-2007</td><td>src/doc</td>
<td>Subgraph documentation (Graphic Symbol Library) in xtthelp, pdf and html.</td><td>cs</td></tr>
<tr><td>29-JUN-2007</td><td>xtt/ge</td> <tr><td>29-JUN-2007</td><td>xtt/ge</td>
<td>New buttons in tools panel for scale double size and half size.</td><td>cs</td></tr> <td>New buttons in tools panel for scale double size and half size.</td><td>cs</td></tr>
<tr><td>29-JUN-2007</td><td>xtt/ge</td> <tr><td>29-JUN-2007</td><td>src/convert</td>
<td>New ventilation subgraphs added.</td><td>cs</td></tr> <td>Generation of xtthelp file from pwg files.</td><td>cs</td></tr>
<tr><td>29-JUN-2007</td><td>xtt/ge</td> <tr><td>29-JUN-2007</td><td>xtt/ge</td>
<td>New helpentry for subgraphs and help popup menu in subgraph palette.</td><td>cs</td></tr> <td>New helpentry for subgraphs and help popup menu in subgraph palette.</td><td>cs</td></tr>
<tr><td>29-JUN-2007</td><td>xtt/ge</td>
<td>New ventilation subgraphs added.</td><td>cs</td></tr>
<tr><td>29-JUN-2007</td><td>xtt/glow</td> <tr><td>29-JUN-2007</td><td>xtt/glow</td>
<td>Documentation block added to pwg file.</td><td>cs</td></tr> <td>Documentation block added to pwg file.</td><td>cs</td></tr>
<tr><td>29-JUN-2007</td><td>src/doc</td>
<td>Subgraph documentation (Graphic Symbol Library) in xtthelp, pdf and html.</td><td>cs</td></tr>
<tr><td>29-JUN-2007</td><td>src/convert</td>
<td>Generation of xtthelp file from pwg files.</td><td>cs</td></tr>
<tr><td>18-JUN-2007</td><td>wb/wb</td> <tr><td>18-JUN-2007</td><td>wb/wb</td>
<td>'Copy Selected Tree'->'Before' and 'Last Child' didn't work.</td><td>cs</td></tr> <td>'Copy Selected Tree'->'Before' and 'Last Child' didn't work.</td><td>cs</td></tr>
<tr><td>15-JUN-2007</td><td>bcomp/bcomp</td> <tr><td>15-JUN-2007</td><td>bcomp/bcomp</td>
...@@ -119,20 +153,20 @@ ...@@ -119,20 +153,20 @@
<td>Fixcolor added to polyline properties.</td><td>cs</td></tr> <td>Fixcolor added to polyline properties.</td><td>cs</td></tr>
<tr><td>05-JUN-2007</td><td>wb/distr</td> <tr><td>05-JUN-2007</td><td>wb/distr</td>
<td>Bugfix, distribute to specified bootnode didn't work.</td><td>cs</td></tr> <td>Bugfix, distribute to specified bootnode didn't work.</td><td>cs</td></tr>
<tr><td>01-JUN-2007</td><td>opc/-</td>
<td>Problems with memory leakage fixed.</td><td>cs</td></tr>
<tr><td>01-JUN-2007</td><td>src/com</td> <tr><td>01-JUN-2007</td><td>src/com</td>
<td>Stub for Xtt helpfile is created when project a is created.</td><td>cs</td></tr> <td>Stub for Xtt helpfile is created when project a is created.</td><td>cs</td></tr>
<tr><td>01-JUN-2007</td><td>opc/-</td>
<td>Problems with national characters fixed.</td><td>cs</td></tr>
<tr><td>01-JUN-2007</td><td>profibus/-</td> <tr><td>01-JUN-2007</td><td>profibus/-</td>
<td>Bugfix, opening Profibus Configurator with empty gsdfile attribute caused segfault.</td><td>cs</td></tr> <td>Bugfix, opening Profibus Configurator with empty gsdfile attribute caused segfault.</td><td>cs</td></tr>
<tr><td>01-JUN-2007</td><td>opc/-</td>
<td>Problems with memory leakage fixed.</td><td>cs</td></tr>
<tr><td>01-JUN-2007</td><td>opc/-</td>
<td>Problems with national characters fixed.</td><td>cs</td></tr>
<tr><td>28-MAY-2007</td><td>wb/wb</td> <tr><td>28-MAY-2007</td><td>wb/wb</td>
<td>Bugfix in attrref conversion, attrref to single attribute objects </td><td>cs</td></tr> <td>Bugfix in attrref conversion, attrref to single attribute objects </td><td>cs</td></tr>
<tr><td>28-MAY-2007</td><td>wb/plc</td>
<td>Bugfix, DSup and ASup attribute wasn't updated if the connection was changed.</td><td>cs</td></tr>
<tr><td>28-MAY-2007</td><td>nmps/bck</td> <tr><td>28-MAY-2007</td><td>nmps/bck</td>
<td>Env variable allowed in backup filename.</td><td>cs</td></tr> <td>Env variable allowed in backup filename.</td><td>cs</td></tr>
<tr><td>28-MAY-2007</td><td>wb/plc</td>
<td>Bugfix, DSup and ASup attribute wasn't updated if the connection was changed.</td><td>cs</td></tr>
<tr><td>28-MAY-2007</td><td>remote/logg</td> <tr><td>28-MAY-2007</td><td>remote/logg</td>
<td>Env variable allowed in remotelogg filename.</td><td>cs</td></tr> <td>Env variable allowed in remotelogg filename.</td><td>cs</td></tr>
<tr><td>25-MAY-2007</td><td>src/statussrv</td> <tr><td>25-MAY-2007</td><td>src/statussrv</td>
...@@ -141,34 +175,34 @@ ...@@ -141,34 +175,34 @@
<td>More c-printf compatible output format implemented.</td><td>cs</td></tr> <td>More c-printf compatible output format implemented.</td><td>cs</td></tr>
<tr><td>22-MAY-2007</td><td>xtt/glow</td> <tr><td>22-MAY-2007</td><td>xtt/glow</td>
<td>Support for center and right alignment of texts also in java.</td><td>cs</td></tr> <td>Support for center and right alignment of texts also in java.</td><td>cs</td></tr>
<tr><td>21-MAY-2007</td><td>src/statussrv</td>
<td>New soap request to open xtt.</td><td>cs</td></tr>
<tr><td>21-MAY-2007</td><td>xtt/statusmon</td> <tr><td>21-MAY-2007</td><td>xtt/statusmon</td>
<td>Xtt and operator place can be opened from from status monitor.</td><td>cs</td></tr> <td>Xtt and operator place can be opened from from status monitor.</td><td>cs</td></tr>
<tr><td>21-MAY-2007</td><td>/.</td> <tr><td>21-MAY-2007</td><td>/.</td>
<td>Release 4.4.1-1.</td><td>cs</td></tr> <td>Release 4.4.1-1.</td><td>cs</td></tr>
<tr><td>21-MAY-2007</td><td>src/statussrv</td>
<td>New soap request to open xtt.</td><td>cs</td></tr>
<tr><td>18-MAY-2007</td><td>profibus/-</td>
<td>Added io-method IoAgentSwap to keep driver initialized during warm restart.</td><td>rk</td></tr>
<tr><td>18-MAY-2007</td><td>ssabox/rt</td>
<td>Added i/o swap-method to avoid stall during warm restart.</td><td>rk</td></tr>
<tr><td>18-MAY-2007</td><td>src/rt</td> <tr><td>18-MAY-2007</td><td>src/rt</td>
<td>Added new i/o swap-method to avoid stall during warm restart.</td><td>rk</td></tr> <td>Added new i/o swap-method to avoid stall during warm restart.</td><td>rk</td></tr>
<tr><td>16-MAY-2007</td><td>src/co</td> <tr><td>18-MAY-2007</td><td>ssabox/rt</td>
<td>New Runtime Monitor to start and monitor runtime env on local node.</td><td>cs</td></tr> <td>Added i/o swap-method to avoid stall during warm restart.</td><td>rk</td></tr>
<tr><td>18-MAY-2007</td><td>profibus/-</td>
<td>Added io-method IoAgentSwap to keep driver initialized during warm restart.</td><td>rk</td></tr>
<tr><td>16-MAY-2007</td><td>wb/wtt</td> <tr><td>16-MAY-2007</td><td>wb/wtt</td>
<td>New tools menu with Runtime Monitor and Supervision Center (gtk only). could be interpreted as attrref to whole object.</td><td>cs</td></tr> <td>New tools menu with Runtime Monitor and Supervision Center (gtk only). could be interpreted as attrref to whole object.</td><td>cs</td></tr>
<tr><td>16-MAY-2007</td><td>xtt/xtt</td> <tr><td>16-MAY-2007</td><td>xtt/xtt</td>
<td>Switch -s in rt_xtt (gtk only): an opplace can be choosen from a list.</td><td>cs</td></tr> <td>Switch -s in rt_xtt (gtk only): an opplace can be choosen from a list.</td><td>cs</td></tr>
<tr><td>16-MAY-2007</td><td>src/co</td> <tr><td>16-MAY-2007</td><td>src/co</td>
<td>New Status Monitor to supervise status of stations via webservice. </td><td>cs</td></tr> <td>New Status Monitor to supervise status of stations via webservice. </td><td>cs</td></tr>
<tr><td>16-MAY-2007</td><td>src/co</td>
<td>New Runtime Monitor to start and monitor runtime env on local node.</td><td>cs</td></tr>
<tr><td>10-MAY-2007</td><td>xtt/flow</td> <tr><td>10-MAY-2007</td><td>xtt/flow</td>
<td>Colored rectangles are still colored at inverse drawing.</td><td>cs</td></tr> <td>Colored rectangles are still colored at inverse drawing.</td><td>cs</td></tr>
<tr><td>08-MAY-2007</td><td>src/rt</td> <tr><td>08-MAY-2007</td><td>src/rt</td>
<td>Webservice handling system status requests implemented.</td><td>cs</td></tr> <td>Webservice handling system status requests implemented.</td><td>cs</td></tr>
<tr><td>07-MAY-2007</td><td>xtt/ge</td> <tr><td>07-MAY-2007</td><td>xtt/ge</td>
<td>Problems with national characters in ge text fixed.</td><td>cs</td></tr>
<tr><td>07-MAY-2007</td><td>xtt/ge</td>
<td>Support for fonts Times, NC Schoolbook and Courier.</td><td>cs</td></tr> <td>Support for fonts Times, NC Schoolbook and Courier.</td><td>cs</td></tr>
<tr><td>07-MAY-2007</td><td>xtt/ge</td>
<td>Problems with national characters in ge text fixed.</td><td>cs</td></tr>
<tr><td>04-MAY-2007</td><td>src/co</td> <tr><td>04-MAY-2007</td><td>src/co</td>
<td>Problems with input focus crash for iconified motif windows fixed.</td><td>cs</td></tr> <td>Problems with input focus crash for iconified motif windows fixed.</td><td>cs</td></tr>
<tr><td>03-MAY-2007</td><td>xtt/xtt</td> <tr><td>03-MAY-2007</td><td>xtt/xtt</td>
...@@ -177,28 +211,28 @@ ...@@ -177,28 +211,28 @@
<td>Added object graphs for classes Siemens_DiagRepeater and Siemens_DR_SegmStatus.</td><td>rk</td></tr> <td>Added object graphs for classes Siemens_DiagRepeater and Siemens_DR_SegmStatus.</td><td>rk</td></tr>
<tr><td>01-MAY-2007</td><td>/.</td> <tr><td>01-MAY-2007</td><td>/.</td>
<td>Release 4.4.0-1.</td><td>cs</td></tr> <td>Release 4.4.0-1.</td><td>cs</td></tr>
<tr><td>30-APR-2007</td><td>profibus/-</td>
<td>Changed status handling of Profibus slaves so that correct view of the world is given.</td><td>rk</td></tr>
<tr><td>30-APR-2007</td><td>ssabox/rt</td> <tr><td>30-APR-2007</td><td>ssabox/rt</td>
<td>Changed error handling so that sporadic error are allowed and does not cause system to halt</td><td>rk</td></tr> <td>Changed error handling so that sporadic error are allowed and does not cause system to halt</td><td>rk</td></tr>
<tr><td>30-APR-2007</td><td>profibus/-</td>
<td>Changed status handling of Profibus slaves so that correct view of the world is given.</td><td>rk</td></tr>
<tr><td>26-APR-2007</td><td>siemens/wbl</td> <tr><td>26-APR-2007</td><td>siemens/wbl</td>
<td>New profibus slave classe for Siemens Diagnostic Repeater, pwr_sClass_Siemens_DiagRepeater.</td><td>rk</td></tr> <td>New profibus slave classe for Siemens Diagnostic Repeater, pwr_sClass_Siemens_DiagRepeater.</td><td>rk</td></tr>
<tr><td>26-APR-2007</td><td>xtt/glow</td>
<td>Bugfix in imageobject, image was not always freed when graph was closed.</td><td>cs</td></tr>
<tr><td>26-APR-2007</td><td>siemens/rt</td>
<td>Added IO-method's for Siemens_DiagRepeater.</td><td>rk</td></tr>
<tr><td>26-APR-2007</td><td>profibus/-</td> <tr><td>26-APR-2007</td><td>profibus/-</td>
<td>Added gsd-file si0380a7.gsd, for Siemens Diagnostic Repeater.</td><td>rk</td></tr> <td>Added gsd-file si0380a7.gsd, for Siemens Diagnostic Repeater.</td><td>rk</td></tr>
<tr><td>26-APR-2007</td><td>siemens/rt</td>
<td>Added IO-method's for Siemens_DiagRepeater.</td><td>rk</td></tr>
<tr><td>26-APR-2007</td><td>xtt/glow</td>
<td>Bugfix in imageobject, image was not always freed when graph was closed.</td><td>cs</td></tr>
<tr><td>25-APR-2007</td><td>xtt/ge</td> <tr><td>25-APR-2007</td><td>xtt/ge</td>
<td>Bit type added in DigColor to view bits in a bitmap.</td><td>cs</td></tr> <td>Bit type added in DigColor to view bits in a bitmap.</td><td>cs</td></tr>
<tr><td>24-APR-2007</td><td>src/wbl</td>
<td>New types Int64 and UInt64.</td><td>cs</td></tr>
<tr><td>24-APR-2007</td><td>opc/-</td> <tr><td>24-APR-2007</td><td>opc/-</td>
<td>Opc XML/DA server and client.</td><td>cs</td></tr> <td>Opc XML/DA server and client.</td><td>cs</td></tr>
<tr><td>24-APR-2007</td><td>src/wbl</td>
<td>New plc classes for Get end CSto of attributes in externvolumes. </td><td>cs</td></tr>
<tr><td>24-APR-2007</td><td>src/rt</td> <tr><td>24-APR-2007</td><td>src/rt</td>
<td>NULL argument for subid in gdh_RefObjectInfo allowed.</td><td>cs</td></tr> <td>NULL argument for subid in gdh_RefObjectInfo allowed.</td><td>cs</td></tr>
<tr><td>24-APR-2007</td><td>src/wbl</td>
<td>New types Int64 and UInt64.</td><td>cs</td></tr>
<tr><td>24-APR-2007</td><td>src/wbl</td>
<td>New plc classes for Get end CSto of attributes in externvolumes. </td><td>cs</td></tr>
<tr><td>19-APR-2007</td><td>wb/wtt</td> <tr><td>19-APR-2007</td><td>wb/wtt</td>
<td>Script functions GetClassList and GetNextObject added.</td><td>cs</td></tr> <td>Script functions GetClassList and GetNextObject added.</td><td>cs</td></tr>
<tr><td>17-APR-2007</td><td>src/co</td> <tr><td>17-APR-2007</td><td>src/co</td>
...@@ -210,9 +244,9 @@ ...@@ -210,9 +244,9 @@
<tr><td>02-APR-2007</td><td>xtt/ge</td> <tr><td>02-APR-2007</td><td>xtt/ge</td>
<td>Dyntype invisible works also for attributes of type Float32.</td><td>cs</td></tr> <td>Dyntype invisible works also for attributes of type Float32.</td><td>cs</td></tr>
<tr><td>27-MAR-2007</td><td>xtt/ge</td> <tr><td>27-MAR-2007</td><td>xtt/ge</td>
<td>Bugfix in navigator window, drawing attempt in zero buffer removed.</td><td>cs</td></tr>
<tr><td>27-MAR-2007</td><td>xtt/ge</td>
<td>Problems with national characters in ge attribute editor fixed.</td><td>cs</td></tr> <td>Problems with national characters in ge attribute editor fixed.</td><td>cs</td></tr>
<tr><td>27-MAR-2007</td><td>xtt/ge</td>
<td>Bugfix in navigator window, drawing attempt in zero buffer removed.</td><td>cs</td></tr>
<tr><td>27-MAR-2007</td><td>wb/wb</td> <tr><td>27-MAR-2007</td><td>wb/wb</td>
<td>wb_motif: Window utility object was deleted before License window was closed.</td><td>cs</td></tr> <td>wb_motif: Window utility object was deleted before License window was closed.</td><td>cs</td></tr>
<tr><td>02-MAR-2007</td><td>wb/wtt</td> <tr><td>02-MAR-2007</td><td>wb/wtt</td>
...@@ -221,10 +255,10 @@ ...@@ -221,10 +255,10 @@
<td>New module opc.</td><td>cs</td></tr> <td>New module opc.</td><td>cs</td></tr>
<tr><td>22-FEB-2007</td><td>wb/wb</td> <tr><td>22-FEB-2007</td><td>wb/wb</td>
<td>Bugfix in build method for XttGraph. Java was always generated if the javaname for the graph wasn't saved.</td><td>cs</td></tr> <td>Bugfix in build method for XttGraph. Java was always generated if the javaname for the graph wasn't saved.</td><td>cs</td></tr>
<tr><td>21-FEB-2007</td><td>wb/wtt</td>
<td>Bugfix in input focus when value input was closed.</td><td>cs</td></tr>
<tr><td>21-FEB-2007</td><td>xtt/xtt</td> <tr><td>21-FEB-2007</td><td>xtt/xtt</td>
<td>Problems with national characters in alarmtext in operator window fixed.</td><td>cs</td></tr> <td>Problems with national characters in alarmtext in operator window fixed.</td><td>cs</td></tr>
<tr><td>21-FEB-2007</td><td>wb/wtt</td>
<td>Bugfix in input focus when value input was closed.</td><td>cs</td></tr>
<tr><td>19-FEB-2007</td><td>profibus/-</td> <tr><td>19-FEB-2007</td><td>profibus/-</td>
<td>Bugfix in ExtUserPrmDataConst.</td><td>cs</td></tr> <td>Bugfix in ExtUserPrmDataConst.</td><td>cs</td></tr>
<tr><td>09-FEB-2007</td><td>/.</td> <tr><td>09-FEB-2007</td><td>/.</td>
...@@ -235,72 +269,72 @@ ...@@ -235,72 +269,72 @@
<td>Adapted I/O routines to work with new driver for Softing Profiboard. Incorporated driver API from Softing to work with new Softing driver. Added diagnostics infomation to pwr_sClass_Pb_DP_Slave-class.</td><td>rk</td></tr> <td>Adapted I/O routines to work with new driver for Softing Profiboard. Incorporated driver API from Softing to work with new Softing driver. Added diagnostics infomation to pwr_sClass_Pb_DP_Slave-class.</td><td>rk</td></tr>
<tr><td>06-FEB-2007</td><td>wb/wb</td> <tr><td>06-FEB-2007</td><td>wb/wb</td>
<td>Bugfix in volumereferences in loadfiles. Casted attributes wasn't always checked.</td><td>cs</td></tr> <td>Bugfix in volumereferences in loadfiles. Casted attributes wasn't always checked.</td><td>cs</td></tr>
<tr><td>30-JAN-2007</td><td>java/jop</td>
<td>Default background color in GeTextField changed from Inherit to lightgrey.</td><td>cs</td></tr>
<tr><td>30-JAN-2007</td><td>xtt/web</td> <tr><td>30-JAN-2007</td><td>xtt/web</td>
<td>Possibility to configure which objectgraph jar-files that should be loaded (BaseComponent or ABB).</td><td>cs</td></tr> <td>Possibility to configure which objectgraph jar-files that should be loaded (BaseComponent or ABB).</td><td>cs</td></tr>
<tr><td>30-JAN-2007</td><td>src/wbl</td> <tr><td>30-JAN-2007</td><td>src/wbl</td>
<td>Attribute LoadArchives added to WebHandler with new type WebLoadArchiveMask.</td><td>cs</td></tr> <td>Attribute LoadArchives added to WebHandler with new type WebLoadArchiveMask.</td><td>cs</td></tr>
<tr><td>30-JAN-2007</td><td>java/jop</td>
<td>Default background color in GeTextField changed from Inherit to lightgrey.</td><td>cs</td></tr>
<tr><td>30-JAN-2007</td><td>src/init</td>
<td>Process rt_webmonelog (web eventlog server) added to startup.</td><td>cs</td></tr>
<tr><td>30-JAN-2007</td><td>bcomp/bcomp</td> <tr><td>30-JAN-2007</td><td>bcomp/bcomp</td>
<td>New components for On/Off burner control, CompOnOffBurner and CompOnOffZone.</td><td>cs</td></tr> <td>New components for On/Off burner control, CompOnOffBurner and CompOnOffZone.</td><td>cs</td></tr>
<tr><td>30-JAN-2007</td><td>xtt/web</td> <tr><td>30-JAN-2007</td><td>xtt/web</td>
<td>_opwin removed from homepage name. index.html set as defaultname.</td><td>cs</td></tr> <td>_opwin removed from homepage name. index.html set as defaultname.</td><td>cs</td></tr>
<tr><td>30-JAN-2007</td><td>java/web</td> <tr><td>30-JAN-2007</td><td>java/web</td>
<td>Button for Eventlog in operators menu added.</td><td>cs</td></tr> <td>Button for Eventlog in operators menu added.</td><td>cs</td></tr>
<tr><td>30-JAN-2007</td><td>src/init</td>
<td>Process rt_webmonelog (web eventlog server) added to startup.</td><td>cs</td></tr>
<tr><td>29-JAN-2007</td><td>java/web</td> <tr><td>29-JAN-2007</td><td>java/web</td>
<td>Bugfix in dynamic HostObject in web interface.</td><td>cs</td></tr> <td>Bugfix in dynamic HostObject in web interface.</td><td>cs</td></tr>
<tr><td>25-JAN-2007</td><td>xtt/ev</td> <tr><td>25-JAN-2007</td><td>xtt/ev</td>
<td>Problem with double appearence of alarm when communication is bad fixed.</td><td>cs</td></tr> <td>Problem with double appearence of alarm when communication is bad fixed.</td><td>cs</td></tr>
<tr><td>24-JAN-2007</td><td>wb/wb</td> <tr><td>24-JAN-2007</td><td>wb/wb</td>
<td>Click time increated for MB2 (create object) in wtt.</td><td>cs</td></tr> <td>Click time increated for MB2 (create object) in wtt.</td><td>cs</td></tr>
<tr><td>24-JAN-2007</td><td>wb/wtt</td>
<td>Application build method for Application and PlcProcess objects. </td><td>cs</td></tr>
<tr><td>24-JAN-2007</td><td>src/io</td>
<td>Check at io startup if multiple signals are connected to the same channel.</td><td>cs</td></tr>
<tr><td>24-JAN-2007</td><td>wb/plc</td> <tr><td>24-JAN-2007</td><td>wb/plc</td>
<td>'Create Object' added to the Plc Editor popupmenu.</td><td>cs</td></tr> <td>'Create Object' added to the Plc Editor popupmenu.</td><td>cs</td></tr>
<tr><td>24-JAN-2007</td><td>src/io</td>
<td>Check at io startup if multiple signals are connected to the same channel.</td><td>cs</td></tr>
<tr><td>24-JAN-2007</td><td>wb/wtt</td>
<td>Application build method for Application and PlcProcess objects. </td><td>cs</td></tr>
<tr><td>24-JAN-2007</td><td>src/wbl</td> <tr><td>24-JAN-2007</td><td>src/wbl</td>
<td>Attribute BuildCmd moved/added to Application and PlcProcess.</td><td>cs</td></tr> <td>Attribute BuildCmd moved/added to Application and PlcProcess.</td><td>cs</td></tr>
<tr><td>23-JAN-2007</td><td>wb/wb</td> <tr><td>23-JAN-2007</td><td>wb/wb</td>
<td>Bugfix in trace attribute for GetIpToA.</td><td>cs</td></tr>
<tr><td>23-JAN-2007</td><td>wb/wb</td>
<td>Connect methods for GetATv, StoAtv, CStoATv, GetDTv etc added.</td><td>cs</td></tr> <td>Connect methods for GetATv, StoAtv, CStoATv, GetDTv etc added.</td><td>cs</td></tr>
<tr><td>23-JAN-2007</td><td>xtt/xtt</td> <tr><td>23-JAN-2007</td><td>xtt/xtt</td>
<td>Bugfix in remtrans table. If multicast object found, object was not displayed. </td><td>cs</td></tr> <td>Bugfix in remtrans table. If multicast object found, object was not displayed. </td><td>cs</td></tr>
<tr><td>23-JAN-2007</td><td>wb/wb</td>
<td>Bugfix in trace attribute for GetIpToA.</td><td>cs</td></tr>
<tr><td>17-JAN-2007</td><td>xtt/ge</td> <tr><td>17-JAN-2007</td><td>xtt/ge</td>
<td>Property EscapeStore for dynamic type ValueInput added.</td><td>cs</td></tr> <td>Property EscapeStore for dynamic type ValueInput added.</td><td>cs</td></tr>
<tr><td>16-JAN-2007</td><td>xtt/xtt</td>
<td>Toolbar with icons for the methods of the selected object added.</td><td>cs</td></tr>
<tr><td>16-JAN-2007</td><td>src/trace</td>
<td>Mouse Scroll events added.</td><td>cs</td></tr>
<tr><td>16-JAN-2007</td><td>wb/plc</td> <tr><td>16-JAN-2007</td><td>wb/plc</td>
<td>Mouse Scroll events added.</td><td>cs</td></tr> <td>Mouse Scroll events added.</td><td>cs</td></tr>
<tr><td>16-JAN-2007</td><td>src/trace</td>
<td>Mouse Scroll events added.</td><td>cs</td></tr>
<tr><td>16-JAN-2007</td><td>xtt/xtt</td>
<td>Toolbar with icons for the methods of the selected object added.</td><td>cs</td></tr>
<tr><td>15-JAN-2007</td><td>xtt/curve</td> <tr><td>15-JAN-2007</td><td>xtt/curve</td>
<td>Scroll and zoom with arrow keys and mouse wheel. Scroll buttons in tools. </td><td>cs</td></tr> <td>Scroll and zoom with arrow keys and mouse wheel. Scroll buttons in tools. </td><td>cs</td></tr>
<tr><td>12-JAN-2007</td><td>xtt/xtt</td> <tr><td>12-JAN-2007</td><td>xtt/xtt</td>
<td>New syntax for function key definition file (gtk version).</td><td>cs</td></tr> <td>New syntax for function key definition file (gtk version).</td><td>cs</td></tr>
<tr><td>12-JAN-2007</td><td>xtt/xtt</td> <tr><td>12-JAN-2007</td><td>xtt/xtt</td>
<td>Font size in alarmtexts in operator window can be changed.</td><td>cs</td></tr> <td>Font size in alarmtexts in operator window can be changed.</td><td>cs</td></tr>
<tr><td>12-JAN-2007</td><td>wb/wb</td>
<td>Gtk version of wb.</td><td>cs</td></tr>
<tr><td>12-JAN-2007</td><td>xtt/ge</td> <tr><td>12-JAN-2007</td><td>xtt/ge</td>
<td>Fileview for import of pwg and image files.</td><td>cs</td></tr> <td>Fileview for import of pwg and image files.</td><td>cs</td></tr>
<tr><td>12-JAN-2007</td><td>xtt/xtt</td> <tr><td>12-JAN-2007</td><td>xtt/xtt</td>
<td>Nodename displayed i Xtt title.</td><td>cs</td></tr> <td>Nodename displayed i Xtt title.</td><td>cs</td></tr>
<tr><td>12-JAN-2007</td><td>xtt/xtt</td> <tr><td>12-JAN-2007</td><td>xtt/xtt</td>
<td>Gtk version of xtt.</td><td>cs</td></tr> <td>Gtk version of xtt.</td><td>cs</td></tr>
<tr><td>12-JAN-2007</td><td>wb/wb</td>
<td>Gtk version of wb.</td><td>cs</td></tr>
<tr><td>12-JAN-2007</td><td>src/trace</td> <tr><td>12-JAN-2007</td><td>src/trace</td>
<td>Gtk version of rt_trace. Navigator window inserted in main window.</td><td>cs</td></tr> <td>Gtk version of rt_trace. Navigator window inserted in main window.</td><td>cs</td></tr>
<tr><td>10-OCT-2006</td><td>wb/pkg</td> <tr><td>10-OCT-2006</td><td>wb/pkg</td>
<td>Support for bootnodes added, i.e. copying of package to other nodes than the actual process or operator station.</td><td>cs</td></tr> <td>Support for bootnodes added, i.e. copying of package to other nodes than the actual process or operator station.</td><td>cs</td></tr>
<tr><td>05-SEP-2006</td><td>src/rt_qmon</td>
<td>Wait a while for correct scheduler to be set before starting threads.</td><td>rk</td></tr>
<tr><td>05-SEP-2006</td><td>src/rt_tmon</td> <tr><td>05-SEP-2006</td><td>src/rt_tmon</td>
<td>Established new callback function for glibc malloc memory checks.</td><td>rk</td></tr> <td>Established new callback function for glibc malloc memory checks.</td><td>rk</td></tr>
<tr><td>05-SEP-2006</td><td>src/plc</td> <tr><td>05-SEP-2006</td><td>src/plc</td>
<td>Wait for all threads to set its priority before changing real and effective user id.</td><td>rk</td></tr> <td>Wait for all threads to set its priority before changing real and effective user id.</td><td>rk</td></tr>
<tr><td>05-SEP-2006</td><td>src/rt_qmon</td>
<td>Wait a while for correct scheduler to be set before starting threads.</td><td>rk</td></tr>
<tr><td>30-AUG-2006</td><td>src/convert</td> <tr><td>30-AUG-2006</td><td>src/convert</td>
<td>Attribute changed from enum to mask or v.v. was not converted.</td><td>cs</td></tr> <td>Attribute changed from enum to mask or v.v. was not converted.</td><td>cs</td></tr>
<tr><td>22-AUG-2006</td><td>wb/wb</td> <tr><td>22-AUG-2006</td><td>wb/wb</td>
...@@ -313,10 +347,10 @@ ...@@ -313,10 +347,10 @@
<td>Byte order dependency added for PRM data in profibus configurator.</td><td>cs</td></tr> <td>Byte order dependency added for PRM data in profibus configurator.</td><td>cs</td></tr>
<tr><td>20-JUL-2006</td><td>src/init</td> <tr><td>20-JUL-2006</td><td>src/init</td>
<td>Try with smaller posix message queue if system does not support big queues.</td><td>rk</td></tr> <td>Try with smaller posix message queue if system does not support big queues.</td><td>rk</td></tr>
<tr><td>13-JUL-2006</td><td>src/rt</td>
<td>Bugfix in classcache for large classes.</td><td>rk</td></tr>
<tr><td>13-JUL-2006</td><td>src/init</td> <tr><td>13-JUL-2006</td><td>src/init</td>
<td>Volume versioncheck for volref removed if volume is not yet loaded.</td><td>rk</td></tr> <td>Volume versioncheck for volref removed if volume is not yet loaded.</td><td>rk</td></tr>
<tr><td>13-JUL-2006</td><td>src/rt</td>
<td>Bugfix in classcache for large classes.</td><td>rk</td></tr>
<tr><td>12-JUL-2006</td><td>abb/-</td> <tr><td>12-JUL-2006</td><td>abb/-</td>
<td>ABB_ACS800_Slave: IORack bit was missing.</td><td>cs</td></tr> <td>ABB_ACS800_Slave: IORack bit was missing.</td><td>cs</td></tr>
<tr><td>11-JUL-2006</td><td>wb/utl</td> <tr><td>11-JUL-2006</td><td>wb/utl</td>
...@@ -343,10 +377,10 @@ ...@@ -343,10 +377,10 @@
<td>Bugfix in wb_name, segment(0) returned invalid name for root objects.</td><td>cs</td></tr> <td>Bugfix in wb_name, segment(0) returned invalid name for root objects.</td><td>cs</td></tr>
<tr><td>30-MAY-2006</td><td>bcomp/bcomp</td> <tr><td>30-MAY-2006</td><td>bcomp/bcomp</td>
<td>Local mode added to CompModeDM and BaseMValve.</td><td>cs</td></tr> <td>Local mode added to CompModeDM and BaseMValve.</td><td>cs</td></tr>
<tr><td>30-MAY-2006</td><td>wb/wb</td>
<td>UpdateClasses also converts the input and output masks in function objects.</td><td>cs</td></tr>
<tr><td>30-MAY-2006</td><td>wb/wtt</td> <tr><td>30-MAY-2006</td><td>wb/wtt</td>
<td>Bugfix: change text without selecting any text object caused segfault.</td><td>cs</td></tr> <td>Bugfix: change text without selecting any text object caused segfault.</td><td>cs</td></tr>
<tr><td>30-MAY-2006</td><td>wb/wb</td>
<td>UpdateClasses also converts the input and output masks in function objects.</td><td>cs</td></tr>
<tr><td>24-MAY-2006</td><td>wb/wb</td> <tr><td>24-MAY-2006</td><td>wb/wb</td>
<td>StructName in ObjBodyDef inserted in PostCreate method.</td><td>cs</td></tr> <td>StructName in ObjBodyDef inserted in PostCreate method.</td><td>cs</td></tr>
<tr><td>24-MAY-2006</td><td>wb/wtt</td> <tr><td>24-MAY-2006</td><td>wb/wtt</td>
...@@ -355,36 +389,36 @@ ...@@ -355,36 +389,36 @@
<td>Property for selected cell color in GrowTable.</td><td>cs</td></tr> <td>Property for selected cell color in GrowTable.</td><td>cs</td></tr>
<tr><td>23-MAY-2006</td><td>src/pwrb</td> <tr><td>23-MAY-2006</td><td>src/pwrb</td>
<td>New class GetDatap added, to fetch datainputs in template plc.</td><td>cs</td></tr> <td>New class GetDatap added, to fetch datainputs in template plc.</td><td>cs</td></tr>
<tr><td>22-MAY-2006</td><td>wb/wtt</td>
<td>Update Class added in menu, and new commands: 'update classes' and 'check classes'.</td><td>cs</td></tr>
<tr><td>22-MAY-2006</td><td>xtt/ge</td>
<td>Bugfix for $user attributes. Scan function for dynamics wasn't called. </td><td>cs</td></tr>
<tr><td>22-MAY-2006</td><td>bcomp/bcomp</td> <tr><td>22-MAY-2006</td><td>bcomp/bcomp</td>
<td>New classes CompPID and CompModePID: PID controller divided in main object and function object.</td><td>cs</td></tr> <td>New classes CompPID and CompModePID: PID controller divided in main object and function object.</td><td>cs</td></tr>
<tr><td>22-MAY-2006</td><td>xtt/ge</td>
<td>Bugfix for $user attributes. Scan function for dynamics wasn't called. </td><td>cs</td></tr>
<tr><td>22-MAY-2006</td><td>wb/wtt</td>
<td>Update Class added in menu, and new commands: 'update classes' and 'check classes'.</td><td>cs</td></tr>
<tr><td>19-MAY-2006</td><td>wb/wb</td> <tr><td>19-MAY-2006</td><td>wb/wb</td>
<td>Update of instance objects when a class is modified (without reload).</td><td>lw</td></tr> <td>Update of instance objects when a class is modified (without reload).</td><td>lw</td></tr>
<tr><td>16-MAY-2006</td><td>xtt/ge</td>
<td>Possibility to use local database in DigLowColor, ToggleDig, Slider insensitiv, and Invisible.</td><td>cs</td></tr>
<tr><td>16-MAY-2006</td><td>xtt/glow</td> <tr><td>16-MAY-2006</td><td>xtt/glow</td>
<td>Owner added to GrowWindow and GrowFolder.</td><td>cs</td></tr> <td>Owner added to GrowWindow and GrowFolder.</td><td>cs</td></tr>
<tr><td>16-MAY-2006</td><td>xtt/ge</td> <tr><td>16-MAY-2006</td><td>xtt/ge</td>
<td>Possibility to use local database in DigLowColor, ToggleDig, Slider insensitiv, and Invisible.</td><td>cs</td></tr> <td>Bit type added in Invisible to check visibility on bits in a bitmap.</td><td>cs</td></tr>
<tr><td>16-MAY-2006</td><td>xtt/ge</td> <tr><td>16-MAY-2006</td><td>xtt/ge</td>
<td>Object instances can be used in graphs in Window and Folder objects.</td><td>cs</td></tr> <td>Object instances can be used in graphs in Window and Folder objects.</td><td>cs</td></tr>
<tr><td>16-MAY-2006</td><td>src/wbl</td> <tr><td>16-MAY-2006</td><td>src/wbl</td>
<td>Attribute ManMode added to Mode class, to avoid code in object graph.</td><td>cs</td></tr> <td>Attribute ManMode added to Mode class, to avoid code in object graph.</td><td>cs</td></tr>
<tr><td>16-MAY-2006</td><td>xtt/ge</td>
<td>Bit type added in Invisible to check visibility on bits in a bitmap.</td><td>cs</td></tr>
<tr><td>12-MAY-2006</td><td>src/rt</td> <tr><td>12-MAY-2006</td><td>src/rt</td>
<td>Conversion between different versions av classes handles conversion from Objid to AttrRef and from AttrRef to Objid.</td><td>cs</td></tr> <td>Conversion between different versions av classes handles conversion from Objid to AttrRef and from AttrRef to Objid.</td><td>cs</td></tr>
<tr><td>11-MAY-2006</td><td>xtt/ge</td> <tr><td>11-MAY-2006</td><td>xtt/ge</td>
<td>Bugfix in Ge Open window, null filename could cause empty list.</td><td>cs</td></tr> <td>Bugfix in Ge Open window, null filename could cause empty list.</td><td>cs</td></tr>
<tr><td>11-MAY-2006</td><td>src/wbl</td>
<td>Possibility to freeze dbs versions, i.e. minor changes can be made without version mismatch.</td><td>cs</td></tr>
<tr><td>11-MAY-2006</td><td>wb/wtt</td> <tr><td>11-MAY-2006</td><td>wb/wtt</td>
<td>Build Node window is not displayed if there is only one configured node for the current volume. Submenu on Build removed.</td><td>cs</td></tr> <td>Build Node window is not displayed if there is only one configured node for the current volume. Submenu on Build removed.</td><td>cs</td></tr>
<tr><td>09-MAY-2006</td><td>bcomp/bcomp</td> <tr><td>11-MAY-2006</td><td>src/wbl</td>
<td>Attribute DisableAlarm added to CompLimit to make it possible to use the limit supervision in BaseSensor without alarm.</td><td>cs</td></tr> <td>Possibility to freeze dbs versions, i.e. minor changes can be made without version mismatch.</td><td>cs</td></tr>
<tr><td>09-MAY-2006</td><td>profibus/-</td> <tr><td>09-MAY-2006</td><td>profibus/-</td>
<td>Added some commentation. Fixed bug in pb_ai and pb_di. 3-byte input where not properly aligned when byte swapping.</td><td>cj</td></tr> <td>Added some commentation. Fixed bug in pb_ai and pb_di. 3-byte input where not properly aligned when byte swapping.</td><td>cj</td></tr>
<tr><td>09-MAY-2006</td><td>bcomp/bcomp</td>
<td>Attribute DisableAlarm added to CompLimit to make it possible to use the limit supervision in BaseSensor without alarm.</td><td>cs</td></tr>
<tr><td>08-MAY-2006</td><td>wb/wtt</td> <tr><td>08-MAY-2006</td><td>wb/wtt</td>
<td>References in superclass was not displayed in the navigator when option Object Reference or Attribute Reference was selected.</td><td>cs</td></tr> <td>References in superclass was not displayed in the navigator when option Object Reference or Attribute Reference was selected.</td><td>cs</td></tr>
<tr><td>05-MAY-2006</td><td>wb/wtt</td> <tr><td>05-MAY-2006</td><td>wb/wtt</td>
...@@ -399,30 +433,30 @@ ...@@ -399,30 +433,30 @@
<td>Bugfix in dataarithm compilation, space at end of line could cause error.</td><td>cs</td></tr> <td>Bugfix in dataarithm compilation, space at end of line could cause error.</td><td>cs</td></tr>
<tr><td>26-APR-2006</td><td>wb/plc</td> <tr><td>26-APR-2006</td><td>wb/plc</td>
<td>Bugfix in GetData compilation, error when referenced parameter was a type (not a class) not handled.</td><td>cs</td></tr> <td>Bugfix in GetData compilation, error when referenced parameter was a type (not a class) not handled.</td><td>cs</td></tr>
<tr><td>31-MAR-2006</td><td>xtt/glow</td>
<td>Bugfix in annotation input. Insert of new characters might cause segmentation fault.</td><td>cs</td></tr>
<tr><td>31-MAR-2006</td><td>wb/wtt</td>
<td>Configuration wizard started when entering an empty directoryvolume.</td><td>cs</td></tr>
<tr><td>31-MAR-2006</td><td>src/pwrs</td> <tr><td>31-MAR-2006</td><td>src/pwrs</td>
<td>Modified attribute added to RootVolume, SubVolume and SharedVolume.</td><td>cs</td></tr> <td>Modified attribute added to RootVolume, SubVolume and SharedVolume.</td><td>cs</td></tr>
<tr><td>31-MAR-2006</td><td>wb/wtt</td> <tr><td>31-MAR-2006</td><td>wb/wtt</td>
<td>Copy with keep references added to wtt menu.</td><td>cs</td></tr> <td>Configuration wizard started when entering an empty directoryvolume.</td><td>cs</td></tr>
<tr><td>31-MAR-2006</td><td>xtt/glow</td>
<td>Bugfix in annotation input. Insert of new characters might cause segmentation fault.</td><td>cs</td></tr>
<tr><td>31-MAR-2006</td><td>wb/wtt</td> <tr><td>31-MAR-2006</td><td>wb/wtt</td>
<td>Build methods added. 'Compile', 'create loadfile' and 'create bootfile' replaced by 'build object', 'build volume' and 'build node'. 'build object', 'build volume' and 'build node' also available as wtt commands.</td><td>cs</td></tr> <td>Build methods added. 'Compile', 'create loadfile' and 'create bootfile' replaced by 'build object', 'build volume' and 'build node'. 'build object', 'build volume' and 'build node' also available as wtt commands.</td><td>cs</td></tr>
<tr><td>31-MAR-2006</td><td>wb/wtt</td>
<td>Copy with keep references added to wtt menu.</td><td>cs</td></tr>
<tr><td>17-MAR-2006</td><td>src/qcom</td>
<td>Replaces old unsent subscriptions with new fresh ones.</td><td>rk</td></tr>
<tr><td>17-MAR-2006</td><td>src/rt_tmon</td> <tr><td>17-MAR-2006</td><td>src/rt_tmon</td>
<td>Cleaning (zero-ing) of timed out subscription data.</td><td>rk</td></tr> <td>Cleaning (zero-ing) of timed out subscription data.</td><td>rk</td></tr>
<tr><td>17-MAR-2006</td><td>src/qcom</td> <tr><td>17-MAR-2006</td><td>src/qcom</td>
<td>Changed interface to qcom_Put. Added attributes msg_id and prio in qcom_sPut structure.</td><td>rk</td></tr> <td>Changed interface to qcom_Put. Added attributes msg_id and prio in qcom_sPut structure.</td><td>rk</td></tr>
<tr><td>17-MAR-2006</td><td>src/qcom</td>
<td>Replaces old unsent subscriptions with new fresh ones.</td><td>rk</td></tr>
<tr><td>07-MAR-2006</td><td>xtt/gedyn</td> <tr><td>07-MAR-2006</td><td>xtt/gedyn</td>
<td>Subscription for Table (select array) and AnalogColor was not always unreferenced.</td><td>cs</td></tr> <td>Subscription for Table (select array) and AnalogColor was not always unreferenced.</td><td>cs</td></tr>
<tr><td>27-FEB-2006</td><td>siemens/-</td>
<td>Changelog created.</td><td>cs</td></tr>
<tr><td>27-FEB-2006</td><td>xtt/xtt</td> <tr><td>27-FEB-2006</td><td>xtt/xtt</td>
<td>Command for collect remove and collect remove/clear in menu.</td><td>cs</td></tr> <td>Command for collect remove and collect remove/clear in menu.</td><td>cs</td></tr>
<tr><td>27-FEB-2006</td><td>wb/wnav</td> <tr><td>27-FEB-2006</td><td>wb/wnav</td>
<td>Check before creating a toplevel object if class is a valid in the current window.</td><td>cs</td></tr> <td>Check before creating a toplevel object if class is a valid in the current window.</td><td>cs</td></tr>
<tr><td>27-FEB-2006</td><td>siemens/-</td>
<td>Changelog created.</td><td>cs</td></tr>
<tr><td>23-FEB-2006</td><td>wb/wnav</td> <tr><td>23-FEB-2006</td><td>wb/wnav</td>
<td>New wizard for configuration of directory volume.</td><td>cs</td></tr> <td>New wizard for configuration of directory volume.</td><td>cs</td></tr>
<tr><td>22-FEB-2006</td><td>src/convert</td> <tr><td>22-FEB-2006</td><td>src/convert</td>
...@@ -433,16 +467,16 @@ ...@@ -433,16 +467,16 @@
<td>Popupmenu for object with DevBody only could not be opened.</td><td>cs</td></tr> <td>Popupmenu for object with DevBody only could not be opened.</td><td>cs</td></tr>
<tr><td>21-FEB-2006</td><td>wb/ldh</td> <tr><td>21-FEB-2006</td><td>wb/ldh</td>
<td>Bugfix. Unhandled exception in DeleteObject and DeleteTree if not in edit mode.</td><td>cs</td></tr> <td>Bugfix. Unhandled exception in DeleteObject and DeleteTree if not in edit mode.</td><td>cs</td></tr>
<tr><td>20-FEB-2006</td><td>wb/script</td> <tr><td>20-FEB-2006</td><td>xtt/ge</td>
<td>New script functions SetAttribute, OpenGraph, CloseGraph, SetSubwindow and CheckSystemGroup.</td><td>cs</td></tr> <td>Connect to script extern variables in Value, Invisible, SetDig, ToggleDig, DigShift and OptionMenu.</td><td>cs</td></tr>
<tr><td>20-FEB-2006</td><td>wb/wnav</td>
<td>New commands: open graph, delete graph, set subwindow and release subwindow.</td><td>cs</td></tr>
<tr><td>20-FEB-2006</td><td>src/script</td> <tr><td>20-FEB-2006</td><td>src/script</td>
<td>'delete' statement added to remove external variables.</td><td>cs</td></tr> <td>'delete' statement added to remove external variables.</td><td>cs</td></tr>
<tr><td>20-FEB-2006</td><td>src/script</td> <tr><td>20-FEB-2006</td><td>src/script</td>
<td>'#' alternative to '!' for comment in script.</td><td>cs</td></tr> <td>'#' alternative to '!' for comment in script.</td><td>cs</td></tr>
<tr><td>20-FEB-2006</td><td>xtt/ge</td> <tr><td>20-FEB-2006</td><td>wb/script</td>
<td>Connect to script extern variables in Value, Invisible, SetDig, ToggleDig, DigShift and OptionMenu.</td><td>cs</td></tr> <td>New script functions SetAttribute, OpenGraph, CloseGraph, SetSubwindow and CheckSystemGroup.</td><td>cs</td></tr>
<tr><td>20-FEB-2006</td><td>wb/wnav</td>
<td>New commands: open graph, delete graph, set subwindow and release subwindow.</td><td>cs</td></tr>
<tr><td>19-FEB-2006</td><td>xtt/gedyn</td> <tr><td>19-FEB-2006</td><td>xtt/gedyn</td>
<td>Bugfix in GeValue: string was sometimes updated every scan.</td><td>cs</td></tr> <td>Bugfix in GeValue: string was sometimes updated every scan.</td><td>cs</td></tr>
<tr><td>19-FEB-2006</td><td>wb/wnav</td> <tr><td>19-FEB-2006</td><td>wb/wnav</td>
......
...@@ -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