ifw-fcf  5.0.0-pre2
Public Member Functions | List of all members
pymotgui.uamotorClient.MotorClient Class Reference
Inheritance diagram for pymotgui.uamotorClient.MotorClient:

Public Member Functions

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)
 

Constructor & Destructor Documentation

◆ __init__()

def pymotgui.uamotorClient.MotorClient.__init__ (   self,
  window,
  prefix,
  ns = 4,
  plc = "PLC1",
  program = "MAIN" 
)

Member Function Documentation

◆ 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: