. .
Page 1 of 2 12 LastLast
  1. #1
    Well I though I was all set up and ready for my first test program but have discovered an issue.
    As soon as I send power from the vfd to the spindle the y axis stepper motor begins to turn in a jerky way.
    This is strange as the vfd is a seperate unit and isn't connected to the motor controller box in any way.
    I've seperated the wiring for the y motor but it's still doing it.
    Does this sound like a shielding issue?

    It's this version of the 6040

    https://www.ebay.co.uk/itm/3-Axis-60...item3f770dc5f7

    Rich

  2. #2
    Quote Originally Posted by RichR View Post
    As soon as I send power from the vfd to the spindle the y axis stepper motor begins to turn in a jerky way.
    Quick question that might help others to understand.

    As written, you've not indicated that any axis was in motion when the spindle was spun-up. Are you saying that with all axis stationary, that turning the spindle on will cause the stepper on the Y-Axis to start to turn (jerkily). In one direction, or either?

    Or...

    Are you saying that with the axis stationary, and the spindle on, that there is no activity on the Y-Axis; however, if you then issue a G0/G1 command that the motion is jerky (when, without the spindle, it would otherwise be smooth).

    (It has a bearing as to where noise/whatever can be influencing the control box).

  3. #3
    Random movement of a stepper only when the spindle is running is usually electromagnetic interference, this can be due to inadequate shielding or insecure connections in your motor side VFD/controller/driver/stepper wiring or it can be the interference which the VFD chucks back on the mains messing with the control box through it's mains supply.
    One thing which can reduce or eliminate the latter is to use a long extension to power just the VFD from the farthest possible socket from the one supplying your controller box, one on a different ring main would be better still.
    You think that's too expensive? You're not a Model Engineer are you? :D

  4. #4
    Quote Originally Posted by Doddy View Post
    Quick question that might help others to understand.

    As written, you've not indicated that any axis was in motion when the spindle was spun-up. Are you saying that with all axis stationary, that turning the spindle on will cause the stepper on the Y-Axis to start to turn (jerkily). In one direction, or either?

    Or...

    Are you saying that with the axis stationary, and the spindle on, that there is no activity on the Y-Axis; however, if you then issue a G0/G1 command that the motion is jerky (when, without the spindle, it would otherwise be smooth).

    (It has a bearing as to where noise/whatever can be influencing the control box).
    With all axis stationary if i spin up the spindle the Y stepper turns clockwise must of the time but did turn anti clockwise a few times.
    If I run some code then spin the the spindle the y stepper starts to fight the code

  5. #5
    Quote Originally Posted by magicniner View Post
    Random movement of a stepper only when the spindle is running is usually electromagnetic interference, this can be due to inadequate shielding or insecure connections in your motor side VFD/controller/driver/stepper wiring or it can be the interference which the VFD chucks back on the mains messing with the control box through it's mains supply.
    One thing which can reduce or eliminate the latter is to use a long extension to power just the VFD from the farthest possible socket from the one supplying your controller box, one on a different ring main would be better still.
    I'll check all connections and try the vfd with a long extension.
    I've ordered some screened 3 core.Should I ground the screen at both ends?

  6. #6
    Quote Originally Posted by RichR View Post
    I'll check all connections and try the vfd with a long extension.
    I've ordered some screened 3 core.Should I ground the screen at both ends?
    Good question, general consensus is no, and ground all at a central point (a Star configuration)

    If the issue is RFI from the VFD feeding back to the mains you would need an RFI filter on the VFD mains input as close as possible to the VFD, most manufacturers make one which integrates with the VFD but Chinese units may differ.
    You think that's too expensive? You're not a Model Engineer are you? :D

  7. #7
    Plugging into a long extension from another room and the problem disappears
    Last edited by RichR; 11-07-2018 at 02:58 PM.

  8. #8
    Quote Originally Posted by RichR View Post
    I'll check all connections and try the vfd with a long extension.
    I've ordered some screened 3 core.Should I ground the screen at both ends?
    Consensus changes from time to time. Current thinking supports providing equipotential bonding as much as possible and grounding both ends of the screen. (Incidentally, conventional consensus is to ground one end for susceptible cables, and both ends for emissive - the spindle (and steppers) are emissive).

    This is about to move the conversation away from your question - I'm guessing that the electrical connections from the controller to the machine are only the spindle supply, stepper drives, and possibly limit switches. In which case, a single fault in the spindle could result in the whole machine presenting a dangerous voltage. This is one reason to ground both ends of the shield, to export an earth to the machine. Better still, provide export the earth via a heavy gauge wire from the controller to the machine - or use a 4-core CY/SY cable - you avoid the risk of earth loops then and you can ground both ends of the screen.

  9. #9
    Quote Originally Posted by RichR View Post
    Plugging into a long extension from another room and the problem disappears
    A long extension simply helps to attenuate high frequency energy - the same can be had with a filtered inlet (e.g. IEC chassis filtered plug), and/or possibly including ferrites on the various cables. But the former means modifications to the control box. You can get filtered extensions that might help, but I'd trust the IEC filter first. To be fair, the usual photos of the control box innards tend to show large filters as part of the design.

    What's interesting from your descriptions of the problem is that this sounds to be a logic-level issue, either the BoB interface or the stepper / opto interfaces. This is either a poorly design board, really poor PSU, or some fault on board (there shouldn't be any substantial influence from the spindle). One thing to consider is that the spindle under load is likely to produce more EM noise than unloaded.

  10. #10
    Quote Originally Posted by Doddy View Post
    A long extension simply helps to attenuate high frequency energy - the same can be had with a filtered inlet .
    But the test I suggested with a long extension is free, as is continuing to use it if you can't find a filter that suits your budget :D

    Quote Originally Posted by Doddy View Post
    What's interesting from your descriptions of the problem is that this sounds to be a logic-level issue, either the BoB interface or the stepper / opto interfaces. This is either a poorly design board, really poor PSU, or some fault on board (there shouldn't be any substantial influence from the spindle). One thing to consider is that the spindle under load is likely to produce more EM noise than unloaded.
    Is there an echo in here? ;-)
    You think that's too expensive? You're not a Model Engineer are you? :D

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. WANTED: Conqueror Design stepper driver or stepper conversion board
    By pistolknight in forum Items Wanted
    Replies: 1
    Last Post: 25-05-2019, 11:57 AM
  2. Chinese 300W DC spindle - is the spindle shaft grounded?
    By HankMcSpank in forum Spindles & Drive Motors
    Replies: 44
    Last Post: 26-11-2016, 07:25 PM
  3. Replies: 5
    Last Post: 29-09-2014, 02:42 PM
  4. How do I wire a stepper driver to a stepper motor?
    By swood1 in forum Stepper & Servo Motors
    Replies: 7
    Last Post: 21-09-2014, 05:40 PM
  5. FOR SALE: Metabo 710W 230V Electric spindle, stepper motors, Tr nuts 20x4
    By Vladimir_MD in forum Items For Sale
    Replies: 3
    Last Post: 09-04-2010, 05:24 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
  •