? .mill.xml.swp ? .scope.cfg ? agg.hal ? agg.xml ? box ? build-stamp ? examples ? h.xml ? mill.xml ? table.xml ? tabs.xml ? bin/xmlmachine ? configs/scara/.scope.cfg ? configs/sim/.scope.cfg ? configs/sim/shutdown.hal ? docs/man/man9/deadzone.9 ? docs/man/man9/tristate_float.9 ? docs/src/hal/drivers.html ? docs/src/hal/parport-block-diag.png ? docs/src/hal/pluto-pinout.png ? lib/python/pyvcp_widgets+agg.py ? scripts/.emc.in.swp ? scripts/.emc.swp ? src/emc/kinematics/.scarakins.c.swp ? src/emc/task/.emccanon.cc.swp Index: configs/puma/puma.var =================================================================== RCS file: /cvs/emc2/configs/puma/puma.var,v retrieving revision 1.1 diff -u -p -u -r1.1 puma.var --- configs/puma/puma.var 3 Feb 2007 16:32:54 -0000 1.1 +++ configs/puma/puma.var 19 Feb 2007 03:57:44 -0000 @@ -19,9 +19,9 @@ 5218 0.000000 5219 0.000000 5220 1.000000 -5221 0.000000 -5222 0.000000 -5223 0.000000 +5221 350.000000 +5222 70.000000 +5223 -400.000000 5224 0.000000 5225 0.000000 5226 0.000000 Index: configs/puma/puma_postgui.hal =================================================================== RCS file: /cvs/emc2/configs/puma/puma_postgui.hal,v retrieving revision 1.2 diff -u -p -u -r1.2 puma_postgui.hal --- configs/puma/puma_postgui.hal 4 Feb 2007 22:07:12 -0000 1.2 +++ configs/puma/puma_postgui.hal 19 Feb 2007 03:57:44 -0000 @@ -1,6 +1,6 @@ -net j0 pyvcp.joint0 -net j1 pyvcp.joint1 -net j2 pyvcp.joint2 -net j3 pyvcp.joint3 -net j4 pyvcp.joint4 -net j5 pyvcp.joint5 +#net j0 pyvcp.joint0 +#net j1 pyvcp.joint1 +#net j2 pyvcp.joint2 +#net j3 pyvcp.joint3 +#net j4 pyvcp.joint4 +#net j5 pyvcp.joint5 Index: configs/scara/scara.ini =================================================================== RCS file: /cvs/emc2/configs/scara/scara.ini,v retrieving revision 1.3 diff -u -p -u -r1.3 scara.ini --- configs/scara/scara.ini 7 Feb 2007 13:35:25 -0000 1.3 +++ configs/scara/scara.ini 19 Feb 2007 03:57:44 -0000 @@ -129,9 +129,9 @@ POSTGUI_HALFILE = scara_postg ############################################################################### [TRAJ] #+ machine specific settings -AXES = 4 -COORDINATES = X Y Z R -HOME = 0 0 0 0 +AXES = 6 +COORDINATES = X Y Z A B R +HOME = 0 0 0 0 0 0 LINEAR_UNITS = 1.0 ANGULAR_UNITS = 1.0 CYCLE_TIME = 0.010 @@ -224,6 +224,48 @@ HOME_USE_INDEX = NO HOME_IGNORE_LIMITS = NO HOME_SEQUENCE = 0 + +#+ Fifth axis +[AXIS_4] +TYPE = ANGULAR +HOME = 0.000 +MAX_VELOCITY = 30.0 +MAX_ACCELERATION = 200.0 +BACKLASH = 0.000 +INPUT_SCALE = 4000 +OUTPUT_SCALE = 1.000 +MIN_LIMIT = -180.0 +MAX_LIMIT = 180.0 +FERROR = 2.000 +MIN_FERROR = 0.200 +HOME_OFFSET = 0.0 +HOME_SEARCH_VEL = 0.0 +HOME_LATCH_VEL = 0.0 +HOME_USE_INDEX = NO +HOME_IGNORE_LIMITS = NO +HOME_SEQUENCE = 0 + + +#+ Sixth axis +[AXIS_5] +TYPE = ANGULAR +HOME = 0.000 +MAX_VELOCITY = 30.0 +MAX_ACCELERATION = 200.0 +BACKLASH = 0.000 +INPUT_SCALE = 4000 +OUTPUT_SCALE = 1.000 +MIN_LIMIT = -180.0 +MAX_LIMIT = 180.0 +FERROR = 2.000 +MIN_FERROR = 0.200 +HOME_OFFSET = 0.0 +HOME_SEARCH_VEL = 0.0 +HOME_LATCH_VEL = 0.0 +HOME_USE_INDEX = NO +HOME_IGNORE_LIMITS = NO +HOME_SEQUENCE = 0 + ############################################################################### # section for main IO controller parameters ############################################################################### Index: configs/scara/scara.var =================================================================== RCS file: /cvs/emc2/configs/scara/scara.var,v retrieving revision 1.1 diff -u -p -u -r1.1 scara.var --- configs/scara/scara.var 5 Feb 2007 00:07:35 -0000 1.1 +++ configs/scara/scara.var 19 Feb 2007 03:57:44 -0000 @@ -19,9 +19,9 @@ 5218 0.000000 5219 0.000000 5220 1.000000 -5221 0.000000 +5221 244.788348 5222 0.000000 -5223 0.000000 +5223 233.984420 5224 0.000000 5225 0.000000 5226 0.000000 Index: configs/scara/scara_sim_4.hal =================================================================== RCS file: /cvs/emc2/configs/scara/scara_sim_4.hal,v retrieving revision 1.2 diff -u -p -u -r1.2 scara_sim_4.hal --- configs/scara/scara_sim_4.hal 5 Feb 2007 10:12:46 -0000 1.2 +++ configs/scara/scara_sim_4.hal 19 Feb 2007 03:57:44 -0000 @@ -27,6 +27,10 @@ newsig J2pos float linksp J2pos <= axis.2.motor-pos-cmd newsig J3pos float linksp J3pos <= axis.3.motor-pos-cmd +newsig J4pos float +linksp J4pos <= axis.4.motor-pos-cmd +newsig J5pos float +linksp J5pos <= axis.5.motor-pos-cmd # loop position commands back to motion module feedback @@ -34,6 +38,8 @@ linksp J0pos => axis.0.motor-pos-fb linksp J1pos => axis.1.motor-pos-fb linksp J2pos => axis.2.motor-pos-fb linksp J3pos => axis.3.motor-pos-fb +linksp J4pos => axis.4.motor-pos-fb +linksp J5pos => axis.5.motor-pos-fb # send the position commands thru differentiators to # generate velocity and accel signals @@ -98,3 +104,5 @@ net j0 axis.0.joint-pos-fb scaragui.join net j1 axis.1.joint-pos-fb scaragui.joint1 net j2 axis.2.joint-pos-fb scaragui.joint2 net j3 axis.3.joint-pos-fb scaragui.joint3 +net j4 axis.4.joint-pos-fb scaragui.joint4 +net j5 axis.5.joint-pos-fb scaragui.joint5 Index: configs/sim/axis.ini =================================================================== RCS file: /cvs/emc2/configs/sim/axis.ini,v retrieving revision 1.27 diff -u -p -u -r1.27 axis.ini --- configs/sim/axis.ini 26 Jan 2007 22:29:20 -0000 1.27 +++ configs/sim/axis.ini 19 Feb 2007 03:57:44 -0000 @@ -116,6 +116,8 @@ HALFILE = simulated_home.hal # AXIS at this time (only AXIS creates a HAL component of its own) #POSTGUI_HALFILE = test_postgui.hal +SHUTDOWN = shutdown.hal + # Trajectory planner section -------------------------------------------------- [TRAJ] Index: docs/html/gcode.html =================================================================== RCS file: /cvs/emc2/docs/html/gcode.html,v retrieving revision 1.5 diff -u -p -u -r1.5 gcode.html --- docs/html/gcode.html 15 Feb 2007 00:51:15 -0000 1.5 +++ docs/html/gcode.html 19 Feb 2007 03:57:44 -0000 @@ -1,5 +1,22 @@ +