Method | Description | |
---|---|---|
Disable ( ) : void |
Disables the speed controllers
|
|
Dispose ( ) : void |
Performs appication-defined tasks associated with freeing, releasing, or resetting unmanaged resources
|
|
Get ( ) : double |
returns the last value set to these speed controllers
|
|
PidWrite ( double value ) : void |
Set output to the value calculated by PIDController
|
|
Set ( double value ) : void |
Sets the output value for these speed controllers
|
|
Set ( double value, byte syncGroup ) : void |
Sets the output value for these speed controllers
|
|
SpeedControllerGroup ( ) : System |
Creates a new SpeedControllerGroup from the given ISpeedControllers
|
|
SpeedControllerGroup ( |
Creates new ISpeedControllers of the given Type at the given ports
|
public Set ( double value, byte syncGroup ) : void | ||
value | double | |
syncGroup | byte | |
return | void |
public SpeedControllerGroup ( |
||
controllerType | type of controller to create | |
return | System |