A-12
Serial Communications
DC590+ DRV Series DC Digital Drive
3. Tag Access
Each parameter in the Inverter’s menu system is identified by a unique Tag Number. Information is exchanged across the system by use of a two
character Mnemonic that is derived from the Tag Number.
NOTE
Refer to the Parameter Specification Table in Appendix D for a full list of tag mnemonics - see the MN column. Refer to the Notes column
which gives access information about each parameter.
Parameter Mapping
The algorithm to convert between tag number and 2 character mnemonics is:
if (TagNo < 936) then
m = INT ((TagNo + 360)/36) (INT: the integer part
)
n = (TagNo + 360) MOD 36 (MOD: the remainder)
if m > 9 then
char_1
=
‘a’
+
(m
-
10)
else
char_1 = ‘0’ + m
end_if
if n > 9 then
char_2
=
‘a’
+
(n
-
10)
else
char_2
=
‘0’
+
n
end_if
else
m = INT ((TagNo - 936)/26) (INT: the integer part
)
n = (TagNo - 936) MOD 26 (MOD: the remainder)
char_1 = ‘a’ + m
char_2
=
‘A’
+
n
end_if
The algorithm generates mnemonics containing only the characters ‘0’ to ‘9’, ‘A’ to ‘Z’ and ‘a’ to ‘z’.
4. PNO Access
For compatibility with the earlier 590 product, parameters may also be accessed using the ASCII PNO listed in the “EI Bisynch Binary Parameter
Specification Tables”, page A-20. For example, PNO 39 can be accessed with the mnemonic “27”.
Summary of Contents for 590+ DRV
Page 1: ...590 DRV Frame 1 2 3 4 5 6 7 HA470388U003 Issue 2 Product Manual...
Page 2: ......
Page 14: ......
Page 16: ...DC590 DRV DC Digital Drive...
Page 20: ...DC590 DRV Series DC Digital Drive...
Page 38: ...DC590 DRV Series DC Digital Drive...
Page 126: ...3 88 Installing the Drive DC590 DRV Series DC Digital Drive...
Page 128: ...DC590 DRV Series DC Digital Drive...
Page 158: ...DC590 DRV Series DC Digital Drive...
Page 166: ...5 8 Control Loops DC590 DRV Series DC Digital Drive...
Page 168: ...DC590 DRV Series DC Digital Drive...
Page 194: ...DC590 DRV Series DC Digital Drive...
Page 226: ...DC590 DRV Series DC Digital Drive...
Page 244: ...DC590 DRV Series DC Digital Drive...
Page 274: ...A 30 Serial Communications DC590 DRV Series DC Digital Drive...
Page 276: ...DC590 DRV Series DC Digital Drive...
Page 292: ...B 16 Certification DC590 DRV Series DC Digital Drive...
Page 294: ...DC590 DRV Series DC Digital Drive...
Page 330: ...C 36 Parameter Specification Tables DC590 DRV Series DC Digital Drive...
Page 348: ......
Page 368: ...D 20 Programming DC590 DRV Series DC Digital Drive Functional Description...
Page 496: ...D 148 Programming DC590 DRV Series DC Digital Drive Programming Block Diagram Sheet 1...
Page 497: ...Programming D 149 DC590 DRV Series DC Digital Drive Programming Block Diagram Sheet 2...
Page 498: ...D 150 Programming DC590 DRV Series DC Digital Drive Programming Block Diagram Sheet 3...
Page 499: ...Programming D 151 DC590 DRV Series DC Digital Drive Programming Block Diagram Sheet 4...
Page 504: ...D 156 Programming DC590 DRV Series DC Digital Drive...
Page 506: ...DC590 DRV Series DC Digital Drive...
Page 543: ......