modbusTcpForDelphi

所属分类:Pascal/Delphi编程
开发工具:Delphi
文件大小:747KB
下载次数:170
上传日期:2014-04-01 08:15:33
上 传 者长安理想
说明:  delphi下的modbus tcp通讯,包括主机和从机以及测试程序
(modbus tcp,master and client and demo)

文件列表:
delphimodbus-1.4.0\demos\Indy10\demos.groupproj (1681, 2011-03-04)
delphimodbus-1.4.0\demos\Indy10\Master\frm_Main.dcu (6552, 2011-03-04)
delphimodbus-1.4.0\demos\Indy10\Master\frm_Main.dfm (2766, 2011-03-04)
delphimodbus-1.4.0\demos\Indy10\Master\frm_Main.pas (3281, 2011-03-04)
delphimodbus-1.4.0\demos\Indy10\Master\ModbusMaster.bdsproj (10161, 2011-03-04)
delphimodbus-1.4.0\demos\Indy10\Master\ModbusMaster.bdsproj.local (62, 2011-03-04)
delphimodbus-1.4.0\demos\Indy10\Master\ModbusMaster.cfg (1388, 2011-03-04)
delphimodbus-1.4.0\demos\Indy10\Master\ModbusMaster.dpr (1539, 2011-03-04)
delphimodbus-1.4.0\demos\Indy10\Master\ModbusMaster.dproj (4870, 2011-03-04)
delphimodbus-1.4.0\demos\Indy10\Master\ModbusMaster.exe (543744, 2011-03-04)
delphimodbus-1.4.0\demos\Indy10\Master\ModbusMaster.identcache (156, 2011-03-22)
delphimodbus-1.4.0\demos\Indy10\Master\ModbusMaster.res (876, 2011-03-04)
delphimodbus-1.4.0\demos\Indy10\Slave\frm_Main.dcu (11611, 2011-03-22)
delphimodbus-1.4.0\demos\Indy10\Slave\frm_Main.dfm (5375, 2011-03-22)
delphimodbus-1.4.0\demos\Indy10\Slave\frm_Main.pas (8445, 2011-03-22)
delphimodbus-1.4.0\demos\Indy10\Slave\ModbusSlave.bdsproj (10196, 2011-03-22)
delphimodbus-1.4.0\demos\Indy10\Slave\ModbusSlave.bdsproj.local (62, 2011-03-22)
delphimodbus-1.4.0\demos\Indy10\Slave\ModbusSlave.cfg (1450, 2011-03-22)
delphimodbus-1.4.0\demos\Indy10\Slave\ModbusSlave.dpr (1537, 2011-03-04)
delphimodbus-1.4.0\demos\Indy10\Slave\ModbusSlave.dproj (4866, 2011-03-04)
delphimodbus-1.4.0\demos\Indy10\Slave\ModbusSlave.exe (647168, 2011-03-23)
delphimodbus-1.4.0\demos\Indy10\Slave\ModbusSlave.identcache (153, 2011-03-23)
delphimodbus-1.4.0\demos\Indy10\Slave\ModbusSlave.res (876, 2011-03-22)
delphimodbus-1.4.0\demos\Indy9\demos.bpg (843, 2011-03-04)
delphimodbus-1.4.0\demos\Indy9\Master\frm_Main.dfm (2602, 2011-03-04)
delphimodbus-1.4.0\demos\Indy9\Master\frm_Main.pas (3314, 2011-03-04)
delphimodbus-1.4.0\demos\Indy9\Master\ModbusMaster.dof (2464, 2011-03-04)
delphimodbus-1.4.0\demos\Indy9\Master\ModbusMaster.dpr (1539, 2011-03-04)
delphimodbus-1.4.0\demos\Indy9\Master\ModbusMaster.res (876, 2011-03-04)
delphimodbus-1.4.0\demos\Indy9\Slave\frm_Main.dfm (5261, 2011-03-04)
delphimodbus-1.4.0\demos\Indy9\Slave\frm_Main.pas (7537, 2011-03-04)
delphimodbus-1.4.0\demos\Indy9\Slave\ModbusSlave.dof (2464, 2011-03-04)
delphimodbus-1.4.0\demos\Indy9\Slave\ModbusSlave.dpr (1537, 2011-03-04)
delphimodbus-1.4.0\demos\Indy9\Slave\ModbusSlave.res (876, 2011-03-04)
delphimodbus-1.4.0\demos\Lazarus\Master\frm_Main.lfm (2653, 2011-03-04)
delphimodbus-1.4.0\demos\Lazarus\Master\frm_Main.pas (1933, 2011-03-04)
delphimodbus-1.4.0\demos\Lazarus\Master\ModbusMaster.ico (137040, 2011-03-04)
delphimodbus-1.4.0\demos\Lazarus\Master\ModbusMaster.lpi (3501, 2011-03-04)
delphimodbus-1.4.0\demos\Lazarus\Master\ModbusMaster.lpr (386, 2011-03-04)
delphimodbus-1.4.0\demos\Lazarus\Master\ModbusMaster.res (138128, 2011-03-04)
... ...

Delphi Modbus library demos =========================== Demos are available based on Indy 9 and Indy 10 implementation Indy9: Demos created in Delphi 7, and should also work on Delphi 5 and 6. (to open under earlier Delphi versions: delete *.dof). Indy10: Demos created in Delphi 2010, and should also work on Delphi 2005-2009. (to open under earlier Delphi versions: delete *.dproj). Available demos: Master: Implements a simple Modbus master which reads and writes registers from a PLC. Slave: Implements a simple Modbus slave which can be accessed via ModbusTCP and handles read and write operations on holding registers. Compiling and running the demo applications =========================================== Seperate demos are provided based on both Indy 9 and Indy 10. The Indy 9 demos have been created in Delphi 7, whilst the Indy 10 demos have been created in Delphi 2010. By default DelphiModbus is based on Indy 10 for Delphi versions from 2005 and up (older versions are set to use Indy 9). To be able to compile the demos, ensure that the delphimodbus\source folder is on compiler search path of either the project or the IDE. Without this, the compiler will not be able to locate the DelphiModbus units. When you want to compile and run the demos from a Delphi version which differs from the version it was created in (see above), you should first open each form in the demo in the form designer, and ignore any errors about missing properties it might generate. When such message appears, save the modified form. After taking these steps into account, the demos can be compiled and run from the IDE. -------------------------------------------------------------------------------- $Id: readme.txt,v 1.4 2010/06/25 07:46:51 plpolak Exp $

近期下载者

相关文件


收藏者