Skip to content

Commit c9b5280

Browse files
committed
Expand description of mitsub_vfd.py
1 parent 69feb3b commit c9b5280

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

src/hal/user_comps/mitsub_vfd.py

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
# user space component for controlling a misubishi inverter over the serial port using rs485 standard
2121
# specifically the A500 F500 E500 A500 D700 E700 F700 series - others may work or need adjustment
2222
# tested on A500 E500 and E700
23-
# I referenced manual 'communication option reference manual' and A500 technical manual for 500 series.
24-
# 'Fr-A700 F700 E700 D700 technical manual' for the 700 series
23+
# I referenced manual 'communication option reference manual' and 'A500 technical manual' for 500 series.
24+
# 'Fr-A700 F700 E700 D700 technical manual' for the 700 series,
25+
# see https://dl.mitsubishielectric.com/dl/fa/document/manual/inv/sh060014/sh060014engb.pdf
2526
#
2627
# The inverter must be set manually for communication ( you may have to set PR 77 to 1 to unlock PR modification )
2728
# must power cycle the inverter for some of these to register eg 79
@@ -391,10 +392,10 @@ def __setitem__(self, item, value):
391392
print('Mitsubishi VFD COMPUTER-LINK interface')
392393
print()
393394
print(' This does NOT use the MODBUS protocol.')
394-
print(' This is a user space component for controlling a mitsubishi inverter over the serial port using the rs485 standard')
395+
print(' This is a user space component for controlling a Mitsubishi inverter over the serial port using the rs485 standard.')
395396
print(' Specifically for the A500 F500 E500 A500 D700 E700 F700 series - others may work or need small adjustments.')
396-
print(''' I referenced manual 'communication option reference manual' and A500 technical manual for 500 series.''')
397-
print(''' Fr-A700 F700 E700 D700 technical manual' for the 700 series''')
397+
print(''' I referenced manual 'communication option reference manual' and 'A500 technical manual' for 500 series.''')
398+
print(''' 'FR-A700 F700 E700 D700 technical manual' for the 700 series, see https://dl.mitsubishielectric.com/dl/fa/document/manual/inv/sh060014/sh060014engb.pdf''')
398399
print()
399400
print('#################################################################################')
400401
print()
@@ -412,9 +413,9 @@ def __setitem__(self, item, value):
412413
print(''' PR 549 communication protocol - 0 not all VFDs has this''')
413414
print('''
414415
This driver assumes certain other VFD settings:
415-
-That the motor frequency status is set to show herts.
416-
-That the status bit 3 is up to speed
417-
-That the status bit 7 is alarm
416+
-That the motor frequency status is set to show hertz.
417+
-That the function 'up to speed' (up-to frequency) is assigned to the status bit 3.
418+
-That the function 'alarm' is assigned to the status bit 7.
418419
''')
419420
print('''#################################################################################
420421

0 commit comments

Comments
 (0)