Definition at line 122 of file driver.py.
def ur_driver.driver.URConnection.__init__ |
( |
|
self, |
|
|
|
hostname, |
|
|
|
port, |
|
|
|
program |
|
) |
| |
def ur_driver.driver.URConnection.__on_packet |
( |
|
self, |
|
|
|
buf |
|
) |
| |
|
private |
def ur_driver.driver.URConnection.__run |
( |
|
self | ) |
|
|
private |
def ur_driver.driver.URConnection.__trigger_disconnected |
( |
|
self | ) |
|
|
private |
def ur_driver.driver.URConnection.__trigger_halted |
( |
|
self | ) |
|
|
private |
def ur_driver.driver.URConnection.__trigger_ready_to_program |
( |
|
self | ) |
|
|
private |
def ur_driver.driver.URConnection.connect |
( |
|
self | ) |
|
def ur_driver.driver.URConnection.disconnect |
( |
|
self | ) |
|
def ur_driver.driver.URConnection.ready_to_program |
( |
|
self | ) |
|
def ur_driver.driver.URConnection.send_program |
( |
|
self | ) |
|
def ur_driver.driver.URConnection.send_reset_program |
( |
|
self | ) |
|
def ur_driver.driver.URConnection.throttle_warn_unknown |
( |
|
self, |
|
|
|
period, |
|
|
|
msg |
|
) |
| |
ur_driver.driver.URConnection.__buf |
|
private |
ur_driver.driver.URConnection.__keep_running |
|
private |
ur_driver.driver.URConnection.__sock |
|
private |
ur_driver.driver.URConnection.__thread |
|
private |
ur_driver.driver.URConnection._last_hit |
|
private |
int ur_driver.driver.URConnection.CONNECTED = 1 |
|
static |
int ur_driver.driver.URConnection.DISCONNECTED = 0 |
|
static |
int ur_driver.driver.URConnection.EXECUTING = 3 |
|
static |
ur_driver.driver.URConnection.hostname |
ur_driver.driver.URConnection.last_state |
ur_driver.driver.URConnection.port |
ur_driver.driver.URConnection.program |
int ur_driver.driver.URConnection.READY_TO_PROGRAM = 2 |
|
static |
ur_driver.driver.URConnection.robot_state |
IO-Support is EXPERIMENTAL.
Notes:
- Where are the flags coming from? Do we need flags? No, as 'prog' does not use them and other scripts are not running!
- analog_input2 and analog_input3 are within ToolData
- What to do with the different analog_input/output_range/domain?
- Shall we have appropriate ur_msgs definitions in order to reflect MasterboardData, ToolData,...?
Definition at line 133 of file driver.py.
float ur_driver.driver.URConnection.TIMEOUT = 1.0 |
|
static |
The documentation for this class was generated from the following file: