Bases: TacoDevice, Motor
TACO motor implementation class.
Parameters inherited from the base classes: abslimits, description, fixed, fmtstr, loglevel, lowlevel, maxage, pollinterval, precision, speed, tacodelay, tacodevice, tacotimeout, tacotries, target, unit, userlimits
Bases: TacoDevice, Coder
TACO coder implementation class.
Parameters inherited from the base classes: description, fmtstr, loglevel, lowlevel, maxage, pollinterval, precision, tacodelay, tacodevice, tacotimeout, tacotries, unit
Bases: TacoDevice, Axis
Interface for TACO Axis server devices.
User methods
Do a reference drive of the axis (do not use with encoded axes).
Sets the current position of the axis to the target.
Parameters
Motor acceleration. Default value: 0.0. Unit: main/s^2.
Position of the reference switch. Default value: 0.0. Unit: same as device value.
Speed driving to reference switch. Default value: 0.0. Unit: main/s.
Switch to use as reference. Default value: ''.
Motor speed. Default value: 0.0. Unit: main/s.
Parameters inherited from the base classes: abslimits, backlash, description, dragerror, fixed, fmtstr, loglevel, loopdelay, lowlevel, maxage, maxtries, offset, pollinterval, precision, tacodelay, tacodevice, tacotimeout, tacotries, target, unit, userlimits
Bases: Axis
A TACO axis that also controls air for airpads.
Attached devices
Parameters
Delay after switching on air. Unit: s.
Delay before switching off air. Unit: s.
(off, on) values to write to switch device. Default value: (0, 1).
Parameters inherited from the base classes: abslimits, accel, backlash, description, dragerror, fixed, fmtstr, loglevel, loopdelay, lowlevel, maxage, maxtries, offset, pollinterval, precision, refpos, refspeed, refswitch, speed, tacodelay, tacodevice, tacotimeout, tacotries, target, unit, userlimits