Yes.
Most all features are supported. Coordinated motion, Jogging,
Homing, Spindle control, Encoder Feedback, Probing, Threading, Tool
Changing, Backlash, and more. See
here.
Is all Dynomotion Software Free?
Yes.
Including our
KMotionCNC Application for running GCode. Download it
here.
Will the GCode Interpreter
run stand-alone?
No. The RS274 GCode
Interpreter and Trajectory Planner executes on the PC and sends
Coordinated Motion commands to
the KFLOP Board.
What needs to be loaded on the
host computer to send commands to the KFLOP Board?
KMotion USB Drivers
KMotionDLL.DLL
And an Application
to
makes calls to the KMotionDLL.DLL
Why does my Servo "Run Away" as soon
as it is enabled?
You may have positive feedback instead of
negative feedback. This causes any error to get bigger and bigger
rather than smaller and smaller.
You can change positive to negative
feedback by reversing anything in the axis. The simplest thing to
reverse is the OutputGain.
Can
I Modify the KMotionCNC Screens besides the several provided?
Currently you must use Microsoft's Visual Studio 2008 Standard
Edition's Resource Editor to change the Screens.
Where are the Prices Listed?
How do I order? How much is shipping?
Order
from our Purchase Page using Credit Card
or PayPal. We charge a flat rate of $20 domestic or $30
International for all shipments regardless of size.
Do I need to be a C Programmer to use
your Controller?
Yes.
Certain operations such as Controller initialization and Homing
involve User C Programs that Execute in KFLOP. So some
modification of C Programs is required. We do this because it
is the most powerful and flexible approach. It isn't necessary
to be a C expert, but basic programming knowledge is helpful.
Download the
software and go to the
C
Programs Screen to get an idea the level of difficulty.