This class represents a Phidget Motor Controller. All methods to to control a motor controller and read back motor data are implemented in this class.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public class MotorControl : Phidget
Visual Basic (Declaration)
Public Class MotorControl _
	Inherits Phidget
Visual C++
public ref class MotorControl : public Phidget

Remarks

The Motor Control Phidget is able to control 1 or more DC motors. Both speed and acceleration are controllable. Speed is controlled via PWM. The size of the motors that can be driven depends on the motor controller. See your hardware documentation for more information.

The motor Controller boards also has 0 or more digital inputs.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.Phidget
    Phidgets..::.MotorControl

See Also