. .
  1. #1
    NB70's Avatar
    Lives in Swansea, United Kingdom. Last Activity: 22-05-2023 Has been a member for 9-10 years. Has a total post count of 61. Received thanks 10 times, giving thanks to others 9 times.
    I've got a Huanyang VFD & 2.2Kw spindle - controlled via RS485 in Linuxcnc using hy_vfd. Twice in the recent hot weather the VFD has displayed the E.O.H.n error - which is overheating of the VFD. This shut down the spindle but the machine carried on with the cutting move which would have been damaging if I hadn't been there to pause the program.

    Obviously I need to improve ventilation/cooling for the VFD but I also want to make sure that any VFD error will stop the machine cutting.
    How do others handle errors from the VFD?

    • I could explore whether the RS485 connection picks up on errors and stop the machine via Linuxcnc,
    • I also have a Mesa 5i25/7i76 card which could read an error signal via the VFD mutli-outputs (FA/FB/FC?) and feed that back to Linuxcnc,
    • or I could bypass the software altogether & connect the VFD multi-output to my safety relay (Pilz PNOZ11) and force an E-stop.


    To test out any of the above I would also need to make the VFD display an error condition - does anyone know how to do this?
    Many thanks,
    Nathan

  2. #2
    First have a look at peramiter options in the manual.
    Looking at another drive, I spotted that the next perameter after the baud rate value was for communication bits.
    It stated that 0 was for no error checking and 1 was for stop bit.

    Have a read through and see if you get a lightbulb moment.
    I admit I know nothing of vfd's.

    On another note.
    I came across a plugin / driver that said it was needed for Mach3 for HY vfd's to make it modbus compliant. Could this be a possible scenario with linux?.

  3. #3
    The VFD as programable Relay Outputs FA, FB, FC which you can tie into your e-stop system, I haven't got a manual to hand but I think it's parameter PD52, with this you can set to the relay to fire when an error occurs.
    -use common sense, if you lack it, there is no software to help that.

    Email: [email protected]

    Web site: www.jazzcnc.co.uk

  4. #4
    Quote Originally Posted by dazp1976 View Post
    It stated that 0 was for no error checking and 1 was for stop bit.
    Just to discount this - this is part of the serial protocol used to communicate with the VFD and is used for the framing of the individual packets of data. Not to be confused with the VFD operation.

    Basically, it helps the comms between the computer and the VFD, nothing else.

  5. #5
    Quote Originally Posted by Doddy View Post
    Just to discount this - this is part of the serial protocol used to communicate with the VFD and is used for the framing of the individual packets of data. Not to be confused with the VFD operation.

    Basically, it helps the comms between the computer and the VFD, nothing else.
    Ok.
    So it's the normal I/O outputs to relays / contactors and estop circuits doing the work then.
    Good to know.

  6. #6
    NB70's Avatar
    Lives in Swansea, United Kingdom. Last Activity: 22-05-2023 Has been a member for 9-10 years. Has a total post count of 61. Received thanks 10 times, giving thanks to others 9 times.
    Many thanks for the help. I've checked the manual & you're right its parameter PD052, it needs to be set to 3 for fault indication.
    I want to be able to use the machine sometimes with the VFD turned off (for probing etc.).
    • If the VFD's normally closed outputs (FA/FB) are still closed when the VFD is off I can connect these directly to my PNOZ safety relay. I should be able to check this with a multimeter.
    • Otherwise my plan is to connect FB & FC to a separate relay (something like this?) and then connect that into the E-stop circuit from the PNOZ relay. Hopefully when the VFD faults, FB + FC switch on which opens the relay and triggers the E-stop.

  7. #7
    Quote Originally Posted by NB70 View Post
    Many thanks for the help. I've checked the manual & you're right its parameter PD052, it needs to be set to 3 for fault indication.
    I want to be able to use the machine sometimes with the VFD turned off (for probing etc.).
    • If the VFD's normally closed outputs (FA/FB) are still closed when the VFD is off I can connect these directly to my PNOZ safety relay. I should be able to check this with a multimeter.
    • Otherwise my plan is to connect FB & FC to a separate relay (something like this?) and then connect that into the E-stop circuit from the PNOZ relay. Hopefully when the VFD faults, FB + FC switch on which opens the relay and triggers the E-stop.
    Yes the NC contact is still closed when off, BUT, why would you turn the VFD off for probing.? If you are chasing safety then just put an interlock switch on the run wire.!
    -use common sense, if you lack it, there is no software to help that.

    Email: [email protected]

    Web site: www.jazzcnc.co.uk

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. 3D carving errors query
    By marbles in forum Machine Discussion
    Replies: 0
    Last Post: 22-03-2019, 11:48 AM
  2. Mysterious Z axis errors
    By dachopper in forum General Electronics
    Replies: 11
    Last Post: 01-04-2017, 05:11 AM
  3. mach3 csmio ips errors
    By Web Goblin in forum Artsoft Mach (3 & 4)
    Replies: 7
    Last Post: 07-01-2017, 10:47 PM
  4. Motorcalc spreadsheet errors
    By jimbo_cnc in forum General Discussion
    Replies: 7
    Last Post: 10-03-2015, 07:02 PM
  5. Servo fault handling
    By m_c in forum Motor Drivers & Controllers
    Replies: 0
    Last Post: 23-09-2013, 04:39 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •