Control techniques Unidrive M700 Modbus address list

Ranjith

Member
Join Date
May 2007
Location
Melbourne
Posts
316
Looking for a Modbus address manual for M700.
Modbus address is same as the Parameter number for 16Int parameters.
But it is different for 32Int parameters.
Parameter 4.01 is Modbus register 16784.
I am looking for the Modbus register for Parameter 5.03 Power in kw.
Thanks in advance.
 
Reading and writing a single 32-bit register (Pr.20.25):
Take the address of this 32-bit parameter and multiply it by 100.
1. 20.25 * 100 = 2025
2. Add this number to 16384 (0x4000)
3. 2025 + 16384 = 18409
4. Place a “4” in front of this number indicating that it is a holding register.
5. 18409 => 418409. This register will access the MSW of the 32-bit register Pr.20.25. The LSW may then be accessed by adding 1 to this address.
6. MSW / LSW (Pr.20.25) = 418410 / 418409
 

Similar Topics

I have a UD71 serial communications module I'm trying to use to access a Unidrive's parameters, and it claims in the manuals it can do "dumb...
Replies
4
Views
3,106
System: Drive: Control Techniques - Unidrive SP (Panel Mount) Controller: NI cRIO Power: Whole system runs off of a 3 phase 480V plug. There is...
Replies
10
Views
4,654
I'm looking for a manual on this drive, but does anyone know how to set the slave address? I have a customer attempting to talk to drive with...
Replies
16
Views
5,809
Has anyone experience with Control Techniques Unidrive SP with profibus communication module? Is it possible to download parameters by the...
Replies
1
Views
3,395
We have an EN214 base drive fitted with an FM3 module that has started to drop out of its program at random and then start again after a few...
Replies
0
Views
1,156
Back
Top Bottom