585,605 active members*
3,171 visitors online*
Register for free
Login

Search:

Type: Posts; User: Dan911

Page 1 of 17 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    573
    Views
    101,770

    Sticky: Re: Huanyang VFD Macro/ Plugin

    Hi Robert,

    I can see your connected but oddly no readings in VFD Status.
    Make sure your using the HY14 net2 version I uploaded, the original had some problems, Also I made the mistake of renaming...
  2. Replies
    807
    Views
    198,936

    Re: Huanyang Chinese VFD settings and manual here!

    You can control speed(frequency) via Modbus by assigning each its own modus id.
  3. Replies
    15
    Views
    3,252

    Re: Lot of experiments with genuine Huanyang VFDs

    Sorry about that, yes what you described above is what I meant and why confused with your first response .

    msimpson99...sorry for the hijack, Great Job and your thread will certainly help many.
    ...
  4. Replies
    15
    Views
    3,252

    Re: Lot of experiments with genuine Huanyang VFDs

    What code?????? Please provide a link.

    I've done the 4 pin mod to my 4kw spindle, I tapped a screw on spindle cover same as pics found with a search, you will find mine also. Like I posted I do...
  5. Replies
    15
    Views
    3,252

    Re: Lot of experiments with genuine Huanyang VFDs

    GC in NA and deal with inspections on a monthly bases. I see electricians now use 2 wire cable(+ground) regularly for 220 lines, as long as white is taped at panel and connection passes with no...
  6. Replies
    2
    Views
    562

    Re: changing Huanyang GT VFD

    Mach3 has a it's own serial Modbus setup.

    yes you will still need your RS485 converter and will need to remove the old Huanyang plugin
  7. Replies
    13
    Views
    3,404

    Re: huanyang gt-series upgrade?

    I complied a plugin for the GT series for UCCNC, as Gerry already pointed out it uses a standard Modbus protocol. Just a heads up, setting the parameter in GT series for frequency to be controlled...
  8. Replies
    573
    Views
    101,770

    Sticky: Re: Huanyang VFD Macro/ Plugin

    Really didn't look into this since never replied to my post but just happened to catch this.

    PD003
    PD004
    PD005

    need to be set to 400HZ, I see you have PD003 set to 240 which is incorrect and...
  9. Replies
    573
    Views
    101,770

    Sticky: Re: Huanyang VFD Macro/ Plugin

    Hello All,
    I posted a new version of this plugin(HY14) and I'm sure it will help the few that had trouble with HY12, I also added a few new features and it can be found for download and testing with...
  10. Replies
    573
    Views
    101,770

    Sticky: Re: Huanyang VFD Macro/ Plugin

    Hi Shinobiwan,

    The missing chip Gerry is referring to can be viewed for reference with pic below, the red filled outline is where rs485 chip should be. The pic is 10 years old and haven't seen or...
  11. Replies
    573
    Views
    101,770

    Sticky: Re: Huanyang VFD Macro/ Plugin

    Hi ybouchard, if you have full control with spindle talker than it must be a settings issue, please post your .pro file so I can see your settings. You can find it in your UCCNC directory /Profiles
    ...
  12. Replies
    573
    Views
    101,770

    Sticky: Re: Huanyang VFD Macro/ Plugin

    This is the one I use, it gives a 14 day free trail period. Use dump view to post.

    https://www.eltima.com/products/serial-port-monitor/
  13. Replies
    573
    Views
    101,770

    Sticky: Re: Huanyang VFD Macro/ Plugin

    It may seem like it's communicating because written bytes are only showing what serial port is putting out, no test for rs485 and VFD. If no response than communication is your problem, even if a...
  14. Re: trying to get MODBUSEZ to work with macchtric S800E - please help!

    Hi Carl,
    All ModbusEZ modbus settings need to be inputted as hex, there are many available converters found with a google search. I written a manual a while back that should answer all your...
  15. Re: trying to get MODBUSEZ to work with macchtric S800E - please help!

    That's and old version of ModbusEZ and you should try downloading the newest version. The serial monitor clip you posted shows the VFD is not responding.

    Dan
  16. Replies
    573
    Views
    101,770

    Sticky: Re: Huanyang VFD Macro/ Plugin

    Hi Jack,

    UCCNC has a M3, M4 delay setting (Dwell) for when Cycle Start is pressed, this is to make sure your spindle gets to proper RPM before it starts cutting. I included this check in macro I...
  17. Replies
    573
    Views
    101,770

    Sticky: Re: Huanyang VFD Macro/ Plugin

    Hi Jack,

    Sorry long day and didn't have much time to play with this but have and idea for you to test, it would be something similar if implemented in plugin.

    1. Create a field and use the Amp...
  18. Replies
    573
    Views
    101,770

    Sticky: Re: Huanyang VFD Macro/ Plugin

    Yes, the VFD responds to every command. I can have plugin monitor the Status and if cycle start is pressed and VFD not responding..."Do Something"

    Let me put a little thought into this to make...
  19. Replies
    189
    Views
    50,776

    Re: New MODBUSEZ SetUp Plugin For UCCNC

    Your Frequency address in Serial Monitor shows set to 0001 and your manual reads 2001 for frequency address. You also must remember each time settings are changed in ModbusEZ configure UCCNC needs to...
  20. Replies
    189
    Views
    50,776

    Re: New MODBUSEZ SetUp Plugin For UCCNC

    Hi Javabugz,

    I see from the serial monitor data you posted your using multiple registers set in Modbus configure and in ModbusEZ manual shows to use single holding. I also see using multiple...
  21. Replies
    189
    Views
    50,776

    Re: New MODBUSEZ SetUp Plugin For UCCNC

    javabugz, post a link to your manual, I'm sure I can get you going or help determine where your trouble is.

    Dan
  22. Replies
    6
    Views
    960

    Re: Stopping macro Issue

    There really wasn't a fix issue, a macro is a thread and shouldn't be canceled while running. That's why the functions ismacrostopped and ismacrorunning was added.
  23. Replies
    6
    Views
    960

    Re: Stopping macro Issue

    ESC will stop all movement but macro will continue...Try

    if(exec.Ismacrostopped()){return;}

    else{MessageBox.Show("????");}
  24. Re: converting microswitches to prox sensors problem

    Dezsoe created a macro that will achieve the same and will work with your version with 2017 screenset.

    forum.cncdrive.com • View topic - Macro - SmartHome
  25. Replies
    189
    Views
    50,776

    Re: New MODBUSEZ SetUp Plugin For UCCNC

    I think changing parameter setting to "A001 = 2" or leave A001 = 3 and look at b031 parameter and change to 3 or 10. I took some snips from WJ200 manual and highlighted important values.

    You can...
  26. Replies
    189
    Views
    50,776

    Re: New MODBUSEZ SetUp Plugin For UCCNC

    Ok...lets put aside how Mach3 is working and look at Serial Port data you posted and manual.

    ModbusEZ sent holding register to set rpm to 5000 "01 06 00 01 20 8d checksum"

    VFD responded with...
  27. Replies
    189
    Views
    50,776

    Re: New MODBUSEZ SetUp Plugin For UCCNC

    Hi Milosh,

    Thanks! Your snip tells a lot, not owning a WJ200 I don't have the opportunity to read response from the wj200 and can only go by manual and others.

    Your RS485 converter is working...
  28. Replies
    189
    Views
    50,776

    Re: New MODBUSEZ SetUp Plugin For UCCNC

    Hi Milosh,

    When you start a session with serial monitor could you please just check dump view for pics?

    The zip file you attached won't extract says file corrupt so I can't load.

    Thanks,
    Dan
  29. Replies
    189
    Views
    50,776

    Re: New MODBUSEZ SetUp Plugin For UCCNC

    Hi Gerry,

    I think the converter is barely working in Mach3 like it's barley working in UCCNC. He is able to turn spindle on/off with UCCNC.

    Where the problem is is when using the plus / minus...
  30. Replies
    189
    Views
    50,776

    Re: New MODBUSEZ SetUp Plugin For UCCNC

    Using posted settings the snip pic below shows what plugin is sending to Serial Port on UCCNC startup.


    01 05 00 00 00 00 cd ca

    01 = Modbus address

    05 = Modbus function (write to single...
Results 1 to 30 of 500
Page 1 of 17 1 2 3 4