Magnetek address descriptions – Rockwell Automation 2711P Creating Modbus Applications User Manual

Page 81

Advertising
background image

Publication 2711P-UM002B-EN-P - March 2007

Modbus (RTU) Serial Address Definitions 81

Magnetek Address
Descriptions

The following table provides the general ranges of data available for a
Magnetek GPD 515 Drive. Consult the Magnetek Modbus RTU
Technical Manual, part number TM4025, for information on how
specific drive parameters can be accessed using Modbus RTU
addressing. In all cases, the letter H (used to signify Hex addressing)
should precede the desired address.

Default data types for dynamically defined tags are shown in bold
where appropriate.

Addressing Example
To access the drive’s Operation Status (address 02BH), enter the
following address in you client application.

H4002B

Important Notes

• When adding a Magnetek device to your OPC Server project,

make sure the setting Use Zero Based Addressing is not checked
(page 27). If this parameter is not set correctly, the Modbus RTU
driver will offset all of your Magnetek addresses by 1.

• Arrays are supported for holding register locations for all data

types except boolean. There are two methods of addressing an
array. Examples are given using holding register locations.

4xxx [rows] [cols]
4xxx [cols] - assumes rows is equal to 1

• Rows multiplied by cols cannot exceed the block size that has

been assigned to the device for the register type.

Magnetek GPD 515 Addressing - Hexadecimal Format

Address

Range

Data Type

Access

Command Registers

H40001 - H4000F

Word, Short, Boolean

Read-Write

Bit Level Access

H4xxxx.0 - H4xxxx.F

Monitor Registers

H40010 - H4001A

Word, Short, Boolean

Read Only

Bit Level Access

H4xxxx.0 - H4xxxx.F

Driver Parameter Registers
(Monitor Only)

H40020 - H40097

Word, Short, Boolean

Read Only

Bit Level Access

H4xxxx.0 - H4xxxx.F

Driver Parameter Registers

H401000 - H4050D

Word, Short, Boolean

Read/Write

Bit Level Access

H4xxxx.0 - H4xxxx.F

Special Registers

H44FFDD ACCEPT

Word, Short

Write Only

H44FFDD ENTER

Advertising