en:software:devices:modbus

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
en:software:devices:modbus [2016/12/20 17:34] – created qem103en:software:devices:modbus [2016/12/20 17:49] – [2. Convenzioni] qem103
Line 1: Line 1:
 ====== DEVICE MODBUS ====== ====== DEVICE MODBUS ======
-===== - Introduzione =====+===== - Introduction =====
  
-Il protocollo MODBUS<sup>®</sup> rappresenta un sistema di comunicazione industriale distribuita sviluppata da Gould-Modicon per +The MODBUS<sup>®</sup> protocol represents an industrial communication system distributed and developed by Gould-Modicon to integrate PLC’s, computers, terminals, inverter and other devices. MODBUS is a Master/Slave communication protocol where only one device can be Master and monitors all activities of the serial line or TCPIP. As for the serial line can be connected up to a maximum of 247 slave along the same linesEach device is assigned an address that distinguishes it from all other connected devices.\\ 
-integrare PLC’s, computers, terminals, inverter e altre apparecchiature. MODBUS è un protocollo di comunicazione +The MODBUS device lets you choose which serial port use for connectionThe characteristics of data transmission (number of device, baud rate, parity, stop bits) and the transmission mode must be selected on each station and cannot be changed during the operation.\\ 
-Master/Slave in cui solo un dispositivo può essere Master e controlla tutte le attività della linea seriale o TCPIP. Per quanto riguarda la linea seriale possono essere collegati fino ad un massimo 247 slave sulla stessa lineaAd ogni dispositivo è assegnato un indirizzo che distingue esso +With using a serial linethere are two modes of transmission used in the Modbus ProtocolBoth ways allow the same communication skillsThe mode is selected by the master and must be unique for all devices connected to the networkThe modes are:
-da tutti gli altri dispositivi connessi.\\ +
-Il device MODBUS permette di scegliere quale porta seriale, presente sullo strumento, usare per il collegamento. +
-Le caratteristiche della trasmissione dati (nr. dispositivo fisico, baud rate, parità, stop bits) e del modo di trasmissione devono +
-essere selezionate su ogni stazione e non possono essere modificate durante il funzionamento.\\ +
-Con l'utilizzo di una linea serialeci sono due modi di trasmissione utilizzabili nel protocollo Modbus. Ambedue i modi permettono le stesse capacità di +
-comunicazioneIl modo è selezionato dal master e deve essere unico per tutti i dispositivi connessi alla reteI modi sono:+
   * ASCII (American Standard Code for Information Interchange)   * ASCII (American Standard Code for Information Interchange)
   * RTU, (Remote Terminal Unit.)   * RTU, (Remote Terminal Unit.)
  
-Il presente manuale si suddivide in due parti:\\ +This manual is divided into two parts:\\ 
-Parte I - Descrizione funzionamento come master\\ +Part I - Operation as master\\ 
-Parte II - Descrizione funzionamento come slave.+Part II - Operation as slave.
  
  
-===== - Convenzioni =====+===== - Conventions =====
  
-Il protocollo di comunicazione modbus standard definisce tipi di dati di scambio+The modbus communication protocol standard defines types of Exchange data
-  * INPUT STATUS = Ingressi digitali (Digital Inputs) +  * INPUT STATUS = Digital Inputs 
-  * COIL STATUS = Uscite digitali (Digital Outputs) +  * COIL STATUS = UDigital Outputs 
-  * INPUT REGISTER = Ingressi analogici (Analog Inputs) +  * INPUT REGISTER = Analog Inputs 
-  * HOLDING REGISTER. = Uscite analogiche (Analog Outputs). +  * HOLDING REGISTER. = Analog Outputs 
-Nel corso del manuale si deve tener conto delle convenzioni presenti.+Throughout the manual you have to take into account existing conventions.
  
  
  • Last modified: 2020/07/13 14:58