Hello Guest it is April 26, 2024, 03:11:48 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 - TPS

1131
General Mach Discussion / Re: Trying to install a bit probe
« on: August 30, 2019, 01:51:14 PM »
hello Tim,

first of all i am a Little bit "confused", because you are talking about DIY saw and bits. i may depend on my bad bavarian english,
but by a saw i understand somithing to cut with saw blades, but i my be wrong.

if we are talking about "clasic" mill or route with bit's there are a couple of differen way's for the Z Zero hight.

i do not know how you have to Change your bits (some Pictures would be helpful).

ok short description what is possible:
if your Tools can be placed into machine reproduciable (by bitholders) you can work with different tool (T1-T255), here the toollenght
Needs to be measured one time for each tool, and the a G43 Hxx (xx is toolnumber) will set the correct height.

if you have to Change (clamp) tool each time new your tool height setter Comes into the race. with a custom M6 macro you can
measure new tool lenght after each toolchange via your Setting plate.




1132
German / Re: Bauteil ausrichten
« on: August 29, 2019, 03:48:17 AM »
Sorry habe mich verlesen, wir reden von Ax und Ay.

hyWi = SQR(((CurrentToolDiameter/2)+Ax)*((CurrentToolDiameter/2)+Ay)*2)

sollte passen.

Einfach mal mit extremen Ax zu Ay Unterschieden testen, wenn es nicht passt, muß ich mit nochmal komplett reindenken,
ist zu lange her.

1133
German / Re: Bauteil ausrichten
« on: August 29, 2019, 03:21:38 AM »
DeltaX und DeltaY sind eh Parameter, und können somit beliebig, auch unterschiedlich sein.

Wenn der Tastrand auf beiden Seiten gleich ist kannst Du den einfach dazuzählen.

1134
General Mach Discussion / Re: Machining relief problems
« on: August 25, 2019, 03:38:09 AM »
have you tryed to run Programm with toolpath turned off (see below)

1135
General Mach Discussion / Re: Machining relief problems
« on: August 23, 2019, 04:40:02 AM »
maybe it can be Computer power, you can try to run the program and turn toolpath off (diagnostic page).

1136
General Mach Discussion / Re: Machining relief problems
« on: August 22, 2019, 02:46:45 AM »
so if the Z-DRO Shows correct value, there are IMHO following possibilities:

-z-axis machanical loose
-z-axis loosing step's during Lifting
-additional steps are indicated by electric noise

for a test you can run following simple GCode

Code: [Select]
M98 P123 L100
M30

O123
G90 G1 Z-5 F250
G1 Z0
M99
%

it will only run Z-axis a hundred times to -5 and 0 (you can stop it any time).
here you will see wether your z-axis moving down or not when it is running "standalone".
if not i would run the same test with spindle turned on (electrical noise).
and then with X/Y movement added.
 

1137
General Mach Discussion / Re: Machining relief problems
« on: August 21, 2019, 03:38:10 AM »
what does the z-axis DRO Show, allways the same value or is it also increasing?

1138
sorry i was wrong, there are no macro's for this Standard functions,
you only have to define the Outputs in Port's&Pins -> spindle Setup
and then in ports&pins -> Outputs your real CSMIO outputs

1139
in a Standard Installation they are for example in C:\Mach3\Macros\Mach3Mill

if they are not in your profilefolder, you can copy them from there.

1140
General Mach Discussion / Re: Ethernet Smooth Stepper with THC
« on: August 05, 2019, 01:06:06 AM »
do you have the Torch On Signal wired and working?