
ABOUT THIS MANUAL Modbus Programming Manual
12 Version 2
Copyright © 2012 by Despatch Industries.
All rights reserved. No part of the contents of this manual may be reproduced, copied or transmitted in any form or by any
means including graphic, electronic, or mechanical methods or photocopying, recording, or information storage and
retrieval systems without the written permission of Despatch Industries, unless for purchaser's personal use.
The Modbus parameter register addresses are detailed in the following sections.
The Access column indicates if a parameter is read only (RO) or if it can also be written to
(R/W).
Note:
Some parameters that do not apply for a particular configuration will accept reads and
writes. Read only parameters will return an exception if an attempt is made to write values
to them.
1.4.8. Data Formats
Data can be read or written in three formats: Integer Only, Integer with 1 Decimal Place and
Floating Point Number.
The Modbus Address column shows the register address for each parameter in integer format.
Other formats can be calculated from the Integer Only address.
When working in Hexadecimal, the format calculations are:
Address for Integer with 1 Decimal Place = Integer address plus 0x4000
Address for Floating Point = Integer address multiplied by 2, plus 0x8000
When working in Decimal, the format calculations are:
Address for Integer with 1 Decimal Place = Integer address plus 16384
Address for Floating Point = Integer address multiplied by 2, plus 32768
Example Register Address Calculations
Calculating Parameter Register Addresses
Register Address
Calculation
Address Example:
(For Process Variable)
Data Value Returned:
If actual Value = 23.9 decimal
Address Example:
(For Selected Setpoint)
Data Value Returned:
If Value = 1 (Alternative SP)
Comentários a estes Manuais