Changeset 786
- Timestamp:
- 09/01/09 05:23:39 (4 years ago)
- Files:
-
- 2 modified
-
branches/version-4.01/mfiles/@NXTMotor/NXTMotor.m (modified) (2 diffs)
-
trunk/mfiles/@NXTMotor/NXTMotor.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-4.01/mfiles/@NXTMotor/NXTMotor.m
r775 r786 88 88 % single motors, after accleration is finished and the full power is 89 89 % 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'|. 90 92 % 91 93 % For a list of valid methods, see the "See also" section below. … … 112 114 % The option |SmoothStart| in conjunction with |ActionAtTachoLimit == 113 115 % '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. 115 118 % 116 119 % With ActionAtTachoLimit = 'Coast' and synchronous driving (two motors), -
trunk/mfiles/@NXTMotor/NXTMotor.m
r775 r786 88 88 % single motors, after accleration is finished and the full power is 89 89 % 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'|. 90 92 % 91 93 % For a list of valid methods, see the "See also" section below. … … 112 114 % The option |SmoothStart| in conjunction with |ActionAtTachoLimit == 113 115 % '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. 115 118 % 116 119 % With ActionAtTachoLimit = 'Coast' and synchronous driving (two motors),
