Control of an Omrom MX2 VFD via RS485 USB-adaptor
12 Oct 2020 05:56 #185798
by jefsaro
Replied by jefsaro on topic Control of an Omrom MX2 VFD via RS485 USB-adaptor
Hello ,
after hours of reading and trying i found your solution, i installed it but it doesn't work, i have a hitachi wj200 vfd.
the user manual is not easy, can you help me more?
have a good day
jef
after hours of reading and trying i found your solution, i installed it but it doesn't work, i have a hitachi wj200 vfd.
the user manual is not easy, can you help me more?
have a good day
jef
Please Log in or Create an account to join the conversation.
12 Oct 2020 07:57 #185807
by andypugh
Replied by andypugh on topic Control of an Omrom MX2 VFD via RS485 USB-adaptor
Which solution did you try? What doesn't work?
There is a special component for the WJ200:
linuxcnc.org/docs/2.8/html/man/man1/wj200_vfd.1.html
There is a special component for the WJ200:
linuxcnc.org/docs/2.8/html/man/man1/wj200_vfd.1.html
Please Log in or Create an account to join the conversation.
12 Oct 2020 08:08 #185808
by andypugh
Replied by andypugh on topic Control of an Omrom MX2 VFD via RS485 USB-adaptor
Though that is a very rubbish documentation page!
Looking through the source code:
github.com/LinuxCNC/linuxcnc/blob/master...0_vfd/wj200_vfd.comp
The component would be loaded withfor example.
Note that the driver is loaded with wj200_vfd but the pin names follow the HAL convention and use wj200-vfd
Looking through the source code:
github.com/LinuxCNC/linuxcnc/blob/master...0_vfd/wj200_vfd.comp
The component would be loaded with
loadusr -W wj200_vfd --baud 115200 --parity 0 --databits 8 --stopbits 1 --device /dev/ttyUSB0
Note that the driver is loaded with wj200_vfd but the pin names follow the HAL convention and use wj200-vfd
Please Log in or Create an account to join the conversation.
12 Oct 2020 15:08 #185843
by jefsaro
Replied by jefsaro on topic Control of an Omrom MX2 VFD via RS485 USB-adaptor
Attachments:
Please Log in or Create an account to join the conversation.
12 Oct 2020 15:10 - 12 Oct 2020 15:13 #185844
by jefsaro
Replied by jefsaro on topic Control of an Omrom MX2 VFD via RS485 USB-adaptor
Last edit: 12 Oct 2020 15:13 by jefsaro.
Please Log in or Create an account to join the conversation.
Time to create page: 0.087 seconds