Commit 79e992e9 authored by claes's avatar claes

*** empty log message ***

parent dc9a72b0
......@@ -13,3 +13,4 @@
view of the world is given.
070518 rk - Added io-method IoAgentSwap to keep driver initialized during warm restart.
070601 cs - Bugfix, opening Profibus Configurator with empty gsdfile attribute caused segfault.
071008 cs - ChanIi with name starting with Diag_ fetches value from diagnostic area.
......@@ -46,6 +46,9 @@
070905 cs doc New Guide to I/O Systems.
070906 cs statussrv Functionality to view userstatus added.
070918 cs wbl New systemclass $ClassLost to replace lost classes.
070919 cs wbl New class XyCurve to view a curve of points with x,y coordiantes.>>>>>>> 1.25
070919 cs wbl New class XyCurve to view a curve of points with x,y coordiantes.
070921 rk rt Changed qcom synch-mechanism from futex to interprocess mutex/cond-var.
070925 cs convert Convert modules moved to new archive cnv.
070925 cs doc Template plc-code for base components viewed as pdf-files in object reference manual.
071009 cs wbl Plc classes to get and store indirect data added.
071009 cs wbl Plc classes IpDistribute and IpCollect added.
071015 cs wbl Plc classes Demux and IDemux added (demultiplexers).
......@@ -1991,7 +1991,9 @@ For the following attributes types, some additional format strings are defined.
%t<t>Date and time. Ex 24-MAY-2007 11:33:43.91
%1t<t>Only time, no hundredth. Ex 11:33:43
%2t<t>Only time, with hundredth. Ex 11:33:43:91
%3t<t>Compressed data and time. Ex 07-05-24 11:33:43
%3t<t>Compressed date and time. Ex 07-05-24 11:33:43
%4t<t>Date only. Ex 24-MAY-2007
%5t<t>Compressed date. Ex 07-05-24
<b>pwr_tDeltaTime
%t<t>Time with hundredth. Ex 1:23:45
......
......@@ -1988,6 +1988,8 @@ F
%1t<t>Enbart tid, inga hundradelar. Ex 11:33:43
%2t<t>Enbart tid med hundradelar. Ex 11:33:43:91
%3t<t>Komprimerad datum och tid. Ex 07-05-24 11:33:43
%4t<t>Enbart datum. Ex 24-MAY-2007
%5t<t>Komprimerat datum. Ex 07-05-24
<b>pwr_tDeltaTime
%t<t>Tid med hundradelar. Ex 1:23:45
......
......@@ -76,4 +76,7 @@
070918 cs wb More syntax control added to class editor.
070919 cs wb Defaultvalues inserted into template objects when new attribute objects are added to a class.
070921 cs plc Change of template plc wasn't always detected at compilation.
070926 cs utl Listdescriptor search also searches for attribute objects.
\ No newline at end of file
070926 cs utl Listdescriptor search also searches for attribute objects.
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.
071015 cs wb Bugfix in UpdateClasses, references to attributes in attribute objects wasn't updated.
......@@ -397,6 +397,7 @@ palette PlcEditorPalette
class Curve
class DArithm
class DataArithm
class Demux
class Div
class Equal
class Filter
......@@ -485,6 +486,7 @@ palette PlcEditorPalette
class Even
class IAbs
class IAdd
class IDemux
class IDiv
class IEqual
class IGreaterEqual
......
......@@ -482,6 +482,7 @@ menu Components
menu OtherManufacturer
{
subgraph Eurotherm_TC3001 pwr_exe:mcomp_eurotherm_tc3001.pwsg 180
subgraph Eurotherm_TC3001Aggr pwr_exe:mcomp_eurotherm_tc3001aggr.pwsg 180
}
}
localsubgraphs Ssab ssab_exe:*.pwsg
......
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