Changes

Main Page

611 bytes added, 01:12, 15 October 2015
Adding the configuration for a new Axis
* Define the Coordinated Motion Axes (ie.    DefineCoordSystem(0,1,2,-1);  // define axes for XYZ
* Forever Loop to service any continuous requirements such as MPG, External Buttons, EStop, etc
 
 
===Adding the configuration for a new Axis to your Initialization C Program:===
# Configure the Channel in KMotion.exe and verify that after Pushing "Enable" (which downloads and enables) it all works properly
# On the Config/Flash Screen Push the "C Code To Clip Board" Button
# Open your Initialization Program in the C Programs Screen
# Position the cursor after the previous Axis settings
# Right Mouse Click "Paste"
# If desired also enable the axis by inserting EnableAxisDest(xx,0); where xx is the Axis number
# Save the file
# Test after a power cycle if the C Program initializes all Axes Properly
 
Bureaucrat, administrator
469
edits