Impact Acquire SDK Java
TAutoControlSpeed Class Reference

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).
 

Detailed Description

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.

Member Data Documentation

◆ acsFast

final int acsFast = acquireJNI.acsFast_get()
static

The controller will converge fast to the desired value.

◆ acsMedium

final int acsMedium = acquireJNI.acsMedium_get()
static

The controller will converge to the desired value at medium speed.

◆ acsSlow

final int acsSlow = acquireJNI.acsSlow_get()
static

The controller will converge slowly to the desired value.

◆ acsUserDefined

final int acsUserDefined = acquireJNI.acsUserDefined_get()
static

In this mode the user can control the behaviour of the closed loop(control circuit).