|
def | __init__ (self, window, prefix, ns=4, plc="PLC1", program="MAIN") |
|
def | connect (self, server) |
|
def | startMonitoring (self) |
|
def | callMethod (self, rpc, *args) |
|
def | init (self) |
|
def | enable (self) |
|
def | disable (self) |
|
def | resetMotor (self) |
|
def | stop (self) |
|
def | moveAbs (self, position, velocity) |
|
def | moveRel (self, position, velocity) |
|
def | moveVel (self, velocity) |
|
◆ __init__()
def pymotgui.uamotorClient.MotorClient.__init__ |
( |
|
self, |
|
|
|
window, |
|
|
|
prefix, |
|
|
|
ns = 4 , |
|
|
|
plc = "PLC1" , |
|
|
|
program = "MAIN" |
|
) |
| |
◆ callMethod()
def pymotgui.uamotorClient.MotorClient.callMethod |
( |
|
self, |
|
|
|
rpc, |
|
|
* |
args |
|
) |
| |
◆ connect()
def pymotgui.uamotorClient.MotorClient.connect |
( |
|
self, |
|
|
|
server |
|
) |
| |
◆ disable()
def pymotgui.uamotorClient.MotorClient.disable |
( |
|
self | ) |
|
◆ enable()
def pymotgui.uamotorClient.MotorClient.enable |
( |
|
self | ) |
|
◆ init()
def pymotgui.uamotorClient.MotorClient.init |
( |
|
self | ) |
|
◆ moveAbs()
def pymotgui.uamotorClient.MotorClient.moveAbs |
( |
|
self, |
|
|
|
position, |
|
|
|
velocity |
|
) |
| |
◆ moveRel()
def pymotgui.uamotorClient.MotorClient.moveRel |
( |
|
self, |
|
|
|
position, |
|
|
|
velocity |
|
) |
| |
◆ moveVel()
def pymotgui.uamotorClient.MotorClient.moveVel |
( |
|
self, |
|
|
|
velocity |
|
) |
| |
◆ resetMotor()
def pymotgui.uamotorClient.MotorClient.resetMotor |
( |
|
self | ) |
|
◆ startMonitoring()
def pymotgui.uamotorClient.MotorClient.startMonitoring |
( |
|
self | ) |
|
◆ stop()
def pymotgui.uamotorClient.MotorClient.stop |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: