Hello Guest it is April 18, 2024, 05:44:47 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 - Ya-Nvr-No

721
 1-(y/{maximum y travel}))^2*0
+2*(1-(y/{maximum y travel}))*(y/100)*{maximum deflection*2}+
y/{maximum y travel})^2*0

breaking this formula down and putting it in excel shows to me it has issues.

x =   0
y =   1
maxy =   36
maxdef =   0.1

x+ (1-(y/maxy))^2*0+2*(1-(y/maxy))*(y/100)*maxdef*2+(y/maxy)^2*0   
results=   0.003888889

1-(y/maxy)^2*0     =   1
2*(1-(y/maxy))*(y/100)*maxdef*2   =   0.003888889
(y/maxy)^2*0 =   0

--------------------------------------------------------------------------------------------------------
Found you fixed it before I could post what I found, looks like the new formula works but I thought the sag was in Z axis. This looks like a straightness issue.

722
I would think first you have to base your calculations on machine home not on part home and then always program all part positions from there. Would be possible but a PITA but I suppose worth a shot. Damn confusing when you look at the Z dro and it is somewhere other than what you programmed because of the formula. Have fun, but Id take Tweaks advice.

723
Share Your GCode / Re: need code for viper. pic inlcuded..
« on: July 01, 2012, 08:42:18 PM »
A better image would help

724
General Mach Discussion / Re: Script Editor Font Too Small
« on: June 18, 2012, 02:44:59 PM »
I'm telling ya Ya-Nvr-No
#@% Computers
Glad to see it is fixed  ;D

725
Still learning to love the Dynomotion Kflop + Kanalog system and the +/- DC brushless servos, Lot to learn but it is quick, accurate & powerful.
single 90 degree V tool
about 9.5" square
26 minutes

726
I don't need G codes I need M codes  :D

Sync codes M70 M71 M72 for the Lathe

Presently a second computer running Mach3 would also be looking and using these.

Unless the "powers to be" can add gantry Y and B axis's to the mix and they could do concurrent but separate TP routines.
I love gantry loaders, conveyors and palletizers, just cant seem to figure a way to get mach to work with them all efficiently.

727
Share Your GCode / Re: New to all this!
« on: June 09, 2012, 08:57:15 AM »
Thanks; this turned out to be the first part on my new Stainless Steel tubing and Aluminum plate built base, using brushless DC Servo's  :)
stout, fast, accurate machine, loving it already
Dynomotion Kflop / Kanalog system +/- 10volt

Did change the feed rates to all 30 ipm (could have went much higher) took 22 minutes to complete
0,0,0 is the center of the block, top face
I used the back of another test block (Plyboo) testing the CO2 laser.
Linseed oil finish.

Thanks again for the interesting design
Love those challenges
Ya-Nvr-No


728
Share Your GCode / Re: New to all this!
« on: June 08, 2012, 10:49:30 PM »
about 4" x 4" leaf

729
General Mach Discussion / Re: #variable use in Mach3
« on: June 02, 2012, 09:25:45 PM »
%
O0001(MACRO PROGRAM TEST)
G20
G00 G17 G40 G49 G80 G90
M998
(1/4 4fl. endmill)
T2 M06 G43 H2
S1000 M03
G54 X2.0Y2.0
Z.1
(INTERPOLATE 2.0 DIA. HOLES)
#100 = 2.0(CIRCLE DIA.)
#101 = 10.0(LEADIN FEED)
#102 = 20.0(FULL CIRCLE FEED)
#103 = 40.0(LEADOUT FEED)
#104 = -.25(ABSOLUTE Z DEPTH)
#105 = 10.0(Z PLUNGE FEED)
M98 P0002
X-2.0Y-2.0
M98 P0002
M5
M998
M30

O0002(SUB INTERPOLATE CIRCLE)
(STARTS AT CENTER)
G1 Z[#104*-1] F[#105]
G91
G3 X0 Y[#100/2] R[#100/4] F[#101]
X0 Y[#100*-1] R[#100/2] F[#102]
X0 Y[#100] R[#100/2]
X0 Y[#100*-1/2] R[#100/4] F[#103]
G90
G0Z.1
M99
%

730
General Mach Discussion / Re: We all make mistakes.
« on: June 01, 2012, 07:23:30 AM »
That's an new way to create the 3D shadow effect.