http://en.wikipedia.org/wiki/Modbus
Modbus is a serial communications protocol published by Modicon in 1979 for use with its programmable logic controllers (PLCs).
Modbus is often used to connect a supervisory computer with a remote terminal unit (RTU) in supervisory control and data acquisition (SCADA) systems.
Versions of the Modbus protocol exist for serial port and for Ethernet.
For serial connections, two variants exist, with different representations of numerical data and slightly different protocol details. Modbus RTU is a compact, binary representation of the data. Modbus ASCII is human readable, and more verbose. Both of these variants use serial communication. The RTU format follows the commands/data with a cyclic redundancy check checksum, while the ASCII format uses a longitudinal redundancy check checksum. Nodes configured for the RTU variant will not communicate with nodes set for ASCII, and the reverse.
For connections over TCP/IP, the more recent variant Modbus/TCP exists. It does not require a checksum calculation.
I have applied tcp/ip modbus protocol for Koyo PLC to communicate with Daqfactory SCADA. It was done very well.



translator needed
mas..modbus itu penghubung dari plc ke hw(alarm, viewer gitu kan) kan? saya masih bingung istilah2 hw :)
@wigati. betul sekali modbus penghubung antar hardware atau hardware dan viewer itu menurut pemahaman saya. kebetulan scada yang saya gunakan menggunakan modbus sehingga dalam penetuan plc saya selalu mempertimbangkan plc yang support modbus.