원문
Architecture
The driver provides four Modbus modules that support five Modbus network types. Three networks serve as clients, where the host (controller and station) act as a Modbus master device. In the other two networks, the controller and station serve as servers (slaves), where the station exposes Modbus data and responds to Modbus queries. All Modbus networks use the standard Framework network architecture. For more information, refer to the Niagara Drivers Guide.
The Modbus protocol defines the message structure and format used in communication transactions. Modbus devices communicate using a master-slave relationship in which only the master device can initiate a communication transaction. A Modbus network supports only one master device. For most integrations (modbusAsync, modbusTcp), the remote host serves as the master device. Other devices function as Modbus slaves.
Modbus provides two slave components: modbusSlave or modbusTcpSlave. Either slave station can act as a server. Usage of these components is expected to be infrequent. When used, basic Modbus principles remain the same.
Similar to other Framework integrations, the Modbus driver uses proxy points to provide monitoring and control. To help clarify station configuration, this document describes items specific to Framework components.
'자동제어' 카테고리의 다른 글
Niagara4-모드버스통신 시작하기 (1) | 2024.02.25 |
---|---|
모드버스 통신 종류 5가지(ModbusAsync/ModbusTcp/ModbusTcpGateway/ModbusSlave/ModbusTcpSlaveNetwork) (0) | 2024.02.24 |