|
ANN: ModLink VCL 2.20 released
=========================================================================== February 26, 2010: Ivo Bauer/OZM Research are pleased to announce that ModLink version 2.20 has been released. ===========================================================================
ModLink is a set of native VCL components for Borland/CodeGear/Embarcadero Delphi and C++ Builder that offer a sophisticated solution for seamless integration of Modbus communication protocol into your own Windows applications.
With ModLink, you can easily turn any Windows application into either Modbus client that initiates network transactions in order to request a remote Modbus server to perform a specific action, or Modbus server that listens for incoming requests from a remote Modbus client and performs an appropriate action.
=========================================================================== Change Log for v2.20 ===========================================================================
* New: ModLink has undergone thorough testing and is now officially certified to be Windows 7/Vista compatible. * New: Serial communication subsystem has got a bit of overhaul that improves performance and overall stability especially under stressed conditions. * Fix: Reception of a corrupted response frame in Modbus/RTU transmission mode gets sometimes misinterpreted as if no response was received at all (response timeout expired). * Fix: Reception of a corrupted request/response frame in Modbus/ASCII transmission mode results in EAssertionFailed to be thrown with message 'DecodeFrame: Trailing CR is missing'. * Fix: ReceiveTimeout property of TModbusConnection is misused to govern the entire process of reception of Modbus data frames. As a result, they are being truncated prematurely if ReceiveTimeout is smaller than the time required to transmit the entire frame over the network. * Various tweaks.
=========================================================================== Additional Information ===========================================================================
For more information, please visit ModLink web site: http://www.ozm.cz/ivobauer/modlink/
Got any questions? Do not hesitate to email the author: bauer@ozm.cz
-- Ivo Bauer OZM Research s.r.o.
|