From cdd63b8f7c8adbbec5cb1ee50e8aa4152a69ab5e Mon Sep 17 00:00:00 2001 From: root Date: Fri, 25 Nov 2011 18:34:16 +0100 Subject: README written --- README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'README') diff --git a/README b/README index e69de29..1c3a340 100644 --- a/README +++ b/README @@ -0,0 +1,27 @@ +PyMotionControl + +Classes and modules for building motion control +systems with Python. + +--- + +PyMotionControl itself does not interface with +actuator controllers. Instead the user of this +library is required to derive from +MotionControl.Axis.AxisBase and in the derived class +interface with actuator control packages of choice. + +Axes are assembled into a so called "Stage". The class +MotionControl.Stage.Stage provides general motion stage +functionality. However one may choose to derive from it +to form a application specific stage. + +--- + +NOTE scratchpad.py: + +scratchpad.py is the source file where new things are +tested and outlined, before they are moved into their +proper module file. So all contents of it are +work-in-progress, highly experimental and most likely +not working in the state you see them there. -- cgit v1.2.3