Commit f88444e6 authored by claes's avatar claes

*** empty log message ***

parent 8a9ad59c
/*
* Proview $Id: opc_provider.cpp,v 1.10 2007-04-05 13:32:03 claes Exp $
* Proview $Id: opc_provider.cpp,v 1.11 2007-04-25 07:17:55 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -1258,16 +1258,11 @@ int main(int argc, char *argv[])
/* Read arguments */
if ( argc < 4) {
usage();
strcpy( server_url, "http://linuxlab1:18083");
strcpy( extern_vid, "0.1.99.55");
strcpy( extern_volume_name, "MyOpcVolume");
// exit(0);
exit(0);
}
else {
strcpy( server_url, argv[1]);
strcpy( extern_vid, argv[2]);
strcpy( extern_volume_name, argv[3]);
}
if ( argc >= 5) {
sts = sscanf( argv[4], "%d", &server_id);
......
Volume Opc $ClassVolume 0.0.250.9
Body SysBody 01-JAN-1970 01:00:00.00
Attr NextOix = "_X37"
Attr NextOix = "_X40"
Attr NextCix = "_X24"
Attr NextTix[0] = "_X4"
Attr NextTix[0] = "_X5"
EndBody
Object Type $TypeHier 2 02-MAR-2007 14:45:01.59
Object Opc_ServerStateEnum $TypeDef 1 05-MAR-2007 13:22:13.08
......@@ -258,6 +258,32 @@ Volume Opc $ClassVolume 0.0.250.9
EndBody
EndObject
EndObject
Object Opc_MultiThreadedEnum $TypeDef 4 24-APR-2007 16:01:07.85
Body SysBody 24-APR-2007 15:58:10.31
Attr TypeRef = "pwrs:Type-$Enum"
Attr Elements = 1
EndBody
Object IfNeeded $Value 38 24-APR-2007 15:58:47.21
Body SysBody 24-APR-2007 15:58:52.79
Attr Text = "IfNeeded"
Attr PgmName = "IfNeeded"
EndBody
EndObject
Object No $Value 39 24-APR-2007 15:59:13.33
Body SysBody 24-APR-2007 15:59:17.00
Attr Text = "No"
Attr PgmName = "No"
Attr Value = 1
EndBody
EndObject
Object Yes $Value 40 24-APR-2007 15:59:21.91
Body SysBody 24-APR-2007 15:59:27.49
Attr Text = "Yes"
Attr PgmName = "Yes"
Attr Value = 2
EndBody
EndObject
EndObject
EndObject
Object Class $ClassHier 1 02-MAR-2007 14:45:04.90
!/**
......@@ -1885,7 +1911,7 @@ Volume Opc $ClassVolume 0.0.250.9
Object RtBody $ObjBodyDef 1 01-MAR-2007 17:02:58.07
Body SysBody 01-MAR-2007 17:02:58.07
Attr StructName = "Opc_ServerConfig"
Attr NextAix = "_X4"
Attr NextAix = "_X5"
EndBody
!/**
! Optional description.
......@@ -1918,6 +1944,12 @@ Volume Opc $ClassVolume 0.0.250.9
Attr TypeRef = "Opc:Class-Opc_ClientAccess"
EndBody
EndObject
Object MultiThreaded $Attribute 4 24-APR-2007 15:59:51.88
Body SysBody 24-APR-2007 16:00:53.96
Attr PgmName = "MultiThreaded"
Attr TypeRef = "Opc:Type-Opc_MultiThreadedEnum"
EndBody
EndObject
EndObject
Object Template Opc_ServerConfig 2153218048 01-JAN-1970 01:00:00.00
Body RtBody 01-JAN-1970 01:00:00.00
......
......@@ -25,4 +25,9 @@
070124 cs io Check at io startup if multiple signals are connected to the same channel.
070124 cs wbl Attribute BuildCmd moved/added to Application and PlcProcess.
070130 cs init Process rt_webmonelog (web eventlog server) added to startup.
070130 cs wbl Attribute LoadArchives added to WebHandler with new type WebLoadArchiveMask.
\ No newline at end of file
070130 cs wbl Attribute LoadArchives added to WebHandler with new type WebLoadArchiveMask.
070417 cs rt Bugfix in mvol_ArefToAttribute, an attribute name was returned for attrref refering whole object.
070417 cs co Locale set when language is set.
070424 cs rt NULL argument for subid in gdh_RefObjectInfo allowed.
070424 cs wbl New types Int64 and UInt64.
070424 cs wbl New plc classes for Get end CSto of attributes in externvolumes.
\ No newline at end of file
......@@ -1844,7 +1844,7 @@ The Configurator
The configurator is used to navigate in and configure the Workbench.
The configurator displayes the object in one volume. The objects are usually separated in two
windows, a uppper and a lower, and how the separation is done depends on what type of volumes
windows, an upper and a lower, and how the separation is done depends on what type of volumes
is handled.
- For rootvolumes and subvolumes, the plant hierarchy is displayed in the upper window, and
......
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