Hello Guest it is May 05, 2024, 05:37:07 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 - Graham Waterworth

2101
Useless is not in the Mach vocab, I bet you learned to drive in 20 minutes too,  ;)

Steps per is what you need to set.

Open the motor tuning page and click X axis

In the steps per you should have 4000 set if your xylotex driver card is set to full step.

If its set to half step then the steps per should be 8000

If its set to quarter step then steps per should be 16000

Set velocity to around 60 and Acceleration to 1 you must then click 'save axis settings' then try the axis.

If it moves set Y and Z the same.

Check the amount the axis is moving against what you have asked it to move.

If all is well then you can play around with the velocity and acceleration to get the optimum from your drives.

Graham.


2102
There is no set function for doing this, but it can be done with the accel/decel, by setting this to ramp up and down at a slow rate it is possible.

Graham.

2103
Show"N"Tell ( Your Machines) / Re: Project just finished
« on: May 02, 2007, 12:23:06 PM »
That looks very nice, I always wondered what that thin nozel was for on the vac.  :D

Graham.

2105
General Mach Discussion / Re: Macro Pump
« on: May 02, 2007, 12:11:56 PM »
The macro pump is a list of VB commands stored in a file called MacroPump.m1s in the current profile.

Any valid VB script can be used.  The macropump runs about 40 times a second continually.  it must be enable in general config first and mach re-run to start the process.

What are you tring to do?. it may have been done already.

There is some info here :- http://www.artsoftcontrols.com/MachCustomizeWiki/index.php?search=macropump&go=Go

Graham.

2106
LazyCam (Beta) / Re: DXF Chain Selection Issue
« on: May 02, 2007, 12:55:04 AM »
Hang on for a week until the new version is out, this fixes lots of problems.

Graham.

2107
Have you tried DoButton(256)

Graham.

2108
LazyCam (Beta) / Re: Possible bug in Lazycam?
« on: April 29, 2007, 02:50:45 AM »
The code should do the same job as your code, the idea was that if the same problem was found then the machine is at fault not the code, if the new code worked ok then it is a lcam fault.

Graham.

2109
To convert a negative number to positive in VB use ABS(n)

e.g. A=Abs(-123.456)

A=123.456

you can also do this

CODE "G92 Y" & ABS(GetDRO(84)) ' read machine Y dro

Graham.

2110
Going by your plot,

it looks to me that you have too much compensation set, if you are getting a straight line at the quadrant points the axis compensation is moving the table not taking up the backlash, reduce the amount of compensation and try again.

Graham.