Hello Guest it is April 25, 2024, 12:18:28 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.


Messages - widpyro

Pages: « 1 2 3 4 5 6 7 8 9 10 »
51
I am trying to use a different computer to run my machine. It works perfectly on one computer, but when I switch to the new computer the x axis  doesn't work. The pin-outs are the same. I even tried using a different set of pins and it still would not move.  Everything is identical and the y,z and A axis work fine.

My question is: Can anyone think of a setting or anything else that might be keeping the x axis from working?

I'm hoping that the problem is not the computer, but I'd like to be sure it is not something else before I take the computer back to the place I bought it from.

thanks,
-jim

52
General Mach Discussion / Drivers spiking like crazy -pulse rating too fast
« on: November 28, 2011, 11:12:03 PM »
OK, I tried the special drivers and it still seems my pulse is too fast. Art mentioned some sort of remedy for this. Anyone willing to help? 

My motors are jumpy and some don't move at all. When I plug into a different computer everything works fine. Ports and pins are identical. Any ideas on what's wrong?
-thanks,
-jim

53
General Mach Discussion / Re: external e-stop
« on: November 28, 2011, 10:13:28 PM »
Never mind folks, I figured it out.

-jim

54
General Mach Discussion / external e-stop
« on: November 28, 2011, 09:10:44 PM »
How do I disable the external e-stop?

-jim

55
G-Code, CAD, and CAM discussions / More questions on calling sub-routines
« on: November 27, 2011, 09:00:15 PM »
Can someone post sample code for calling a subroutine?  I would also want to quantify the number of times it repeats.  Is it just a matter of typing m98 and then following it with my subroutine, and then adding L ##  for the number of times it repeats, and then ending it with M99?

Thanks,

-jim

56
General Mach Discussion / Re: Using M7 without interrupting G01
« on: November 16, 2011, 06:10:51 PM »
Here is the test Gcode and the BRAIN. Load up the brain and run the Gcode. It move until it gets to the target point then shuts off the mist. At the next corner the Mist turns on with the Gcode and then when it gets to the target point it shuts off the mist, etc,etc

f100
m7 g01 x44.18
m7 g01 y-30
m7 g01 x0
m7 g01 y0
m30

Hope that helps, (;-)TP

Sorry to be obtuse, but what is a "brain" and exactly how do I load this code into it?

thanks,
-jim

57
General Mach Discussion / Re: Using M7 without interrupting G01
« on: November 15, 2011, 09:54:08 PM »
Here is the basic block of the code:

f500
m7 g01 x9
m9 g01 x44.18
m7 g01 y-9
m9 g01 y-30
m7 g01 x35.18
m9 g01 x0
m7 g01 y-21
m9 g01 y0

This is repeated several times. If you can re-create this using your recommended technique so that there is no pause during the M7-M9 cycle, it would be great. Thanks for accepting this unusual request!

-jim

58
General Mach Discussion / Re: Using M7 without interrupting G01
« on: November 15, 2011, 08:37:43 PM »
It is a simple bit of code. Basically it does a rectangle shape repeatedly. The m7-m9 commands occur at the beginning few centimeters of each corner of the rectangular path. I am not familiar with the technique you mentioned so I'll need instructions aimed at a relative neophyte.
thanks,
-jim

59
General Mach Discussion / Re: Using M7 without interrupting G01
« on: November 15, 2011, 07:31:45 PM »
I guess I was not entirely clear. I need to have the M7 and M9 commands happen WHILE the cutter moves along the X or y axis. It must start and stop while the mill head advances without pausing. Specifically, I need the M7 command to happen at the beginning of an G01 command and then the M9 command to happen before the end of the g01 run, IE without stopping the movement of the mill head along the X or Y axis.

I am not using the M7 and M9 for cutting fluid, -it is for a different application. When I add the M7 or M9 commands anywhere in the code, the mill head stops momentarily while the commands are carried out. Is there a way to avoid this?
thanks,
-jim

60
General Mach Discussion / Using M7 without interrupting G01
« on: November 15, 2011, 06:52:39 PM »
I would like to use the M7 and M9 commands without pausing or stopping the g01 travel. What is the correct code order to achieve this?

Thanks,
-jim

Pages: « 1 2 3 4 5 6 7 8 9 10 »