This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PyPilot plugin - config seems broken
#13
(2019-10-21, 06:47 PM)ironman Wrote: Not bombarding you (yet) with the question to explain all those settable parameters at once, here are two small ones:
  • Servo.max_speed is easy to figure out, but what's the effect of setting servo.min_speed? 
max_speed limits the motor speed. Usually you don't want to do this, but if you had a 12 volt motor and powered the controller from 24 volts, setting this value to 50% will prevent running the motor too fast.

min_speed specifies the minimum speed the motor can run. If set to 100%, then the motor will run at full speed in bursts for typically the servo.period duration. If this value is set lower, then the motor will run at this slower speed unless it needs to move faster.

Most drive units, especially ones with a lot of friction are not very efficient at slow speeds. It's better to move at full speed then stop.
Quote:
  • Can you make servo.current update automatically, so we can see the current current draw. This makes it easy to optimise servo.max_current.

    -

  • Great idea. For now you can use the scope (separate python script "signalk_scope_wx") to plot the servo.current.
    Reply


    Messages In This Thread
    PyPilot plugin - config seems broken - by ironman - 2019-09-08, 06:37 PM
    PyPilot plugin - config seems broken - by partyvi - 2019-10-11, 05:12 PM
    RE: PyPilot plugin - config seems broken - by seandepagnier - 2019-10-22, 02:32 AM

    Forum Jump:


    Users browsing this thread: 1 Guest(s)