|
def | __init__ (self, permission=True) |
|
def | abort (self) |
|
def | close (self) |
|
def | exec_program (self, path, param='') |
|
def | get_dio (self, start_addr, end_addr) |
|
def | get_posture (self) |
|
def | move (self, joint, speed=None) |
|
def | set_adc_mode (self, ch, mode) |
|
def | set_dio (self, addr, data) |
|
def | set_posture (self, posture) |
|
def | set_speed (self, speed) |
|
def | set_tool_offset (self, x, y, z, rz, ry, rx) |
|
def | sys_stat (self, stat_type) |
|
Definition at line 33 of file robot_controller.py.
def robot_controller.RobotController.__init__ |
( |
|
self, |
|
|
|
permission = True |
|
) |
| |
def robot_controller.RobotController.abort |
( |
|
self | ) |
|
def robot_controller.RobotController.close |
( |
|
self | ) |
|
def robot_controller.RobotController.exec_program |
( |
|
self, |
|
|
|
path, |
|
|
|
param = '' |
|
) |
| |
def robot_controller.RobotController.get_dio |
( |
|
self, |
|
|
|
start_addr, |
|
|
|
end_addr |
|
) |
| |
def robot_controller.RobotController.get_posture |
( |
|
self | ) |
|
def robot_controller.RobotController.move |
( |
|
self, |
|
|
|
joint, |
|
|
|
speed = None |
|
) |
| |
def robot_controller.RobotController.set_adc_mode |
( |
|
self, |
|
|
|
ch, |
|
|
|
mode |
|
) |
| |
def robot_controller.RobotController.set_dio |
( |
|
self, |
|
|
|
addr, |
|
|
|
data |
|
) |
| |
def robot_controller.RobotController.set_posture |
( |
|
self, |
|
|
|
posture |
|
) |
| |
def robot_controller.RobotController.set_speed |
( |
|
self, |
|
|
|
speed |
|
) |
| |
def robot_controller.RobotController.set_tool_offset |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
rz, |
|
|
|
ry, |
|
|
|
rx |
|
) |
| |
def robot_controller.RobotController.sys_stat |
( |
|
self, |
|
|
|
stat_type |
|
) |
| |
robot_controller.RobotController._api |
|
private |
The documentation for this class was generated from the following file: