Commit 8494b413 authored by Pavel Vainerman's avatar Pavel Vainerman

(IOControl): исправил ошибку в инициализации карт UNIO

parent 10d74ed0
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Name: libuniset Name: libuniset
Version: 1.3 Version: 1.3
Release: alt10 Release: alt11
Summary: UniSet - library for building distributed industrial control systems Summary: UniSet - library for building distributed industrial control systems
License: GPL License: GPL
Group: Development/C++ Group: Development/C++
...@@ -213,6 +213,9 @@ rm -f %buildroot%_libdir/*.la ...@@ -213,6 +213,9 @@ rm -f %buildroot%_libdir/*.la
%changelog %changelog
* Tue Feb 28 2012 Pavel Vainerman <pv@altlinux.ru> 1.3-alt11
- (iocontrol): fixed bug in configuring UNIO96
* Fri Feb 24 2012 Pavel Vainerman <pv@altlinux.ru> 1.3-alt10 * Fri Feb 24 2012 Pavel Vainerman <pv@altlinux.ru> 1.3-alt10
- (modbus): realized exchange with RTU188 - (modbus): realized exchange with RTU188
......
...@@ -1705,7 +1705,7 @@ void IOControl::buildCardsList() ...@@ -1705,7 +1705,7 @@ void IOControl::buildCardsList()
dlog[Debug::INFO] << myname << "(buildCardsList): card=" << it.getProp("card") dlog[Debug::INFO] << myname << "(buildCardsList): card=" << it.getProp("card")
<< "(" << cname << ")" << "(" << cname << ")"
<< " init subdev" << i << " 'GRAYHILL'" << endl; << " init subdev" << i << " 'GRAYHILL'" << endl;
return; continue;
} }
dlog[Debug::INFO] << myname << "(buildCardsList): card=" << it.getProp("card") dlog[Debug::INFO] << myname << "(buildCardsList): card=" << it.getProp("card")
......
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