Menu

Properties ModbusClient

Rossmann Engineering

.NET Properties (.DLL)

bool Connected

returns "TRUE" if client is connected to Server and "FALSE" if not

string IPAddress

gets or sets the IP-Address were the Modbus-TCP Server is reachable

int Port

gets or sets the port of the Modbus-TCP Server (Standard is 502)

bool UDPFlag

Enables Modbus UDP (Modbus TCP will be disabled)

byte UnitIdentifier

Unit identifier (1 – 247; 0 for Broadcast) for Modbus-RTU (not needed for Modbus-TCP or Modbus-UDP)

int Baudrate

Baudrate for Modbus-RTU (serial-line); Standand is 9600

JAVA Properties (.JAR)

boolean isConnected

returns "TRUE" if client is connected to Server and "FALSE" if not

string getIPAddress; void setIPAddress(string)

gets or sets the IP-Address were the Modbus-TCP Server is reachable

int getPort; void setPort(int)

gets or sets the port of the Modbus-TCP Server (Standard is 502)

boolean getUDPFlag; void setUDPFlag(boolean)

Enables Modbus UDP (Modbus TCP will be disabled)


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.