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

Linear actuator using ClearPath Integrated Servo System @ 72V DC

Discussion in 'Motor actuators and drivers' started by Dirty, Apr 7, 2018.

  1. Nisch

    Nisch Member Gold Contributor

    Joined:
    Feb 20, 2019
    Messages:
    49
    Occupation:
    Software Developer
    Location:
    Phoenix, AZ
    Balance:
    266Coins
    Ratings:
    +116 / 0 / -0
    My Motion Simulator:
    6DOF
    The larger servo uses a full size USB connector

    Dan
  2. hexpod

    hexpod http://heXpod.xyz

    Joined:
    Apr 18, 2016
    Messages:
    1,093
    Location:
    berlin
    Balance:
    7,091Coins
    Ratings:
    +336 / 5 / -0
    My Motion Simulator:
    DC motor, 6DOF
    Low torque, low speed hard stoping works very well with those. You just have to mount it beyond the kinematic range ;-)

    No power supply, no servo controller, no sensors, nothing but 19pins from @Thanos board to feed all 6 motors.

    I can’t believe how simple this setup is!
    • Informative Informative x 1
  3. Nisch

    Nisch Member Gold Contributor

    Joined:
    Feb 20, 2019
    Messages:
    49
    Occupation:
    Software Developer
    Location:
    Phoenix, AZ
    Balance:
    266Coins
    Ratings:
    +116 / 0 / -0
    My Motion Simulator:
    6DOF
    It comes at a price though. I ordered the 5 other motors today. Came in around $4400 with cables and shipping.

    I'll start a separate thread once everything starts going together. Pertaining to this post though, the MCPV models seem to be a solid option at this point. Definitely makes it less intimidating

    Dan
    • Like Like x 3
  4. hexpod

    hexpod http://heXpod.xyz

    Joined:
    Apr 18, 2016
    Messages:
    1,093
    Location:
    berlin
    Balance:
    7,091Coins
    Ratings:
    +336 / 5 / -0
    My Motion Simulator:
    DC motor, 6DOF
    That’s maybe the price for convince and quality.
    With those you have enough torque for a small dual cockpit with a decent speed.

    Those gearboxes do they have a limit for nominal, max, and ultimate torque ?

    What’s the price of those?
  5. BlazinH

    BlazinH Well-Known Member

    Joined:
    Oct 19, 2013
    Messages:
    2,145
    Location:
    Oklahoma City, USA
    Balance:
    16,568Coins
    Ratings:
    +1,831 / 32 / -1
    I don't see why it wouldn't work with SMC3 also with minor modifications. Instead of PWM outputting speeds (power) to h-bridges instead it can be made to output positions. Furthermore since PID calculations are no longer required all 6 motors (or more) can run off of one Arduino Mega.
    Last edited: May 4, 2019
  6. BlazinH

    BlazinH Well-Known Member

    Joined:
    Oct 19, 2013
    Messages:
    2,145
    Location:
    Oklahoma City, USA
    Balance:
    16,568Coins
    Ratings:
    +1,831 / 32 / -1
    Upon further thought need to ditch SMC3 altogether since its main function is not needed here and then go with a more powerful microcontroller that can easily output higher resolution PWM like an ESP32. Its so simple all that's needed is to convert each actuator position into a 12 or 16 bit PWM signal.
  7. BlazinH

    BlazinH Well-Known Member

    Joined:
    Oct 19, 2013
    Messages:
    2,145
    Location:
    Oklahoma City, USA
    Balance:
    16,568Coins
    Ratings:
    +1,831 / 32 / -1
    Since in follow mode an actuators resolution can only be as large as the PWM input resolution did you check what the servos firmwares maximum possible resolution is?
    • Friendly Friendly x 1
    Last edited: May 4, 2019
  8. Thanos

    Thanos Building the Future one AC Servo at a time... or 6

    Joined:
    Jul 6, 2017
    Messages:
    1,346
    Occupation:
    Electronics Engineer
    Location:
    United States
    Balance:
    2,692Coins
    Ratings:
    +1,043 / 9 / -0
    My Motion Simulator:
    AC motor, Motion platform, 4DOF, 6DOF

    Spoiler alert... you would need atleast 12bit resolution PWM on follow digital mode, and older models do not even have this. Plus another mode that was supported is pulse burst mode and these are not using PWM... they are using Bursts of pulses... like real servosmotors do...

    Almost same code (made back in 2015) worked for generic servomotors using just pulses and direction... the only difference is that generic servos do not have automated homing function with hard stop like clearpath servos.




    And here is another video that shows a little more details about the range and frequencies used:
    Last edited: May 4, 2019
  9. Thanos

    Thanos Building the Future one AC Servo at a time... or 6

    Joined:
    Jul 6, 2017
    Messages:
    1,346
    Occupation:
    Electronics Engineer
    Location:
    United States
    Balance:
    2,692Coins
    Ratings:
    +1,043 / 9 / -0
    My Motion Simulator:
    AC motor, Motion platform, 4DOF, 6DOF
    The max resolution would be 4096 positions... with 2ms latency.
    • Like Like x 1
  10. hexpod

    hexpod http://heXpod.xyz

    Joined:
    Apr 18, 2016
    Messages:
    1,093
    Location:
    berlin
    Balance:
    7,091Coins
    Ratings:
    +336 / 5 / -0
    My Motion Simulator:
    DC motor, 6DOF
    Could you make me a favor plz. ?

    As the pulse-burst code has changed on the AMC controller, and your motor is already geared and not attached yet, could you please test this mode, if it is still going out of sync putting the ClearPath motor in the error state ?

    Thanks a lot
  11. Thanos

    Thanos Building the Future one AC Servo at a time... or 6

    Joined:
    Jul 6, 2017
    Messages:
    1,346
    Occupation:
    Electronics Engineer
    Location:
    United States
    Balance:
    2,692Coins
    Ratings:
    +1,043 / 9 / -0
    My Motion Simulator:
    AC motor, Motion platform, 4DOF, 6DOF
    Can't test with my clearpath motor, its the MC model that doesn't have pulse burst mode like the PV model ones you have.

    I could provably give you an improved beta version to try on your motors... I'm sure its not going to give out any errors now. @Nisch PM me for contact information...
    Last edited: May 5, 2019
  12. hexpod

    hexpod http://heXpod.xyz

    Joined:
    Apr 18, 2016
    Messages:
    1,093
    Location:
    berlin
    Balance:
    7,091Coins
    Ratings:
    +336 / 5 / -0
    My Motion Simulator:
    DC motor, 6DOF
    Just small precision:

    - You have the follow velocity one MCVC

    - I have the old MCPV with follow velocity and pulse-burst

    - Nisch have new MCPV with follow velocity, pulse-burst, and follow position.

    Am I wrong?

    @Thanos , I perfectly understand that it’s hard to interface something you can’t put your hands on.

    I was just thinking the modification of your pulse-burst code for AC could maybe work out of the box for ClearPath. That’s the reason I was asking @Nisch for a quick test.

    Good idea ?
    • Like Like x 1
    • Agree Agree x 1
  13. Thanos

    Thanos Building the Future one AC Servo at a time... or 6

    Joined:
    Jul 6, 2017
    Messages:
    1,346
    Occupation:
    Electronics Engineer
    Location:
    United States
    Balance:
    2,692Coins
    Ratings:
    +1,043 / 9 / -0
    My Motion Simulator:
    AC motor, Motion platform, 4DOF, 6DOF
    Yes, asked @Nisch to contact me for the improved firmware
    • Like Like x 1
  14. Nisch

    Nisch Member Gold Contributor

    Joined:
    Feb 20, 2019
    Messages:
    49
    Occupation:
    Software Developer
    Location:
    Phoenix, AZ
    Balance:
    266Coins
    Ratings:
    +116 / 0 / -0
    My Motion Simulator:
    6DOF
    I will check it soon. I have been stuck at the office with server problems. I'll post back as soon as I can perform this test.

    Dan
  15. Teknic_Servo

    Teknic_Servo New Member

    Joined:
    May 2, 2019
    Messages:
    2
    Balance:
    95Coins
    Ratings:
    +7 / 0 / -0
    Hi @Hexapod,

    Great question about firmware changes for the Pulse Burst Operational mode!

    Teknic has a feature request database, to which we’ve added your request. We absolutely do take customer requests into consideration both when designing new products, and when adding new features to existing products. For example, the development of the ClearPath product itself, and the Follow Digital Position mode were based, in part, on customer feedback.

    A number of people have questions about why Pulse Burst Positioning functions as it does. This mode was designed to meet specific application needs which may make some of the design decisions seem unclear without a little more background information:

    Pulse Burst Positioning was designed as a value option for simple, point-to-point positioning applications where the user wants to avoid the cost of an external "trajectory generator", indexer, or controller, and is fine with all moves executing at the same speed and acceleration (technically there are two speeds available).
    • You only need a simple source of pulses to use Pulse Burst Positioning mode (many Arduinos work very well for this)
    • For example, to initiate a move of 20,000 counts, you would send a burst of 20,000 pulses to the ClearPath input.
    • Most users send a fixed frequency burst, but pulse timing is not critical in this mode (as it is in Step & Dir mode).
    • The ClearPath motor's internal controller then translates the pulses into a properly-formed, profiled move based on the speed and acceleration setting you specified in the MSP Setup Program.
    • For more details on this mode, please see the ClearPath User Manual.
    As a general recommendation for dynamic positioning (changing position commands on the fly), we typically suggest ClearPath MCPV's “Follow Digital Position or ClearPath SD’s “Step and Direction” or “Quadrature Input” mode (See my other post for additional info).

    If anyone has more technical questions about ClearPath operational modes, please give us a call at 585-784-4754 or email support@teknic.com

    Aaron B. – Teknic Servo Systems Engineer
    • Like Like x 3
  16. hexpod

    hexpod http://heXpod.xyz

    Joined:
    Apr 18, 2016
    Messages:
    1,093
    Location:
    berlin
    Balance:
    7,091Coins
    Ratings:
    +336 / 5 / -0
    My Motion Simulator:
    DC motor, 6DOF
    Your precisions arę highly valuable.

    I understand better now. As it was designed for point to point application, there is no wonder we had issues with the interface.

    Shall I understand that the dynamic positioning needed for our application could be also possible using pulse-burst mode through an eventual internal code modification on your or our side ?

    Thank you very much
  17. FoxONe42

    FoxONe42 6DOF newbie

    Joined:
    Jan 8, 2018
    Messages:
    63
    Occupation:
    Flight simulator engineer
    Location:
    Nantes France
    Balance:
    100Coins
    Ratings:
    +27 / 0 / -0
    My Motion Simulator:
    Arduino, 6DOF
    @Nisch
    Any progress on your project using Clearpath Servo with the "follow position" feature ?
    I am looking forward to getting some info :)
    • Like Like x 1
  18. Nisch

    Nisch Member Gold Contributor

    Joined:
    Feb 20, 2019
    Messages:
    49
    Occupation:
    Software Developer
    Location:
    Phoenix, AZ
    Balance:
    266Coins
    Ratings:
    +116 / 0 / -0
    My Motion Simulator:
    6DOF
    The conclusion is that it does work, but it's ultimately more expensive at about $900 per motor after the cost of the motor, cable and shipping. @Thanos has been making a lot of progress with servo control which presents a much more affordable and more simple setup without the need for the potentiometers for position feedback. Out of the box, the Teknic servos are super simple and that was what I was going for. It worked with a stock firmware AMC base board, leaving the only setup required to be in the Teknic software to set start, end, max RPM, acceleration, etc.

    I purchased the additional motors and am making my frame. Waiting on a little more metal.


    60716081_10213915684626485_1386894929002758144_o.jpg
    • Like Like x 2
  19. SeatTime

    SeatTime Well-Known Member

    Joined:
    Dec 27, 2013
    Messages:
    2,574
    Occupation:
    Retired
    Location:
    Brisbane Australia
    Balance:
    28,370Coins
    Ratings:
    +2,844 / 38 / -0
    My Motion Simulator:
    AC motor, Motion platform
    If cost is not a factor, then they look like a great solution. Look forward to seeing them in action.
    • Like Like x 1
  20. FoxONe42

    FoxONe42 6DOF newbie

    Joined:
    Jan 8, 2018
    Messages:
    63
    Occupation:
    Flight simulator engineer
    Location:
    Nantes France
    Balance:
    100Coins
    Ratings:
    +27 / 0 / -0
    My Motion Simulator:
    Arduino, 6DOF
    Those motors are huge... Great to know that it is working alright with no need for external positionnning sensor and no power supply if I get correctly. 900$ / motor is a high price indeed, but I guess it is the price to pay for "relative" simplicity. And to be fair, adding the costs of servo drives, power supplies and sensors, it is not that much more expensive I guess. Only the gearbox is still needed. Can you share more info regarding it by the way ? Model, price, supplier, etc...
    Thanks in advance.