Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RobotState

This is an enumeration type constant that refers to the operation status of robot controller, and is defined as follows.

Remarks

  • Only in “Standby state” the client command can be operated. However the stop command, which is for stop motion, is possible at the “Moving state”.
  • Power_on_standby state is the preparation state in order to receive the initializing packet after the bootup process.
  • Recovery state moves axes within the limiation point in the case each axis stops beyond its limitation. The state ignores the error and warning.
  • Safe Stop: When there is a motion that is off the safety setting parameter such as collision, joint limit exceeded, and TCP speed exceeded etc., this stop motion occurs.
    • SafeStop1: Servo Off after stop (STO)
    • SafeStop2: Pause after stop
    • STO: Safe Torque Off, status of inverter power off
api-version

1

user

Index

Enumeration Members

DISCONNECTED: -1

Not connected with Controller.

api-version

1

user
EMERGENCY_STOP: 6

Emergency stop state. (비상 정지 상태)

api-version

1

user
HOMMING: 7

Homing Mode State (hardware-based array state of robot). (홈밍 모드 상태(로봇을 하드웨어적으로 정렬하는 상태))

api-version

1

user
INITIALIZING: 0

This is a state of automatic entrance of T/P application, and is an initialization condition for the setting of various parameters. (T/P 어플리케이션에 의해서 자동으로 진입하는 상태로 각종 파라미터 설정을 위한 초기화 상태)

api-version

1

user
MOVING: 2

A command operation state that is automatically converted while the robot is moving after the receipt of commands. Once moving is done, the state is automatically converted into a command standby state. (지령 대기 상태에서 지령 수신 후 동작시 자동으로 전환되는 지령 동작 상태임. 동작 완료시 자동 지령 대기 상태로 전환됨)

api-version

1

user
POWER_ON_STANDBY: 15

State for initialization after boot-up of robot controller It is converted into the initialization state by the T/P application. (로봇제어기 부트업이후 초기화를 위한 대기 상태임. T/P 어플리케이션에 의해 초기화 상태로 전환됨)

api-version

1

user
RECOVERY: 8

Recovery mode state for moving robot into the operation range when that robot has stopped due to errors such as getting out of robot operation range. (로봇 구동 범위 초과 등과 같은 오류로 인한 로봇 정지시, 구동 범위 이내로 이동시키기 위한 복구 모드 상태)

api-version

1

user
RESERVED1: 12

Reservation used.

api-version

1

user
RESERVED2: 13

Reservation used.

api-version

1

user
RESERVED3: 14

Reservation used.

api-version

1

user
SAFE_OFF: 3

This is a robot pause mode caused by functional and operational error, and is a servo off state (a state in which motor and brake power is cut off after control pause). (기능 및 동작 오류로 인한 로봇 정지 모드로, 서보 오프 상태(제어 정지 후 모터 및 브레이크 전원을 차단한 상태))

api-version

1

user
SAFE_OFF2: 10

A state in which conversion into recovery mode is needed due to getting out of robot operation range, although it is the same as the eSTATE_SAFE_OFF state. (eSTATE_SAFE_OFF 상태와 동일하나, 로봇 구동 범위 초과로 인해 복구 모드로 전환해야 하는 상태)

api-version

1

user
SAFE_STOP: 5

This is a robot pause mode caused by functional and operational error, and is a safety stop state (a state in which only control pause was executed, and a temporary program pause state in the case of automatic mode). (기능 및 동작 오류로 인한 로봇 정지 모드로, 안전 정지 상태(제어 정지만 수행한 상태, 자동모드인 경우 프로그램 일시 정지 상태))

api-version

1

user
SAFE_STOP2: 9

A state in which conversion into recovery mode is needed due to getting out of robot operation range, although it is the same as the eSTATE_SAFE_STOP state. (eSTATE_SAFE_STOP 상태와 동일하나, 로봇 구동 범위 초과로 인해 복구 모드로 전환해야 하는 상태)

api-version

1

user
STANDBY: 1

This is an operable basis state, and is a command standby state. (운용 가능한 기본 상태 지령 대기 상태)

api-version

1

user
TEACHING: 4

Direct teaching state. (직접교시 상태)

api-version

1

user
UPDATE: 11

Update state. (업데이트 시작상태)

api-version

1

user

Generated using TypeDoc