Communications and Wireless
1825719 Members
2886 Online
109686 Solutions
New Discussion

modbus tcpip

 
???_185
Regular Advisor

modbus tcpip

Hi all,
I have two questions.
One, what is mod-bus-tcpip?
The other, HPUX support mod-bus-tcpip?

Thanks and regards,
zungwon
2 REPLIES 2
Sergejs Svitnevs
Honored Contributor

Re: modbus tcpip

Modbus protocol.
This protocol defines a message structure that devices (PLC,..) will recognize and use, regardless of the type of networks over which they communicate. It describes the process a device uses to request access to another device, how it will respond to requests from the other devices, and how errors will be detected and reported.

Modbus /TCPIP.
The MODBUS messaging service provides a Client/Server communication between devices
connected on an Ethernet TCP/IP network.

check out the following link:
http://www.modbus.org

Regards,
Sergejs
???_185
Regular Advisor

Re: modbus tcpip

Thanks Sergejs Svitnevs