IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Qt Modbus

Implemented Qt Modbus.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt Modbus

Modbus is a request/reply protocol that has one Modbus client in its network and may have many Modbus servers. Servers can control only their own internal states, and clients can read and write data in them.

Each Modbus server has four tables in which it can store data.

name

data range in one field

permissions for client

Discrete Inputs

0-1

Read

Coils

0-1

Read/Write

Input Registers

0-65535 (0xffff)

Read

Holding Registers

0-65535 (0xffff)

Read/Write

The Modbus API provides some common API to access the Modbus devices:

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+