Impact Acquire SDK Java
|
Defines valid auto-control speed modes. More...
Static Public Attributes | |
static final int | acsFast = acquireJNI.acsFast_get() |
The controller will converge fast to the desired value. | |
static final int | acsMedium = acquireJNI.acsMedium_get() |
The controller will converge to the desired value at medium speed. | |
static final int | acsSlow = acquireJNI.acsSlow_get() |
The controller will converge slowly to the desired value. | |
static final int | acsUserDefined = acquireJNI.acsUserDefined_get() |
In this mode the user can control the behaviour of the closed loop(control circuit). | |
Defines valid auto-control speed modes.
Auto control speed modes define the time in which the controller tries to adapt its parameters to reach the desired result.
|
static |
The controller will converge fast to the desired value.
|
static |
The controller will converge to the desired value at medium speed.
|
static |
The controller will converge slowly to the desired value.
|
static |
In this mode the user can control the behaviour of the closed loop(control circuit).