![Parker 590+ series Скачать руководство пользователя страница 253](http://html1.mh-extra.com/html/parker/590-series/590-series_product-manual_3731526253.webp)
Serial Communications
A-11
DC590+ 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-19. For example, PNO 39 can be accessed with the mnemonic “27”.
Содержание 590+ series
Страница 2: ......
Страница 14: ...Cont 12...
Страница 16: ...DC590 Series DC Digital Drive...
Страница 20: ......
Страница 32: ...2 12 Product Overview DC590 Series DC Digital Drive...
Страница 34: ......
Страница 110: ...3 76 Installing the Drive DC590 Series DC Digital Drive Figure 3 29 Frame 2 40A 165A Stack Assembly...
Страница 111: ...Installing the Drive 3 77 DC590 Series DC Digital Drive Figure 3 30 Frame 3 180A Stack Assembly Drg No HG466427...
Страница 112: ...3 78 Installing the Drive DC590 Series DC Digital Drive Figure 3 31 Frame 3 270A Stack Assembly Drg No HG466428...
Страница 113: ...Installing the Drive 3 79 DC590 Series DC Digital Drive Figure 3 32 Frame 4 380 830A Stack Assembly Drg No HG466700U001...
Страница 130: ...3 96 Installing the Drive DC590 Series DC Digital Drive...
Страница 132: ......
Страница 164: ...4 32 Operating the Drive DC590 Series DC Digital Drive...
Страница 166: ......
Страница 174: ...5 8 Control Loops DC590 Series DC Digital Drive...
Страница 176: ......
Страница 202: ......
Страница 222: ...7 20 Trips and Fault Finding DC590 Series DC Digital Drive...
Страница 224: ......
Страница 242: ......
Страница 272: ...DC590 Series DC Digital Drive...
Страница 288: ...B 16 Certification DC590 Series DC Digital Drive...
Страница 290: ......
Страница 342: ...C 52 Parameter Specification Tables DC590 Series DC Digital Drive...
Страница 344: ......
Страница 365: ...Programming D 21 DC590 Series DC Digital Drive Functional Description...
Страница 494: ...D 150 Programming DC590 Series DC Digital Drive Programming Block Diagram Sheet 1...
Страница 495: ...Programming D 151 DC590 Series DC Digital Drive Programming Block Diagram Sheet 2...
Страница 496: ...D 152 Programming DC590 Series DC Digital Drive Programming Block Diagram Sheet 3...
Страница 497: ...Programming D 153 DC590 Series DC Digital Drive Programming Block Diagram Sheet 4...
Страница 502: ...D 158 Programming DC590 Series DC Digital Drive...
Страница 504: ......
Страница 506: ...E 2 Technical Specifications DC590 Series DC Digital Drive...
Страница 507: ...Technical Specifications E 3 DC590 Series DC Digital Drive...