1. Do not share user accounts! Any account that is shared by another person will be blocked and closed. This means: we will close not only the account that is shared, but also the main account of the user who uses another person's account. We have the ability to detect account sharing, so please do not try to cheat the system. This action will take place on 04/18/2023. Read all forum rules.
    Dismiss Notice
  2. For downloading SimTools plugins you need a Download Package. Get it with virtual coins that you receive for forum activity or Buy Download Package - We have a zero Spam tolerance so read our forum rules first.

    Buy Now a Download Plan!
  3. Do not try to cheat our system and do not post an unnecessary amount of useless posts only to earn credits here. We have a zero spam tolerance policy and this will cause a ban of your user account. Otherwise we wish you a pleasant stay here! Read the forum rules
  4. We have a few rules which you need to read and accept before posting anything here! Following these rules will keep the forum clean and your stay pleasant. Do not follow these rules can lead to permanent exclusion from this website: Read the forum rules.
    Are you a company? Read our company rules

120A current 250A peak motor driver

Discussion in 'Motor actuators and drivers' started by Pit, Jan 17, 2015.

  1. Pit

    Pit - - - - - - - - - - - - - - - - Gold Contributor

    Joined:
    Oct 2, 2013
    Messages:
    3,013
    Location:
    Switzerland
    Balance:
    30,416Coins
    Ratings:
    +3,088 / 31 / -0
    My Motion Simulator:
    DC motor, Arduino, 6DOF
    http://www.robotpower.com/products/vyper_info.html
    Expensive but interesting. Any technical comments about it?
  2. bsft

    bsft

    Balance:
    Coins
    Ratings:
    +0 / 0 / -0
    @BlazinH , you are using fairly large DC motors, what set up do you have?
  3. BlazinH

    BlazinH Well-Known Member

    Joined:
    Oct 19, 2013
    Messages:
    2,145
    Location:
    Oklahoma City, USA
    Balance:
    16,575Coins
    Ratings:
    +1,831 / 32 / -1
    The sabertooth 60x2 is large enough to do the job for me. The RC and analog methods this controller uses operate the same way the sabertooth uses those methods. However, the sabertooth also has serial methods and that’s how I control mine.

    The analog (pot) method is a no go unless you are using it with a DAC. But the problem with using digital to analog converters is there is usually only one available on a microcontroller and we need two or more. It would be possible with the addition of an external DAC(s) using I2C or SPI interfaces on many microcontrollers, but that greatly complicates things. A low-pass filter could be used with PWM also to create an analog voltage, but that smoothes the signal and is undesirable except possibly for a slower moving flight simulator.

    One needs to know though that these types of controllers should not be considered an equivalent to an h-bridge. They have an h-bridge on them, but it is controlled by a built in microprocessor already. Therefore they wont work with standard h-bridge code and a direction pin or pins, as there aren’t any. A 2.5 volt input signal using analog method with this controller is equivalent to no movement and center position. If you go to a higher voltage the motor moves one direction and go lower it moves the opposite direction. Therefore using this method would require the proper coding to account for this.

    The RC method should work though with more than one motor and microcontrollers like arduinos without additional hardware. But one needs to keep in mind here that it won’t work with the same code RC servos use because RC servos have built-in positioning electronics. The arduino would need to be coded to do this too when using a motor and a pot.
    • Informative Informative x 2
    • Like Like x 1
    Last edited: Jan 18, 2015
  4. eaorobbie

    eaorobbie Well-Known Member SimTools Developer Gold Contributor

    Joined:
    May 26, 2009
    Messages:
    2,574
    Occupation:
    CAD Detailer
    Location:
    Ellenbrook, Western Australia
    Balance:
    20,400Coins
    Ratings:
    +1,683 / 23 / -2
    My Motion Simulator:
    2DOF, DC motor, JRK, SimforceGT, 6DOF
    K8055 is using DAC control too, and will run the Sabertooth easily at speed and accuracy. K8061 is nearly wrapped up , which will allow the control of 8 sabertooth at once.
    • Like Like x 1
    • Informative Informative x 1
  5. DanielDk

    DanielDk Member

    Joined:
    Feb 27, 2012
    Messages:
    38
    Balance:
    385Coins
    Ratings:
    +12 / 1 / -0
    Looks pretty cool - Take a look at the OSMC, also from robotpower, If you are into soldering or diy it can be made for around 60$