Changeset 786

Show
Ignore:
Timestamp:
09/01/09 05:23:39 (4 years ago)
Author:
atorf
Message:

Just found out that SmoothStart? only works with Brake and HoldBrake? TachoLimit? modes…

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/version-4.01/mfiles/@NXTMotor/NXTMotor.m

    r775 r786  
    8888%   single motors, after accleration is finished and the full power is 
    8989%   applied, the speed regulation can possibly even accelerate a bit more. 
     90%   This option is only available for |TachoLimit > 0| and 
     91%   |ActionAtTachoLimit = 'Brake'| or |'HoldBrake'|. 
    9092% 
    9193%   For a list of valid methods, see the "See also" section below. 
     
    112114%   The option |SmoothStart| in conjunction with |ActionAtTachoLimit == 
    113115%   'Coast'| is not available. As a workaround, disable |SmoothStart| for 
    114 %   this mode. 
     116%   this mode. |SmoothStart| will generally only work when |TachoLimit| > 0 
     117%   is set. 
    115118% 
    116119%   With ActionAtTachoLimit = 'Coast' and synchronous driving (two motors), 
  • trunk/mfiles/@NXTMotor/NXTMotor.m

    r775 r786  
    8888%   single motors, after accleration is finished and the full power is 
    8989%   applied, the speed regulation can possibly even accelerate a bit more. 
     90%   This option is only available for |TachoLimit > 0| and 
     91%   |ActionAtTachoLimit = 'Brake'| or |'HoldBrake'|. 
    9092% 
    9193%   For a list of valid methods, see the "See also" section below. 
     
    112114%   The option |SmoothStart| in conjunction with |ActionAtTachoLimit == 
    113115%   'Coast'| is not available. As a workaround, disable |SmoothStart| for 
    114 %   this mode. 
     116%   this mode. |SmoothStart| will generally only work when |TachoLimit| > 0 
     117%   is set. 
    115118% 
    116119%   With ActionAtTachoLimit = 'Coast' and synchronous driving (two motors),