Hello Guest it is May 09, 2024, 12:56:16 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 - TPS

791
German / Re: Mach3 mit USB-Steuerungplatine Probleme
« on: October 20, 2020, 11:51:06 AM »
Hallo Dieter,
so jetzt habe ich mir den Screenset Mal angeschaut, und Dein Problem habe ich gefunden, glaube ich zumindest.

Bei dem "Vorschub im Eilgang bis Z-" darfst Du nicht 0 eingeben, das ist die reale (in Maschinekoordinaten) Position,
also wenn Du das in deinem Fall mit Safe Z gleichsetzten willst muss hier -50 rein.

Bei 0 wird einfach nach oben auf 0 gefahren.

Gruß Tom

792
German / Re: Mach3 mit USB-Steuerungplatine Probleme
« on: October 19, 2020, 11:03:39 AM »
Servus Dieter,
kannst Du mir mal einen link zu dem screenset geben, dann schaue ich mir das heute Abend im Hotel an.

Gruß Tom

793
German / Re: Mach3 mit USB-Steuerungplatine Probleme
« on: October 19, 2020, 05:39:41 AM »
Servus,
wenn ich das alles lese, denke ich Deine Z-Achse fährt invers.

Z- ist nach unten
Z+ nach oben

Gruß Tom

794
it is to use in a VBScript.

Operator -> VB Script Editor

795
G-Code, CAD, and CAM discussions / Re: Noob G Code question
« on: October 13, 2020, 03:01:13 PM »
hello jdm033056 ,

the best Thing is to add it to your code.
 for example:
Code: [Select]

%        (1)
G91 (it is allways good to put a Header line in G-Code not only G91 or G90 some other basic's would be good)

G01
F50
Y-2
X2       (5)
Y4
X-4
Y-4
X2
Y2       (10)
%

796
this is one way of many's. do not use OEMLED(13) it is Flood LED

use 1200 and abofe

798
G-Code, CAD, and CAM discussions / Re: Noob G Code question
« on: October 13, 2020, 03:40:30 AM »
Hello,

your code will only work, if you are in incremental mode (G91), not if you are in absolute (G90)

799
simply set a OEMLed in your ATC macro, then macropump is able to check, that ATC macro whants to set the Output
and enable it.

800
glad to hear, yout got it working. ;D