Hello Guest it is April 26, 2024, 12:27:22 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - aggie_67

Pages: 1
1
General Mach Discussion / Newbie Needs Help!!!
« on: July 19, 2006, 11:11:26 PM »
Have finished populating all my boards and tried to spin a motor. Thats when I ran into problems; the engineer in me says to start at the front and work my way step by step. I have no electronic experience but as a chemical engineer feel I follow directions well and am some what good at problem solving? Not as good as when I was younger but not ready for the home yet.

Have learned to make a simple CAD program, converted to g code and it runs (dro move and tool path shows proper movement.) Have the following questions:

1. On the diagnostic page I have red on the Ref A, B, & C which I can not get rid of.

2. On the motor Tuning & setup I can not get a value to stay on the "step pulse."  It is 0, says it should be 1-5. I then type in a new number, save axis values, but when I go back to check it has defaulted back to 0??

3. When I check the pins on the computer Parallel Port with MACH3 screen on but nothing running I get the following values;
Pin 3 & 4 are 4.058 and 4.424 volts.
Pin 24 is 4.9 volts
Pins 1, 2, 3, 10, 11, 12, 13, & 25 are 0.043 volts
Pins 22, & 23 are 0.013 volts
All other pins are 0

Have a scope (Tek 465), not sure how to use it or if it works properly (bought off ebay) but I can't see any activity on any of the pins using it.

Running on an old computer, desk top, but processor speed is only 750. Many  posts say have to have at least 1000. Could this be the problem, I though the slower speed may make it miss steps but would still run?

aggie_67
Open for suggestions?

2
General Mach Discussion / Newbie!!!! ( Need G-code help)
« on: February 05, 2006, 10:26:31 PM »
Trying to learn more about CNC. Trying to hold back my desire to build the hardware and learn some software first.

Usin A9CAD for cad work. Then going to MACH3 for conversion to g code and control of my future router. Having problems with the g code conversion, Started out writing the test g code program the tutorial suggests. Could not set feed rate, run from here, reverse run but the basic simulation did as expected.

Problem is when I went to the next step and imported a simple DXF file of a circle I had made in A9CAD. After going thru the import steps, layer control, etc it generated the following g code:

G90G80G49
G0 Z1.0000
G90.1
M5
G0 Z1.0000
G0 X0 Y0
M5M30

Which doesn't appear to do anything!

At one point in time got the following g code generated from playing around with the Layer Control parameters. Kind of frightening to get such variation from the same file.

G90G80G49
G0Z1.0000
G90.1
S1000
G0 Z1.0000
GO X-2.0000 Y0.0000
M3
F1.000 G1 Z0.2500
G2 X-2.0000 Y0.0000 I0.0000 J0.0000
M5
G0 Z1.0000
G0 Z1.0000
G0 X0 Y0
M5 M30

Any idea what I am doing wrong? Is it with in the normal expectation of MACH3 to generate g code?

Gene

Pages: 1