Drive control & communication, 4 basic drive status, 5 basic drive network programming – Lenze TCF Series Drives Modbus Communications User Manual

Page 32: Rg-tfmod 28

Advertising
background image

RG-TFMOD 28

Drive Control & Communication

7.4 Basic Drive Status

AC Tech register #24 is a 6 word entity containing the drive’s status information. To read the entire status
block use Modbus function code 3 with a length of 6 to read starting at Modbus register number 40025.
The low byte of the third word in this block of data contains the operational status. If this is the only data
you want you can use Modbus function code 3 with a length of 1 to read register 40027.

The value of that low byte of data corresponds to the following operational states:

Operational Status (Register #24 byte D3L or Register #26 DL)

VALUE*

OPERATIONAL STATE

0

FAULT LOCKOUT

1

FAULT

2

START PENDING

3

IDENTIFICATION NOT DONE

4

STOP

5

LOWER TRANSISTORS SWITCHED ON

6

RUN IDENTIFICATION

7

RUN AT 0Hz

8

RUN

9

ACCEL

10

DECEL

11

DECEL OVERRIDE

12

DC BRAKE

13

FLYING START

14

CURRENT LIMIT

* This is the decimal equivalent value of the binary number of the bits in that byte.

7.5 Basic Drive Network Programming

The programming parameters of the TCF drive may be altered by a Modbus master. To do so simply write
the desired value to the appropriate Modbus register. The translation is as follows:

Modbus register number = TCF parameter number +51

As an example if you wanted to change the acceleration time (P19) of the TCF drive, write the time desired
into Modbus register 40070. Note that time is written in 0.1 seconds (so 200 would be 20.0 sec).

Advertising