文件名称:csharpfr_SERVEUR-ESCLAVE-MODBUS-TCP-IP___Page
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 59kb
- 下载次数:
- 0次
- 提 供 者:
- bi***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
This server / ModBus slave simulates equipment communicating with the ModBus protocol on a TCP / IP as a controller for example. It responds to requests from a master / client. I used ModScan32 and a monitoring software that I developed in my company for testing.
Some details:
- 4 tables of data are scaled to 200 items each (constant chosen arbitrarily) and values of each item (bit / register) can be modified in the cell corresponding
- Responses to requests functions 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x10, 0x0F
- Return management of exceptions ModBus started but complete
- Visual refresh table data after a write request to complete
The software is not finalized and has been tested only in certain configurations, it must contain some bugs. If you detect inconsistencies vis-à-vis the protocol, please let me know (I have some issues that differ among the PDF and found the software testing as ModScan32).
Development in Visual Studio. NET 2008.-This server/ModBus slave simulates equipment communicating with the ModBus protocol on a TCP/IP as a controller for example. It responds to requests from a master/client. I used ModScan32 and a monitoring software that I developed in my company for testing.
Some details:
- 4 tables of data are scaled to 200 items each (constant chosen arbitrarily) and values of each item (bit/register) can be modified in the cell corresponding
- Responses to requests functions 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x10, 0x0F
- Return management of exceptions ModBus started but complete
- Visual refresh table data after a write request to complete
The software is not finalized and has been tested only in certain configurations, it must contain some bugs. If you detect inconsistencies vis-à-vis the protocol, please let me know (I have some issues that differ among the PDF and found the software testing as ModScan32).
Development in Visual Studio. NET 2008.
Some details:
- 4 tables of data are scaled to 200 items each (constant chosen arbitrarily) and values of each item (bit / register) can be modified in the cell corresponding
- Responses to requests functions 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x10, 0x0F
- Return management of exceptions ModBus started but complete
- Visual refresh table data after a write request to complete
The software is not finalized and has been tested only in certain configurations, it must contain some bugs. If you detect inconsistencies vis-à-vis the protocol, please let me know (I have some issues that differ among the PDF and found the software testing as ModScan32).
Development in Visual Studio. NET 2008.-This server/ModBus slave simulates equipment communicating with the ModBus protocol on a TCP/IP as a controller for example. It responds to requests from a master/client. I used ModScan32 and a monitoring software that I developed in my company for testing.
Some details:
- 4 tables of data are scaled to 200 items each (constant chosen arbitrarily) and values of each item (bit/register) can be modified in the cell corresponding
- Responses to requests functions 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x10, 0x0F
- Return management of exceptions ModBus started but complete
- Visual refresh table data after a write request to complete
The software is not finalized and has been tested only in certain configurations, it must contain some bugs. If you detect inconsistencies vis-à-vis the protocol, please let me know (I have some issues that differ among the PDF and found the software testing as ModScan32).
Development in Visual Studio. NET 2008.
相关搜索: modbus
TCP
modbus
tcp
Csharp
Modbus
CSharp
tcp
ip
CSharp
Modbus
modbus
tcp
server
modbus
net
modbus
register
modbus
master
tcp
Modbus
TCP
IP
TCP
modbus
tcp
Csharp
Modbus
CSharp
tcp
ip
CSharp
Modbus
modbus
tcp
server
modbus
net
modbus
register
modbus
master
tcp
Modbus
TCP
IP
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ModBusServer
............\ModBusServer
............\ModBusServer.ex_
............\ModBusServer.sln
............\ModBusServer.suo
............\............\ApplicationTraceListener.cs
............\............\DataModel
............\............\.........\ByteBuffer.cs
............\............\.........\ByteCircularBuffer.cs
............\............\.........\SimpleDataModel.cs
............\............\.........\Table.cs
............\............\.........\TableItem.cs
............\............\.........\TableItem_Bit.cs
............\............\.........\TableItem_Register.cs
............\............\.........\Table_Bit.cs
............\............\.........\Table_Register.cs
............\............\fModBusServer.cs
............\............\fModBusServer.Designer.cs
............\............\fModBusServer.resx
............\............\ModBus
............\............\ModBusServer.csproj
............\............\ModBusServer.csproj.user
............\............\......\Functions
............\............\......\.........\ModBusFunction.cs
............\............\......\.........\ModBusFunctionFactory.cs
............\............\......\.........\ModBusFunction_0x01.cs
............\............\......\.........\ModBusFunction_0x02.cs
............\............\......\.........\ModBusFunction_0x03.cs
............\............\......\.........\ModBusFunction_0x04.cs
............\............\......\.........\ModBusFunction_0x05.cs
............\............\......\.........\ModBusFunction_0x06.cs
............\............\......\.........\ModBusFunction_0x0F.cs
............\............\......\.........\ModBusFunction_0x10.cs
............\............\......\Messages
............\............\......\........\CRC16.cs
............\............\......\........\Exceptions
............\............\......\........\..........\ModBusException.cs
............\............\......\........\..........\ModBusExceptionFactory.cs
............\............\......\........\..........\ModBusProcessingException.cs
............\............\......\........\Requests
............\............\......\........\........\ModBusRequest.cs
............\............\......\........\........\ModBusRequestFactory.cs
............\............\......\........\........\ModBusRequestFooter.cs
............\............\......\........\........\ModBusRequestHeader.cs
............\............\......\........\........\ModBusRequest_Read.cs
............\............\......\........\........\ModBusRequest_WriteItem.cs
............\............\......\........\........\ModBusRequest_WriteItems.cs
............\............\......\........\Responses
............\............\......\........\.........\ModBusResponse.cs
............\............\......\........\.........\ModBusResponse_ReadBits.cs
............\............\......\........\.........\ModBusResponse_ReadRegisters.cs
............\............\......\........\.........\ModBusResponse_WriteItem.cs
............\............\......\........\.........\ModBusResponse_WriteItems.cs
............\............\......\ModBusConstants.cs
............\............\Network
............\............\.......\TcpIp
............\............\.......\.....\TcpIpServer.cs
............\............\.......\.....\TcpIpServerConfiguration.cs
............\............\.......\.....\TcpIpServerConnection.cs
............\............\.......\.....\TcpIpServerConnections.cs
............\............\Program.cs
............\............\Properties
............\............\..........\AssemblyInfo.cs
............\............\..........\Resources.Designer.cs
............\............\..........\Resources.resx
............\............\..........\Settings.Designer.cs
............\............\..........\Settings.settings
@Readme-CodeS-SourceS-FR.txt
............\ModBusServer
............\ModBusServer.ex_
............\ModBusServer.sln
............\ModBusServer.suo
............\............\ApplicationTraceListener.cs
............\............\DataModel
............\............\.........\ByteBuffer.cs
............\............\.........\ByteCircularBuffer.cs
............\............\.........\SimpleDataModel.cs
............\............\.........\Table.cs
............\............\.........\TableItem.cs
............\............\.........\TableItem_Bit.cs
............\............\.........\TableItem_Register.cs
............\............\.........\Table_Bit.cs
............\............\.........\Table_Register.cs
............\............\fModBusServer.cs
............\............\fModBusServer.Designer.cs
............\............\fModBusServer.resx
............\............\ModBus
............\............\ModBusServer.csproj
............\............\ModBusServer.csproj.user
............\............\......\Functions
............\............\......\.........\ModBusFunction.cs
............\............\......\.........\ModBusFunctionFactory.cs
............\............\......\.........\ModBusFunction_0x01.cs
............\............\......\.........\ModBusFunction_0x02.cs
............\............\......\.........\ModBusFunction_0x03.cs
............\............\......\.........\ModBusFunction_0x04.cs
............\............\......\.........\ModBusFunction_0x05.cs
............\............\......\.........\ModBusFunction_0x06.cs
............\............\......\.........\ModBusFunction_0x0F.cs
............\............\......\.........\ModBusFunction_0x10.cs
............\............\......\Messages
............\............\......\........\CRC16.cs
............\............\......\........\Exceptions
............\............\......\........\..........\ModBusException.cs
............\............\......\........\..........\ModBusExceptionFactory.cs
............\............\......\........\..........\ModBusProcessingException.cs
............\............\......\........\Requests
............\............\......\........\........\ModBusRequest.cs
............\............\......\........\........\ModBusRequestFactory.cs
............\............\......\........\........\ModBusRequestFooter.cs
............\............\......\........\........\ModBusRequestHeader.cs
............\............\......\........\........\ModBusRequest_Read.cs
............\............\......\........\........\ModBusRequest_WriteItem.cs
............\............\......\........\........\ModBusRequest_WriteItems.cs
............\............\......\........\Responses
............\............\......\........\.........\ModBusResponse.cs
............\............\......\........\.........\ModBusResponse_ReadBits.cs
............\............\......\........\.........\ModBusResponse_ReadRegisters.cs
............\............\......\........\.........\ModBusResponse_WriteItem.cs
............\............\......\........\.........\ModBusResponse_WriteItems.cs
............\............\......\ModBusConstants.cs
............\............\Network
............\............\.......\TcpIp
............\............\.......\.....\TcpIpServer.cs
............\............\.......\.....\TcpIpServerConfiguration.cs
............\............\.......\.....\TcpIpServerConnection.cs
............\............\.......\.....\TcpIpServerConnections.cs
............\............\Program.cs
............\............\Properties
............\............\..........\AssemblyInfo.cs
............\............\..........\Resources.Designer.cs
............\............\..........\Resources.resx
............\............\..........\Settings.Designer.cs
............\............\..........\Settings.settings
@Readme-CodeS-SourceS-FR.txt