com.kuka.nav.lift
Class LiftActionConstants

java.lang.Object
  extended by com.kuka.nav.lift.LiftActionConstants

public final class LiftActionConstants
extends Object

Command constants.


Field Summary
static String LIFT_CHANGE_PAYLOAD
          Lift payload change key.
static String LIFT_COMMAND_ID
          Lift command key.
static String LIFT_HEIGHT
          Lift height key.
static String LIFT_MAX_HEIGHT
          Lift max height key.
static String LIFT_PAYLOAD_INFO
          Lift payload info key.
static String LIFT_PAYLOAD_SUM_INFO
          Lift payload sum info key.
static String LIFT_SPEED
          Lift speed key.
static String LIFT_STATE
          Lift state key.
static String LIFT_STATE_STATE_ERROR
          The State string that is sent from the base system if the lifting device is not working properly.
static String LIFT_STATE_STATE_WARNING
          The State string that is sent from the base system if the lifting device is currently not usable or has a warning.
static String LIFT_STATE_STATE_WORKING
          The State string that is sent from the base system if the lifting device is working properly.
static String LIFT_TIMEOUT
          Lift timeout key.
static String SKILL
          Skill param.
static String SKILL_LIFT
          Skill lift database param.
static String SKILL_LIFT_TIMEOUT
          Skill lift timeout database param.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIFT_TIMEOUT

public static final String LIFT_TIMEOUT
Lift timeout key.

See Also:
Constant Field Values

LIFT_SPEED

public static final String LIFT_SPEED
Lift speed key.

See Also:
Constant Field Values

LIFT_HEIGHT

public static final String LIFT_HEIGHT
Lift height key.

See Also:
Constant Field Values

LIFT_MAX_HEIGHT

public static final String LIFT_MAX_HEIGHT
Lift max height key.

See Also:
Constant Field Values

LIFT_STATE

public static final String LIFT_STATE
Lift state key.

See Also:
Constant Field Values

LIFT_COMMAND_ID

public static final String LIFT_COMMAND_ID
Lift command key.

See Also:
Constant Field Values

LIFT_CHANGE_PAYLOAD

public static final String LIFT_CHANGE_PAYLOAD
Lift payload change key.

See Also:
Constant Field Values

LIFT_PAYLOAD_INFO

public static final String LIFT_PAYLOAD_INFO
Lift payload info key.

See Also:
Constant Field Values

LIFT_PAYLOAD_SUM_INFO

public static final String LIFT_PAYLOAD_SUM_INFO
Lift payload sum info key.

See Also:
Constant Field Values

SKILL_LIFT

public static final String SKILL_LIFT
Skill lift database param.

See Also:
Constant Field Values

SKILL

public static final String SKILL
Skill param.

See Also:
Constant Field Values

SKILL_LIFT_TIMEOUT

public static final String SKILL_LIFT_TIMEOUT
Skill lift timeout database param.

See Also:
Constant Field Values

LIFT_STATE_STATE_WORKING

public static final String LIFT_STATE_STATE_WORKING
The State string that is sent from the base system if the lifting device is working properly.

See Also:
Constant Field Values

LIFT_STATE_STATE_WARNING

public static final String LIFT_STATE_STATE_WARNING
The State string that is sent from the base system if the lifting device is currently not usable or has a warning.

See Also:
Constant Field Values

LIFT_STATE_STATE_ERROR

public static final String LIFT_STATE_STATE_ERROR
The State string that is sent from the base system if the lifting device is not working properly.

See Also:
Constant Field Values


Copyright © 2019. All rights reserved.