|
|
|
| Info | Support | Contact | About | ||
|
General Description
IntroductionThis FieldTalk Modbus® Master Library - Delphi Edition is library which provides connectivity to Modbus slave compatible devices and applications.It is implemented as a VCL and CLX class library. The VCL/CLX classes wrap around a libmbusmaster DLL which performs the core protocol functions. The libmbusmaster DLL is based on the FieldTalk Modbus Master Protocol C++ Edition, a proven and industrial-strength Modbus implementation. Typical applications are supervisory control systems, data concentrators and gateways, user interfaces and factory information systems. Features:
Library StructureThe library is organised into one class for each Modbus master protocol flavour and a common base class, which applies to all protocol flavours. Because the two serial protocols ASCII and RTU share some common code, an intermediate base class implements the functions specific to serial protocols.
The class TMbusAsciiMasterProtocol implements the Modbus ASCII protocol, the class TMbusRtuMasterProtocol implements the Modbus RTU protocol and the class TMbusTcpMasterProtocol implements the MODBUS/TCP protocol. In order to use one of the three master protocols, the desired protocol flavour class has to be instantiated:
TMbusRtuMasterProtocol mbusProtocol; After a protocol object has been declared and opened, data and control functions can be used:
mbusProtocol.writeSingleRegister(slaveId, startRef, 1234); Overview |
|||||||||||||||||||||||||||||||
| Back | Top of page | Info | Support | Contact | About | ||
|
Information in this document is subject to change without notice.
Copyright © 2000-2013 proconX Pty Ltd.
All rights reserved.
All product and brand names mentioned on this page may be trademarks or registered trademarks of their respective owners. |