Hello Guest it is April 19, 2024, 06:49:18 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 - SSPW

Pages: « 1 2 3
21
You can use formulas.
I made a excel worksheet that calculated best fit for n points around table.
http://www.machsupport.com/forum/index.php/topic,29597.msg206297.html#msg206297
The sheet assumes the table is planar but sloped.
You can change the formula and solver setup to solve any shape model.
Sounds like your table might be better with a parabolic (2nd order) model.



22
Brains Development / EStop and IsMoving Timining
« on: April 14, 2015, 11:11:12 AM »
I am wondering if anybody can tell me the how IsMoving reacts after an EStop is triggered.
When an EStop is triggered, i assume Mach3 decelerates all the axises at the maximum rate, and when the axis is stopped, then resets IsMoving.

Can any of the brain experts confirm this?

I would like to set an output when an estop triggers and reset the output after short delay on the IsMoving is reset.

23
General Mach Discussion / Re: Configure an output to follow an input?
« on: March 25, 2015, 09:32:09 AM »
Are "brains" the way to do this?

24
General Mach Discussion / Configure an output to follow an input?
« on: March 25, 2015, 09:06:23 AM »
Is there a way to configure an output to continuously follow the state of an input in Mach3?

25
General Mach Discussion / Re: Table Compensation using Formulas
« on: March 20, 2015, 03:34:33 PM »
Screenshot

26
General Mach Discussion / Table Compensation using Formulas
« on: March 20, 2015, 01:44:51 PM »
Hi all. Just finishing first rev of my first cnc machine. I am new to everything cnc and mach3.
Initial testing showed a small 0.3mm drop across my 575mm width and 0.1mm across my 975mm length.
I will probably go back a do some mechanical correction, but i need to cut some parts now and just cant keep messing with my machine now.

I have found everything thing i needed about Mach3 here and other forums and YouTube so far.
I searched the MACH3 docs and web and nothing really good on Mach3 formulas.
Few references, mostly just mentions of formulas, but no good examples.

So i messed with in last night and came up with a solution to my immediate needs.
Might be useful for new comer and who knows, maybe some existing users too.

Before anybody says just face a sacrificial table top, i cant do it, i have nice alum tslot table and need to mill parts in vise or metal fixture plates.

So basically i probed around my table and found a bunch of zeros. Recorded the xyz points.
Then i made a EXCEL worksheet that was the excel solver addin to finds the best fit plane from all the measured points.
It makes the formula to compensate the z axis as a function of x and y.
You just cut the formula from excel and paste right into Mach3.

You can do the whole table or part or just a local fixture.
If you add a fixture or fixture plate, you can probe that local work area out and compensate for how its laying.
Just remember to remove formulas or switch back to a global table formula after local use!

Makes me think i should figure if a custom button could switch between formulas (local/global).
Hum something to look at later.

Spreadsheet can be downloaded here https://www.dropbox.com/s/ek4byzw91rykuw3/Mach3%20Table%20Compensation%20Solver.xlsx?dl=0
Use at your own risk!
Anyways, this my first post here. Hope its a help to somebody or saves you some time.


Pages: « 1 2 3