Hello Guest it is May 04, 2024, 08:14:49 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

401
German / Re: Mach3 macht Pause
« on: April 19, 2021, 01:23:04 AM »
Du kannst Mal zu Test folgendes Programm, welches auch aus Halbkreisen besteht, laufen lassen, läuft bei mir ohne
Pausen.Dein Beispiel macht bei mir auch Pausen, mir ist auch noch nicht klar, warum. Ich vermute, das hängt mit
den Ebenenwechseln (G17/G19) zusammen.

Code: [Select]
( Kreis innen )
( Fraese einen 50 mm Kreis )
( Werkzeugdurchmesser: 5 mm)
( 4 Durchlaeufe bei: 2.5 mm Zustellung )
( Tiefe gesammt: 10 mm )
( Gegenlauf )
G00 G49 G40 G21 G17 G80 G50 G90
M06 T1
G00 Z5
S1200
M03
M08
G00 X22.5  Y0
G00 Z0
G02 X-22.5  Y0Z-2.5 R22.5 F400
G02 X22.5  Y0 R22.5 F500
G02 X-22.5  Y0Z-5 R22.5 F400
G02 X22.5  Y0 R22.5 F500
G02 X-22.5  Y0Z-7.5 R22.5 F400
G02 X22.5  Y0 R22.5 F500
G02 X-22.5  Y0Z-10 R22.5 F400
G02 X22.5  Y0 R22.5 F500
G02 X-22.5  Y0 R22.5
G00 Z5
M05
M09
M06 T0
M30

402
German / Re: Mach3 macht Pause
« on: April 16, 2021, 06:40:38 AM »
Das kann man schon einstellen. Config -> General Config -> Look Ahead
Aber das steht normalerweise auf 20.

403
German / Re: Mach3 macht Pause
« on: April 15, 2021, 01:51:38 PM »
Ja, einmal am Anfang sollte reichen.
Einfach nur G64 sonst nichts.
Poste einfach Mal den Code.

404
German / Re: Mach3 macht Pause
« on: April 15, 2021, 11:15:40 AM »
versuche Mal auf Constant Velocity (G64) umzustellen.

405
FAQs / Re: X axis direction
« on: April 14, 2021, 01:24:37 PM »
possible Problems:
-Dir Signal wrong configured
-Dir Signal wrong wiring
-System >Hotkey's same keycode for both direction's


406
General Mach Discussion / Re: MPG issue
« on: April 14, 2021, 09:47:16 AM »
maybe in there is something to configure, but can not test, because i have no UC300

407
General Mach Discussion / Re: PWM laser connections
« on: April 13, 2021, 06:41:06 AM »
in your case M11P2 it means Output 2 witch you have configured in ports&pins to port 1 pin 17.

408
General Mach Discussion / Re: PWM laser connections
« on: April 13, 2021, 06:21:34 AM »
 M11P1 does not mean port1 it means Output 1

409
General Mach Discussion / Re: Mach 3 and servo motors =S
« on: April 13, 2021, 02:10:13 AM »
exactly, as Long there is a plugin for Mach3 is avaliable you can use it, but pls. do not use those cheap chinese Controllers,
they have more or less Problems.

410
glad to hear that you figured it out.

if you what to share your Project (arduino THC) it will be great.