Hello Guest it is April 17, 2024, 09:48:03 PM

Author Topic: how do I do this?  (Read 2295 times)

0 Members and 1 Guest are viewing this topic.

how do I do this?
« on: June 17, 2010, 12:11:27 AM »
I'm a relative newbie and need some advice on how to program a machine.  I want to have a stepper motor power a feed roller.  Why a stepper?  High torque, very good speed control.  Basically running continuously would be fine.  is there a way to do this?  how about looping a command like g1 x5 so that it would keep feeding 5 inches of material (assuming proper calibration) into a cutter.  thanks for any input offered.  just want to get on with the project and get the machine built.
scott

Offline Graham Waterworth

*
  • *
  •  2,672 2,672
  • Yorkshire Dales, England
    • View Profile
Re: how do I do this?
« Reply #1 on: June 17, 2010, 06:28:00 AM »
Like this :-

%
o0001
g01 x5. f20. (feed at 20 inch per min)
m47 (repeat program from start)
%

Graham
Without engineers the world stops