Hello Guest it is April 28, 2024, 10:46:12 PM

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.


Messages - HimyKabibble

1591
General Mach Discussion / Re: Running Mach Without Hardware
« on: September 14, 2008, 05:48:49 PM »
Hood,

    Interesting....  This was a fresh install of v3.041 on a new laptop.  Is there some configuation I need to do?

Regards,
Ray L.

1592
General Mach Discussion / Re: Running Mach Without Hardware
« on: September 14, 2008, 05:33:52 PM »
Hood,

    Code is attached.  Note this is setup for 2D milling, manual Z, so there are M00s where each Z move would be.

Regards,
Ray L.

1593
General Mach Discussion / Re: Running Mach Without Hardware
« on: September 14, 2008, 05:03:01 PM »
Hood,

   Well, it sure gives a lousy estimate of the run time, then.  It's off by a factor of 10 or more.  When I try to run it normally, it just hangs at line 110.  No DRO updates, no path updates, nothing.

Regards,
Ray L.

1594
General Mach Discussion / Re: Running Mach Without Hardware
« on: September 14, 2008, 04:43:35 PM »
Also, the simulated run time is WAY too short (indicated 6 minutes, when actual run time is close to an hour), and the timer keeps going after the run has ended.

Regards,
Ray L.

1595
General Mach Discussion / Re: Running Mach Without Hardware
« on: September 14, 2008, 04:41:21 PM »
Gerry,

    Interesting.....  I never changed the IJ setting when I installed Mach on my mill,, yet it's always been incremental.  On this install, it came up absolute.  So, it now runs through the entire program - very quickly.  Is the purpose of simulation just to see that Mach doesn't gag on the code?  Can I make it run slower so I can see what it's doing?

Regards,
Ray L.

1596
General Mach Discussion / Re: Running Mach Without Hardware
« on: September 14, 2008, 04:05:16 PM »
Well, the problem I'm having is when trying to simulate known good code (I've cut real parts with it...), it executes a few lines, then dies with a crytpic error:

"Radius to end of arc differs from radius to startLine 18"

Here's the pertinent part of the G-code:

N0000 (Filename: Jag bracket2 Mill.nc)
N0010 (Post processor: My Mach2 2D.post.txt)
N0020 (Date: 8/24/2008)
N0030 G20 (Units: Inches)
N0040 G40 G90 (Cancel Cutter Diameter Compensation, Absolute Distance Mode)
N0050 F1
N0060 (Part: Jag bracket2)
N0070 M00 (Process: Outside offset Perimeter, Mill/Router, 0.5 in diameter, 0.125 inch Deep)
N0080 M00 (Insert Mill/Router, 0.5 in diameter)
N0090 T0 M06  G43 H0 (Change Tool, Set Tool Length Offset)
N0100 M03 S35 (Spindle CW)
N0110 M00 (Set Z to 1.0000)
N0120 G00
N0130 X-0.0175 Y5.1254
N0140 G01 F1
N0150 M00 (Set Z to -0.0625)
N0160 G03 X0.3483 Y5.3919 I0.0496 J0.3161 F2.25
N0170 G02 X0.5886 Y5.6187 I0.2667 J-0.0419
N0180 G03 X1.6176 Y5.8453 I-0.4349 J4.4249
N0190 G02 X4.7371 Y6.4722 I3.2187 J-7.9414
N0200 X4.7391 Y6.4722 I0.0031 J-0.2700


Regards,
Ray L.

1597
General Mach Discussion / Re: Running Mach Without Hardware
« on: September 14, 2008, 02:59:35 PM »
Dave,

    That was simple enough!  Thanks!

Regards,
Ray L.

1598
General Mach Discussion / Running Mach Without Hardware
« on: September 14, 2008, 01:55:00 PM »
What do I have to do to start Mach without loading the driver?  I want to use it for testing G-code on my laptop, so I don't want the driver to load (last time I tried with the driver, it locked up the machine....).

Regards,
Ray L.

1599
General Mach Discussion / Re: Noob, needs help, motors turn one way.
« on: September 12, 2008, 10:50:20 PM »
You might want to go to cnc4pc.com, and buy a set of replacement chips for your C10 board, or just order from Digikey or Mouser.  Sounds like one of the 74ACT245's is toast.

Regards,
Ray L.


1600
General Mach Discussion / Re: Machine loosing position when estop
« on: September 12, 2008, 07:26:49 PM »
Since i installed the dev version of Mach and the SS I notice that anytime I hit the Estop button my machine loses its position on the axis thats moving. It only effects the axis thats moving when the estop is hit. Is there a setting I have missed somewhere/

If you want to stop gracefully, and not lose position, use FeedHold, not E-Stop or Stop.  Using E-Stop when the machine is moving is pretty much guaranteed to lose position, as Mach simply stops sending step pulses, and has no idea how far the machine will coast before actually stopping.

Regards,
Ray L.