. .
Page 1 of 2 12 LastLast
  1. #1
    vre's Avatar
    Lives in Athens, Greece. Last Activity: 19-05-2022 Has been a member for 8-9 years. Has a total post count of 39.
    I want to control servo speed-torque & vfd from mach3/linuxcnc with analog voltage -10v to 10v.
    My servo accepts digital step/dir - cw/ccw - quadrature for position control and analog -10v to 10v for speed/torque control.
    So iam searching a circuit to do this thing..
    Knows anyone something about that ?
    Last edited by vre; 13-01-2014 at 10:53 AM.

  2. #2
    Sorry I can't be much help here, it's something I've not looked into with Mach3

    using -10v to 10v is normally carried out with a joystick control and a VFD, -10v is the reverse direction whereas +10v is forward direction.

    Click image for larger version. 

Name:	bipolar.jpg 
Views:	1278 
Size:	50.9 KB 
ID:	11271

    To generate the -10v to 10v you could use a simple potential divider across a 20v supply with the centre tap connected to zero or you
    could search for a better circuit on Google for example using the search term "Dual rail power supply"

    There's some info here that might help.

    http://www.machsupport.com/forum/ind...?topic=18151.0
    Last edited by EddyCurrent; 13-01-2014 at 11:44 AM.

  3. #3
    Mach outputs a PWM signal to control spindle speed, so that's 0-5V (assuming 5V parallel port). You therefore need a circuit to convert 0-5V to -10 to 10v. You can use op-amps to subtract 2.5V from the signal (so it's -2.5 to 2.5v), and apply gain of 4 to get the correct range. Use an RC filter to get an analogue voltage level from the PWM signal.

    Something like this circuit:
    Non-Inverting Op-Amp Level Shifter

    The op-amp would need a +-10V supply... one easy way, though probably not the cheapest way to get that is with one of these DC-DC converters.

    Or you could get a breakout board which does it for you.

    If you're using LinuxCNC then you could control the spindle speed using any of the position control (step/dir, cw/ccw etc) inputs, which is probably easier as it saves making the above circuit.
    Old router build log here. New router build log here. Lathe build log here.
    Electric motorbike project here.

  4. Think we need clarification of OPs needs. He doesn't mention spindle in OP only control of speed of a servo. Everybody's made the assumption of spindle speed control by virtue of mention of VFD but VFD is not a servo thing. If using step/direction controls then speed is related to step rate, so its not clear what analogue voltage is doing.

    Creating -10 -> +10v from step (PWM) and direction (polarity) isn't hard but you need some skills in design, electronics assembly and testing. Jonathan has given part of a solution but its of little use without the skill/knowledge to do the rest.

    I may be wrong but I know of no BOB that does -10v out... the speed output is invariably 0 -> +10v and direction goes to fwd/rev input on VFD.

    @vre: please be more specific in your requirements; are you referring to motion control or to spindle speed/direction control?

  5. #5
    Quote Originally Posted by vre View Post
    I want to control servo speed-torque & vfd from mach3/linuxcnc with analog voltage -10v to 10v.
    My servo accepts digital step/dir - cw/ccw - quadrature for position control and analog -10v to 10v for speed/torque control.
    Vre can you post the Make and model of your Servo drives because Like Irving says it's unclear what your saying and I think you maybe misunderstanding the requirements of your Servo drives.?

    Also if using a VFD what Make and model of that also.

  6. #6
    vre's Avatar
    Lives in Athens, Greece. Last Activity: 19-05-2022 Has been a member for 8-9 years. Has a total post count of 39.
    delete it.......
    Last edited by vre; 13-01-2014 at 08:24 PM. Reason: double post

  7. #7
    vre's Avatar
    Lives in Athens, Greece. Last Activity: 19-05-2022 Has been a member for 8-9 years. Has a total post count of 39.

  8. #8
    Man that's one crap manual and very hard work reading.

    Anyway you don't need +/-10v it just means the drive has the abilty to use Analog signal if that's what your control used. Lot's of older Machines used analog controllers so they provide it for compatibilty reasons but Step/dir is the more modern way.

    In your case you'll use Step/Dir from the motion Control device you use, whether that be Parallel port or External Motion controller. If your using Mach3 then I highly suggest you get a motion control Card has the Parallel port will not be fast enough for servos with 2500cpr encoders.

    To control the VFD spindle speed you just need a 0-10V signal which can come from either an external speed control card or one built into a BOB. Can also use RS485 I believe but not done it my self can't help here.

  9. OK definitely some confusion here...

    Servo controller is nothing to do with VFD. VFD is standard 0 - 10v speed and FWD/REV run/stop inputs and can be driven from normal spindle control board or BOB with 0 - 10v speed control output.


    Servo controller can be programmed to operate in different modes - parameter Pn002. One of these modes is step/direction for positional control (like a stepper) using wiring diagram 2.3.1. Another mode is analogue speed or torque control using wiring diagram 2.3.2. These modes are mutually exclusive, you can use one or the other but not both.

    @vre: what are you using servos for?

  10. #10
    Assuming the OP still wants -10 to +10.
    With the method proposed previously by Jonathan there exists a problem, if the reference wire to the servo driver goes open circuit, the drive would go to full speed reverse.
    Would it be possible to use a standard spindle board with 2 relays such that the output would always be 0-10v but one relay would reverse the polarity of the 0-10v output ? opto isolators would need to be used to prevent grounding issues. Within Mach3 the user would use S for speed and M3,M4 for direction.
    In additiaon a Mach3 Brain could be used to read the Spindle Speed DRO and only operate the direction relay outputs if the speed was above a particular figure, this would give a deadband around the zero position.
    Then the logic could also include a test to see if the requested speed (via S command within Mach3) was odd or even, if it was even this would indicate forward, if odd it would indicate reverse.
    The speed would then be programmed in Mach3 such that a value ending with zero would be forward and ending in 1 would be reverse i.e. S1000 would be 1000rpm forward, S1001 would be 1000(almost)rpm reverse. The Mach3 Brain would operate the polarity switching relays automatically. It's clear that the code could move from full forward to full reverse e.g. S10000, S10001 implying that an integrator be used but this is normally a function of the VFD or Servo Driver that employ ramps.
    Last edited by EddyCurrent; 14-01-2014 at 10:57 AM.

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. AM882 Alarm Circuit
    By Wobblycogs in forum General Electronics
    Replies: 8
    Last Post: 28-03-2014, 06:06 PM
  2. E-STOP Circuit - will this cause any problems?
    By birchy in forum General Electronics
    Replies: 34
    Last Post: 18-12-2012, 04:35 AM
  3. Printed Circuit Boards manufacturer
    By stirling in forum General Electronics
    Replies: 9
    Last Post: 06-06-2012, 06:53 PM
  4. DC motor drive circuit?
    By Tenson in forum General Electronics
    Replies: 4
    Last Post: 02-02-2012, 10:32 PM
  5. Milling Printed Circuit Boards - How To
    By Lee Roberts in forum Electronic Project Building
    Replies: 0
    Last Post: 28-08-2008, 11:25 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
  •