Examples - Danfoss iC2 Application Manual

Micro frequency converters
Table of Contents

Advertisement

Application Guide | iC2-Micro Frequency Converters

Examples

Reading P 5.5.3.13 Freeze Up/Down Step Delta (16 bit): The parameter numbers is 312, and the register address is 3119 holding the
parameters value. A value of 1252 (decimal), means that the parameter is set to 12.52%.
Reading P 5.5.3.11 Preset Relative Reference (32 bit): Parameter numbers is 341, and the holding registers are 3409 and 3410 holding the
parameter values. A value of 11300 (decimal), means that the parameter is set to 113.00.
Storage of Data
6.1.7.5.2
The coil 65 decimal determines whether data written to the drive is stored in EEPROM and RAM (coil 65 = 1), or only in RAM (coil 65 = 0).
IND (Index)
6.1.7.5.3
Some parameters in the drive are array parameters, for example P 5.5.3.10 Preset Reference. Since the Modbus does not support arrays in
the holding registers, the drive has reserved the holding register 9 as pointer to the array. Before reading or writing an array parameter,
set the holding register 9. Setting holding register to the value of 2 causes all following read/write to array parameters to be to the index
2.
Text Blocks
6.1.7.5.4
Parameters stored as text strings are accessed in the same way as the other parameters. The maximum text block size is 20 characters.
If a read request for a parameter is for more characters than the parameter stores, the response is truncated. If the read request for a
parameter is for fewer characters than the parameter stores, the response is space filled.
Conversion Factor
6.1.7.5.5
A parameter value can only be transferred as a whole number. To transfer decimals, use a conversion factor.
Parameter Values
6.1.7.5.6
Standard data types
Standard data types are int 16, int 32, uint 8, uint 16, and uint 32. They are stored as 4x registers (40001–4FFFF). The parameters are read
using function 03 hex read holding registers. Parameters are written using the function 6 hex preset single register for 1 register (16 bits),
and the function 10 hex preset multiple registers for 2 registers (32 bits). Readable sizes range from 1 register (16 bits) up to 10 registers
(20 characters).
Non-standard data types
Non-standard data types are text strings and are stored as 4x registers (40001–4FFFF). The parameters are read using function 03 hex
read holding registers and written using function 10 hex preset multiple registers. Readable sizes range from 1 register (2 characters) up
to 10 registers (20 characters).
Examples
6.1.7.6
Read Coil Status (01 hex)
6.1.7.6.1
Description
This function reads the ON/OFF status of discrete outputs (coils) in the drive. Broadcast is never supported for reads.
Query
The query telegram specifies the starting coil and quantity of coils to be read. Coil addresses start at 0, that is, coil 33 is addressed as 32.
Example of a request to read coils 33–48 (status word) from follower device 01.
90
| Danfoss A/S © 2024.03
AB413939445838en-000301 / 130R1254

Advertisement

Table of Contents
loading

Table of Contents