Commit d62131e9 authored by claes's avatar claes

*** empty log message ***

parent 9b292166
070301 cs - New module opc.
070424 cs - Opc XML/DA server and client.
\ No newline at end of file
Soap interface and XML parser generated by gsoap with the commands
typemap.dat :
s0 = "http://opcfoundation.org/webservices/XMLDA/1.0/"
../gsoap-linux-2.7/bin/wsdl2h -o opc_msg.h opc.wsdl -p
Change in opc_msg.h
s0__ItemProperty.Value: _XML -> @xsd__anyType*
s0__ItemValue.Value _XML -> @xsd__anytype*
xsd__dateTime.__item time_t -> std::string
s0__ArrayOfDateTime.dateTime vector<time_t> -> vector<std::string>
Alla @time_t -> @std::string
Add xsd__duration
/// Class wrapper for built-in type "xs:duration" derived from xsd__anyType
class xsd__duration : public xsd__anyType
{ public:
std::string __item;
};
../gsoap-linux-2.7/bin/soapcpp2 opc_msg.h -I ../gsoap-linux-2.7/import -p opc_soap_
This diff is collapsed.
......@@ -43,7 +43,7 @@
<br>
<h2 id="mainmenu">Changelog</h2>
<table id="mainmenu" border="1" cellspacing="0" width="100%">
<tr><td id="mainmenu"><a id="mainmenu" href="../en_us/changelog_single.html" target="right">Changelog</a></td></tr>
<tr><td id="mainmenu"><a id="mainmenu" href="../en_us/changelog.html" target="right">Changelog</a></td></tr>
</table>
<br>
</body>
......
......@@ -50,7 +50,7 @@
<br>
<h2 id="mainmenu">ndringslogg</h2>
<table id="mainmenu" border="1" cellspacing="0" width="100%">
<tr><td id="mainmenu"><a id="mainmenu" href="../en_us/changelog_single.html" target="right">ndringslogg</a></td></tr>
<tr><td id="mainmenu"><a id="mainmenu" href="../en_us/changelog.html" target="right">ndringslogg</a></td></tr>
</table>
<br>
</body>
......
......@@ -50,3 +50,8 @@
070124 cs wtt Application build method for Application and PlcProcess objects.
070206 cs wb Bugfix in volumereferences in loadfiles. Casted attributes wasn't always checked.
070221 cs wtt Bugfix in input focus when value input was closed.
070222 cs wb Bugfix in build method for XttGraph. Java was always generated if the javaname for the graph wasn't saved.
070302 cs wtt Bugfix in object editor, Used checkbox affected wrong input in some cases (C Order).
070327 cs wb wb_motif: Window utility object was deleted before License window was closed.
070417 cs wtt Bugfix in plc connect, attribute reference to an object in a mounted voume had incorrect size.
070419 cs wtt Script functions GetClassList and GetNextObject added.
......@@ -188,6 +188,7 @@ palette NavigatorPalette
classvolume TLog TLog
classvolume Profibus Profibus
classvolume Remote Remote
classvolume Opc Opc
classvolume BaseComponent BaseComponent
classvolume Inor Inor
classvolume OtherManufacturer OtherManufacturer
......@@ -595,6 +596,35 @@ palette PlcEditorPalette
class StoDp
class StoDv
}
menu Extern
{
class CStoExtBoolean
class CStoExtFloat32
class CStoExtFloat64
class CStoExtInt8
class CStoExtInt16
class CStoExtInt32
class CStoExtInt64
class CStoExtUInt8
class CStoExtUInt16
class CStoExtUInt32
class CStoExtUInt64
class CStoExtString
class CStoExtTime
class GetExtBoolean
class GetExtFloat32
class GetExtFloat64
class GetExtInt8
class GetExtInt16
class GetExtInt32
class GetExtInt64
class GetExtUInt8
class GetExtUInt16
class GetExtUInt32
class GetExtUInt64
class GetExtString
class GetExtTime
}
menu Integer
{
class CStoIo
......@@ -614,6 +644,7 @@ palette PlcEditorPalette
menu Conversion
{
class AtoI
class AToFloat64
class AtoStr
class BCDDo
class DiBCD
......@@ -621,11 +652,18 @@ palette PlcEditorPalette
class DtoEnum
class DtoStr
class EnumToD
class Float64ToA
class Gray
class Int64toI
class ItoA
class ItoInt64
class ItoStr
class ItoUInt32
class ItoUInt64
class MaskToD
class NameToStr
class UInt64toI
class UInt32toI
}
menu Data
{
......
/*
* Proview $Id: wb_wattnav.cpp,v 1.17 2007-02-05 09:32:24 claes Exp $
* Proview $Id: wb_wattnav.cpp,v 1.18 2007-04-25 07:28:13 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -748,8 +748,6 @@ int WAttNav::object_attr()
if ( bodydef[j].Par->Output.Info.Type == pwr_eType_Buffer)
continue;
if ( bodydef[j].Par->Output.Info.Flags & PWR_MASK_INVISIBLE )
continue;
if ( bodydef[j].Par->Output.Info.Flags & PWR_MASK_DISABLEATTR &&
j > 0) {
pwr_tDisableAttr disabled;
......
......@@ -33,3 +33,4 @@
070221 cs xtt Problems with national characters in alarmtext in operator window fixed.
070327 cs ge Bugfix in navigator window, drawing attempt in zero buffer removed.
070327 cs ge Problems with national characters in ge attribute editor fixed.
070402 cs ge Dyntype invisible works also for attributes of type Float32.
\ 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