• Libraries
  • Shop
  • Doc
  • Free Modbus
  • Support
  • Login
FieldTalk Modbus Slave Library for .NET
FieldTalk Modbus Slave Library for .NET
Namespaces
FieldTalk.Modbus.Slave
MbusSlaveServer Class
MbusSlaveServer Methods
addDataTable Method
Dispose Method
Finalize Method
getConnectionStatus Method
getPackageVersion Method
getSuccessCounter Method
getTimeout Method
getTotalCounter Method
isStarted Method
resetSuccessCounter Method
resetTotalCounter Method
serverLoop Method
setTimeout Method
shutdownServer Method
Click or drag to resizeClick or drag to resize

MbusSlaveServeraddDataTable Method

Associates a protocol object with a Data Provider and a Modbus slave ID.

Namespace:  FieldTalk.Modbus.Slave
Assembly:  FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntax
C#
VB
C++
Copy
public int addDataTable(
	int slaveAddr,
	MbusDataTableInterface dataTable
)
Public Function addDataTable ( 
	slaveAddr As Integer,
	dataTable As MbusDataTableInterface
) As Integer
public:
int addDataTable(
	int slaveAddr, 
	MbusDataTableInterface^ dataTable
)

Parameters

slaveAddr
Type: SystemInt32
Modbus slave address for server to listen on (-1 - 255). 0 is regarded as a valid value for a MODBUS/TCP server address. A value of -1 means the server disregards the slave address and listens to all slave addresses. 0 or -1 is only valid for MODBUS/TCP!
dataTable
Type: FieldTalk.Modbus.SlaveMbusDataTableInterface
Reference to a Modbus data table. Must be a Data Provider object derived from the MbusDataTableInterface class. The Data Provider is the interface between your application data and the Modbus network.

Return Value

Type: Int32
BusProtocolErrors.FTALK_SUCCESS on success or error code. See BusProtocolErrors for possible error codes.
See Also

Reference

MbusSlaveServer Class
FieldTalk.Modbus.Slave Namespace
FieldTalk Modbus Slave Library for .NET
Library version 2.11.0
Speak to the Experts
Modbus Organization Member logo

We are member of the Modbus Organization, Inc.

Buy with Confidence
30-day money back guarantee All our FieldTalk web sales are backed by a 30-day Money Back Guarantee.
We Accept
Bank VISA MasterCard PayPal
Customer Info
  • Info & Contact
  • Customer Login
  • Terms of Service
  • Terms of Sale
  • Privacy Policy
© 2005-2025 proconX Pty Ltd. All rights reserved. proconX and FieldTalk are trademarks of proconX Pty Ltd.
All other trademarks and registered trademarks appearing on www.modbusdriver.com are the property of their respective owners.