585,752 active members*
4,331 visitors online*
Register for free
Login
IndustryArena Forum > CNC Electronics > CNC Machine Related Electronics > M16D: How to have ±10 V analog for servo velocity control?
Page 2 of 2 12
Results 21 to 29 of 29
  1. #21
    Join Date
    Mar 2014
    Posts
    1131

    Re: M16D: How to have ±10 V analog for servo velocity control?

    Quote Originally Posted by mactec54 View Post
    Sounds like you have to much Gain on the servo as well it should not be making that noise, so you have work to do with your Drive setup
    That noise comes from the servo drives external cooling fan. It runs like crazy. The drive and servo runs very quiet without that unit. Maybe I should unplug its socket. There is also 2 fans in the cabined. One blows in and the other blows out.

  2. #22
    Join Date
    Jan 2005
    Posts
    15362

    Re: M16D: How to have ±10 V analog for servo velocity control?

    Quote Originally Posted by Azalin View Post
    I have M16 (successor of M16D) board on my lathe. Spindle motor is an induction motor. I added an incremental encoder to the spindle. This way I can do threading. With the same logic I should be able to rigid tapping on the mill too. Because both machines use different motors but same analog control. Both have encoder feedback.

    I confess that I may be never do rigid tapping but since I'm in the middle of my scratch project my aim is the best I can have. You know, rigid tapping sounds cool : d
    Your Drive should not disable when you stop the 0-10v supply, so you have something wired incorrect

    Servo On should be on it's own circuit
    Mactec54

  3. #23
    Join Date
    Nov 2013
    Posts
    4361

    Re: M16D: How to have ±10 V analog for servo velocity control?

    Hi,

    I confess that I may be never do rigid tapping but since I'm in the middle of my scratch project my aim is the best I can have. You know, rigid tapping sounds cool : d
    Yeah, I had that problem too, it sounded kool, and as my servo already had everything needed to do it....I did it. I've used it less than a dozen times over several years, while I use
    the free running spindle function whenever I have this particular spindle installed. I have a high-speed low torque spindle (24000rpm, 800W) which I use mostly, and this low speed high(er)
    torque spindle (3500rpm, 1.8kW) which I install for milling steel.

    I am just commissioning my new build mill now....and I won't be bothered with rigid tapping for a while yet. The main (still) use of my mill is making PCBs.....its what pays, I'll fiddle about
    with the other stuff at a later date.

    Craig

  4. #24
    Join Date
    Mar 2014
    Posts
    1131

    Re: M16D: How to have ±10 V analog for servo velocity control?

    News:

    I did contact to ABB support last week and asked if a digital input can be used to reverse direction. They answered:

    Hi Suat,

    This is not a standard configuration that we use so you would have to use a Mint program to achieve it.

    The Mint program could be quite simple. Just invert the analog input when a digital input is true;

    Loop

    If INX(1) Then 'In this case I use DI1
    ADCGAIN(0)=-100
    Else
    ADCGAIN(0)=100

    End If

    End Loop

    Auto

    To use this:
    1. Go to Edit and Debug
    2. Open a new blank program
    3. copy and paste the above code
    4. Press the play button to download and run

    Any questions let me know.

    Best Regards


    I tried and it worked like a charm. Now I'm able to reverse direction with just one onboard relay. No need for the external relay.

  5. #25
    Join Date
    Jan 2005
    Posts
    15362

    Re: M16D: How to have ±10 V analog for servo velocity control?

    Quote Originally Posted by Azalin View Post
    News:

    I did contact to ABB support last week and asked if a digital input can be used to reverse direction. They answered:

    [/FONT]

    I tried and it worked like a charm. Now I'm able to reverse direction with just one onboard relay. No need for the external relay.[/I][/B]
    That's a good, excellent information they gave you, being a programmer makes it even that much easier for you
    Mactec54

  6. #26
    Join Date
    Oct 2011
    Posts
    38

    Re: M16D: How to have ±10 V analog for servo velocity control?

    Glad you got it all worked out. I was going to point you to a small board that provides +/- 10VDC for your spindle drive.This what I'm going to use IF I can configure the spindle drive to orientate the spindle every time it stops because my spindle is BT30 and the machine has a 8 position carousel ATC.
    https://www.cnc4pc.com/c89-10vdc-ana...rol-board.html
    I am in the middle of working on something very similar to you. How did you contact support for the Microflex drives, I looked and didn't see any phone or email addresses.

    Thanks

  7. #27

    Re: M16D: How to have ±10 V analog for servo velocity control?

    Hi.....I as of late got some old servo packs which are equipped for speed circle control with +/ - 10v simple control signal. I was thinking how to test them and happened upon Arduino. Yet, as I looked I was unable to discover way (read instructional exercise) how to control bipolar simple sign, just unipolar 0-10v (utilized for darkening). So as the +/ - 10v sign control is really far reaching standard I was trusting somebody was attempting to tackle something almost identical before me and could guide me toward arrangement. That would be incredible.

  8. #28
    Join Date
    Dec 2005
    Posts
    594

    Re: M16D: How to have ±10 V analog for servo velocity control?

    Quote Originally Posted by ChanceTran View Post
    Hi.....I as of late got some old servo packs which are equipped for speed circle control with +/ - 10v simple control signal. I was thinking how to test them and happened upon Arduino. Yet, as I looked I was unable to discover way (read instructional exercise) how to control bipolar simple sign, just unipolar 0-10v (utilized for darkening). So as the +/ - 10v sign control is really far reaching standard I was trusting somebody was attempting to tackle something almost identical before me and could guide me toward arrangement. That would be incredible.
    You might consider asking this question on the Arduino subform here.

  9. #29
    Join Date
    Jan 2005
    Posts
    15362

    Re: M16D: How to have ±10 V analog for servo velocity control?

    Quote Originally Posted by ChanceTran View Post
    Hi.....I as of late got some old servo packs which are equipped for speed circle control with +/ - 10v simple control signal. I was thinking how to test them and happened upon Arduino. Yet, as I looked I was unable to discover way (read instructional exercise) how to control bipolar simple sign, just unipolar 0-10v (utilized for darkening). So as the +/ - 10v sign control is really far reaching standard I was trusting somebody was attempting to tackle something almost identical before me and could guide me toward arrangement. That would be incredible.
    If you just need to test then you just need a 10v supply and a pot this will let you test the drive in one direction if you have a power supply that has a +/- supply then you can just switch for the direction, it's quite easy to do. the snip will show you how, you can make it complicated or simple.

    What are the servo drives you have.
    Attached Thumbnails Attached Thumbnails Potentiometer Input AC Servo Drive.jpg  
    Mactec54

Page 2 of 2 12

Similar Threads

  1. Connecting Mesa 7i83 for analog control of a servo.
    By rcheli in forum Spindles / VFD
    Replies: 2
    Last Post: 07-16-2018, 03:23 AM
  2. KFLOP+Kanalog Analog Velocity Servo tuning
    By bradodarb in forum Dynomotion/Kflop/Kanalog
    Replies: 9
    Last Post: 07-01-2012, 01:19 AM
  3. Servo velocity control mode
    By pero81 in forum DIY CNC Router Table Machines
    Replies: 5
    Last Post: 11-23-2011, 06:12 PM
  4. Can a AC Analog Servo drive be in MACH-3 control?
    By gurukrupaelec in forum Mach Software (ArtSoft software)
    Replies: 8
    Last Post: 06-12-2010, 11:59 AM
  5. servo drive position control by analog 0-10Vdc or 4-20Ma
    By rai in forum Servo Motors / Drives
    Replies: 3
    Last Post: 01-09-2010, 05:11 PM

Tags for this Thread

Posting Permissions

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