NORD Drivesystems BU0290 User Manual

Page 44

Advertising
background image

PROFINET bus module for NORD frequency inverters SK 200E

44

Subject to technical amendments

BU 0290 GB-4312

5.2.4.3

Writing the frequency inverter parameter P105 Index 0 (maximum frequency)

The maximum frequency parameter is to be set to the value 60Hz in data record 1 (Index 0).
Data record 47 is used:

Field

Data size Byte Date

Explanation

Order reference

1 Byte

1

xx h The order reference is used for the precise allocation of the SK

TU4-PNT response

Order label

1 Byte

2

02 h Write parameter value (refer to Section 5.2.3.1)

Axis

1 Byte

3

01 h

Access to FI parameter (0=TU4, 1=FU1, … 4=FU4)

Parameter number

2 Bytes

4

5

04 h

51 h

Parameter number P105 (+1000) = 451 h

Parameter index

2 Bytes

6

7

00 h

00 h

Parameter sub-index (refer to Section 5.2.3.2)

Parameter value

4 Bytes

8

9

10

11

00 h

00 h

02 h

58 h

The maximum frequency 60Hz (600 = 258 h) is to be set

Table 30 Example telegram for writing parameter P105[-01]



S7 Code example:

CALL "WRREC" , DB53

WriteRequest

REQ :=#bStart

ID :=DW#16#7FC

Diagnosis address

INDEX :=47

Data record 47

LEN :=11

Length: 11 Bytes

DONE :=#bEnde
BUSY :=#bBusy
ERROR :=#bError
STATUS:=#wStatus

RECORD:=P#DB10.DBX0.0 BYTE 8

Data: xxh, 02h, 01h, 04h,51h, 00h, 00h, 00h, 00h, 02h, 58h

CALL "RDREC" , DB52

ReadResponse

REQ :=#bStart

ID :=DW#16#7FC

Diagnosis address

INDEX :=47

Data record 47

MLEN :=11
VALID := …
BUSY := …
ERROR := …
STATUS:= …
LEN := …

RECORD:=P#DB10.DBX12.0 BYTE 8

Response: xxh, 02h, 01h, 04h,51h, 00h,00h, 00h,00h, 00h, 00h

Advertising