MotorDriveForDuration(Int32, Single) Method

Drives the motor at a percentage of its maximum speed (either forward or reverse) for a specified duration.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public void DriveForDuration(
	int speedPercent,
	float duration
)

Parameters

speedPercent  Int32
Percentage of motor's maximum speed, e.g. -50 or +90.
duration  Single
Duration (in seconds) for which motor is driven.

Exceptions

IOExceptionSerial port is in error state or not open.
ArgumentOutOfRangeExceptionDuration is out of range.

See Also