<< Click to Display Table of Contents >>

Filename

ModbusSlave.dll

Manufacturer

N/A

Devices

Any device compatible with the protocol

Protocol

Modbus RTU/ASCII/TCP (Slave mode)

Version

3.1.5

Last Update

05/07/2021

Platform

Win32

Dependencies

IOKit v2.00 or later

Superblock Readings

No

Level

0

 

Introduction

This Driver allows communication between Elipse Software applications and external devices that support the Modicon Modbus RTU/ASCII/TCP standard protocol. This Driver was designed to operate in Slave mode, where an Elipse Software application works as Slave and the external device works as a Master in communication transactions and it supports the following functions:

Reading Status Bits: Function code 1 (one), 0x references

Reading Input Bits: Function code 2 (two), 1x references

Reading Multiple Registers: Function code 3 (three), 4x references

Reading Multiple Input Registers: Function code 4 (four), 3x references

Writing to a Single Bit: Function code 5 (five), 0x references

Writing to Multiple Bits: Function code 15, 0x references

Writing to a Single Register: Function code 6 (six), 4x references

Writing to Multiple Registers: Function code 16, 4x references

Reading Diagnostics: Function code 8 (eight)

 

These functions are universally implemented and fully consistent with systems compliant with the Modicon Modbus RTU/ASCII/TCP protocol.

 

NOTE

The Reading Diagnostics function (function code eight) was added only for compatibility purposes, that is, it returns an echo of a message sent by the Master, not providing any information related to diagnostic counters.

Was this page useful?