Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-25 Thread Yishin Li
On Fri, Jul 26, 2013 at 8:28 AM, Sebastian Kuzminsky wrote: > > Yishin Li wrote: > >On Thu, Jul 25, 2013 at 11:15 PM, Sebastian Kuzminsky > >wrote: > > > It looks like the driver was developed with several commits, and those > commits are mixed in with commits for other things. My preference wou

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-25 Thread Sebastian Kuzminsky
Yishin Li wrote: >On Thu, Jul 25, 2013 at 11:15 PM, Sebastian Kuzminsky >wrote: > >> On 7/25/13 06:26 , Yishin Li wrote: >> If so I'd like to merge it into master, how do you feel about that? >> >> That is our pleasure. We wish our work could be useful for people. Great, thanks! It looks like

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-25 Thread Yishin Li
On Thu, Jul 25, 2013 at 11:15 PM, Sebastian Kuzminsky wrote: > On 7/25/13 06:26 , Yishin Li wrote: > > We've implemented the Delta VFD-B driver for our dual spindle CSS motion > > controller. > > The source code is at: > > > https://github.com/araisrobo/linuxcnc/blob/feature/usb-rigid-tap/src/hal/

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-25 Thread Kirk Wallace
On 07/25/2013 07:55 AM, propcoder wrote: > Thanks. Will it make influence for my linuxcnc? I don't want anything > else, just to control VFD-B using modbus with this component. Or is it > impossible? > > On 2013.07.25 17:08, Yishin Li wrote: >> For compiling our code, please refer to >> http://wiki

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-25 Thread Sebastian Kuzminsky
On 7/25/13 06:26 , Yishin Li wrote: > We've implemented the Delta VFD-B driver for our dual spindle CSS motion > controller. > The source code is at: > https://github.com/araisrobo/linuxcnc/blob/feature/usb-rigid-tap/src/hal/user_comps/vfdb_vfd/vfdb_vfd.c > > The source code is based on Michael's

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-25 Thread propcoder
Thanks. Will it make influence for my linuxcnc? I don't want anything else, just to control VFD-B using modbus with this component. Or is it impossible? On 2013.07.25 17:08, Yishin Li wrote: > For compiling our code, please refer to > http://wiki.linuxcnc.org/cgi-bin/wiki.pl?ArtekBranch > > Yish

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-25 Thread Yishin Li
Hello Marius, On Thu, Jul 25, 2013 at 10:02 PM, propcoder wrote: > > thank you very much for sharing this. But I feel I would spend a lot of > time figuring out how to compile it. I know only make, make install, > comp --install and similar, but it will not work in this case. > For compiling our

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-25 Thread propcoder
Yishin, thank you very much for sharing this. But I feel I would spend a lot of time figuring out how to compile it. I know only make, make install, comp --install and similar, but it will not work in this case. Could someone help me, please?.. Marius On 07/25/2013 03:26 PM, Yishin Li wrote:

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-25 Thread Yishin Li
We've implemented the Delta VFD-B driver for our dual spindle CSS motion controller. The source code is at: https://github.com/araisrobo/linuxcnc/blob/feature/usb-rigid-tap/src/hal/user_comps/vfdb_vfd/vfdb_vfd.c The source code is based on Michael's Haberler's vfs11_vfd/. It is implemented for an

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-24 Thread Alex Newman
Interesting. I nearly acquired a Delta VFD, but the vendor here in Oz was out of stock with no indication of when they would have them - so I bought a Schneider Electric ATV12H075M2 instead. Hopefully the generic driver will work with this too (Schneider apparently being the crowd that invented

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-24 Thread propcoder
I do meet Delta electronics VF drives here and there, especially on Chinese CNC. I know some which work for CNC spindles on quite busy machines for several years already. And they make no troubles at all. I neither knew nor have seen something from Automation Direct, except reading LinuxCNC rel

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-24 Thread Sebastian Kuzminsky
Dave wrote: >On 7/24/2013 10:21 PM, Sebastian Kuzminsky wrote: >> On 07/24/2013 07:03 PM, Dave wrote: >> >>> On 7/24/2013 10:45 AM, Sebastian Kuzminsky wrote: >>> I would not use Classic Ladder for this. >>> I'm curious... why not ?? >>> >> Just personal bias.

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-24 Thread Dave
On 7/24/2013 10:21 PM, Sebastian Kuzminsky wrote: > On 07/24/2013 07:03 PM, Dave wrote: > >> On 7/24/2013 10:45 AM, Sebastian Kuzminsky wrote: >> >>> I would not use Classic Ladder for this. >>> >> I'm curious... why not ?? >> > Just personal bias. I know HAL and C much be

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-24 Thread Sebastian Kuzminsky
On 07/24/2013 07:03 PM, Dave wrote: > On 7/24/2013 10:45 AM, Sebastian Kuzminsky wrote: >> >> I would not use Classic Ladder for this. > > I'm curious... why not ?? Just personal bias. I know HAL and C much better than i know CL, so those are the tools i'd reach for first. -- Sebastian Kuzmi

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-24 Thread Dave
On 7/24/2013 10:45 AM, Sebastian Kuzminsky wrote: > On 7/24/13 08:25 , propcoder wrote: > >> I am planning to control Delta VFD-B using RS232 to RS485 converter and >> LinuxCNC, Modbus. Manual of the drive: >> http://www.delta.com.tw/product/em/drive/ac_motor/download/manual/VFD-B_manual_en.pdf

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-24 Thread Michael Haberler
Am 24.07.2013 um 17:26 schrieb Kirk Wallace : > On 07/24/2013 07:25 AM, propcoder wrote: >> I am planning to control Delta VFD-B using RS232 to RS485 converter and >> LinuxCNC, Modbus. Manual of the drive: >> http://www.delta.com.tw/product/em/drive/ac_motor/download/manual/VFD-B_manual_en.pdf >>

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-24 Thread Kirk Wallace
On 07/24/2013 07:25 AM, propcoder wrote: > I am planning to control Delta VFD-B using RS232 to RS485 converter and > LinuxCNC, Modbus. Manual of the drive: > http://www.delta.com.tw/product/em/drive/ac_motor/download/manual/VFD-B_manual_en.pdf > > I feel cold when coming near to Ladder logic (I am

Re: [Emc-users] Delta Electronics VFD and Modbus

2013-07-24 Thread Sebastian Kuzminsky
On 7/24/13 08:25 , propcoder wrote: > I am planning to control Delta VFD-B using RS232 to RS485 converter and > LinuxCNC, Modbus. Manual of the drive: > http://www.delta.com.tw/product/em/drive/ac_motor/download/manual/VFD-B_manual_en.pdf > > I feel cold when coming near to Ladder logic (I am an IT

[Emc-users] Delta Electronics VFD and Modbus

2013-07-24 Thread propcoder
I am planning to control Delta VFD-B using RS232 to RS485 converter and LinuxCNC, Modbus. Manual of the drive: http://www.delta.com.tw/product/em/drive/ac_motor/download/manual/VFD-B_manual_en.pdf I feel cold when coming near to Ladder logic (I am an IT specialist, programmer). Maybe I will lea