|
def | __init__ (self, ip_address=_SOCKET_IP_ADDRESS) |
|
def | abortm (self) |
|
def | check_connect_status (self) |
|
def | close (self) |
|
def | exec_program (self, path, param='', delete_flag=0) |
|
def | get_adc (self, output_data) |
|
def | get_io (self, start_addr, end_addr, output_data) |
|
def | get_operation_permission (self) |
|
def | get_posture (self, output_data) |
|
def | position_to_joint (self, x, y, z, rx, ry, rz, output_data) |
|
def | qjmove (self, ax1, ax2, ax3, ax4, ax5, ax6, speed=None) |
|
def | set_adc (self, ch, mode) |
|
def | set_io (self, address, signal) |
|
def | set_jspeed (self, s) |
|
def | set_posture (self, posture) |
|
def | set_tool (self, x, y, z, rz, ry, rx) |
|
def | syssts (self, stat_type, output_data) |
|
def cc_client.CCClient._create_send_data |
( |
|
self, |
|
|
|
cmd_id, |
|
|
|
data, |
|
|
|
data_type = _DATA_TYPE_CMD |
|
) |
| |
|
private |
def cc_client.CCClient._send_data |
( |
|
self, |
|
|
|
send_data, |
|
|
|
return_data = {} |
|
) |
| |
|
private |
def cc_client.CCClient.abortm |
( |
|
self | ) |
|
def cc_client.CCClient.check_connect_status |
( |
|
self | ) |
|
def cc_client.CCClient.close |
( |
|
self | ) |
|
def cc_client.CCClient.exec_program |
( |
|
self, |
|
|
|
path, |
|
|
|
param = '' , |
|
|
|
delete_flag = 0 |
|
) |
| |
def cc_client.CCClient.get_adc |
( |
|
self, |
|
|
|
output_data |
|
) |
| |
def cc_client.CCClient.get_io |
( |
|
self, |
|
|
|
start_addr, |
|
|
|
end_addr, |
|
|
|
output_data |
|
) |
| |
def cc_client.CCClient.get_operation_permission |
( |
|
self | ) |
|
def cc_client.CCClient.get_posture |
( |
|
self, |
|
|
|
output_data |
|
) |
| |
def cc_client.CCClient.position_to_joint |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
rx, |
|
|
|
ry, |
|
|
|
rz, |
|
|
|
output_data |
|
) |
| |
def cc_client.CCClient.qjmove |
( |
|
self, |
|
|
|
ax1, |
|
|
|
ax2, |
|
|
|
ax3, |
|
|
|
ax4, |
|
|
|
ax5, |
|
|
|
ax6, |
|
|
|
speed = None |
|
) |
| |
def cc_client.CCClient.set_adc |
( |
|
self, |
|
|
|
ch, |
|
|
|
mode |
|
) |
| |
def cc_client.CCClient.set_io |
( |
|
self, |
|
|
|
address, |
|
|
|
signal |
|
) |
| |
def cc_client.CCClient.set_jspeed |
( |
|
self, |
|
|
|
s |
|
) |
| |
def cc_client.CCClient.set_posture |
( |
|
self, |
|
|
|
posture |
|
) |
| |
def cc_client.CCClient.set_tool |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
rz, |
|
|
|
ry, |
|
|
|
rx |
|
) |
| |
def cc_client.CCClient.syssts |
( |
|
self, |
|
|
|
stat_type, |
|
|
|
output_data |
|
) |
| |
int cc_client.CCClient._CMD_ABORTM = 0x10F |
|
staticprivate |
int cc_client.CCClient._CMD_GETADC = 0x203 |
|
staticprivate |
int cc_client.CCClient._CMD_GETIO = 0x201 |
|
staticprivate |
int cc_client.CCClient._CMD_GETPOSTURE = 0x10C |
|
staticprivate |
int cc_client.CCClient._CMD_HOME = 0x100 |
|
staticprivate |
int cc_client.CCClient._CMD_JSPEED = 0x103 |
|
staticprivate |
int cc_client.CCClient._CMD_NOCOMMAND = 0xFFF |
|
staticprivate |
int cc_client.CCClient._CMD_P2J = 0x105 |
|
staticprivate |
int cc_client.CCClient._CMD_PROGRAM = 0x000 |
|
staticprivate |
int cc_client.CCClient._CMD_QJMOVE = 0x106 |
|
staticprivate |
int cc_client.CCClient._CMD_SETADC = 0x202 |
|
staticprivate |
int cc_client.CCClient._CMD_SETIO = 0x200 |
|
staticprivate |
int cc_client.CCClient._CMD_SETPOSTURE = 0x10B |
|
staticprivate |
int cc_client.CCClient._CMD_SETTOOL = 0x107 |
|
staticprivate |
int cc_client.CCClient._CMD_SYSSTS = 0x110 |
|
staticprivate |
int cc_client.CCClient._CONNECTING_PROCCES_ROS = 0x02 |
|
staticprivate |
int cc_client.CCClient._DATA_TYPE_CMD = 0x00 |
|
staticprivate |
int cc_client.CCClient._DATA_TYPE_CONNECT_CHECK = 0x02 |
|
staticprivate |
int cc_client.CCClient._DATA_TYPE_OPERATION_GET = 0x03 |
|
staticprivate |
int cc_client.CCClient._DATA_TYPE_PROGRAM = 0x01 |
|
staticprivate |
string cc_client.CCClient._SOCKET_IP_ADDRESS = "192.168.0.23" |
|
staticprivate |
int cc_client.CCClient._SOCKET_PORT_NUMBER = 5500 |
|
staticprivate |
int cc_client.CCClient._SOCKET_RECV_BUFF_SIZE = 4096 |
|
staticprivate |
The documentation for this class was generated from the following file: