Hello Guest it is April 25, 2024, 11:54:37 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.


Topics - Ruedi

Pages: 1
1
Mach SDK plugin questions and answers. / Motor Outputs Signal Enabled
« on: December 30, 2018, 04:58:07 AM »
Hi,

Is it possible to check with GetOEMDRO or GetOEMLED thad a specific axis is enabled?

I am working with a referenz to Mach3.exe in Visual Studio.

Thanks

Best Regards

Ruedi

2
G-Code, CAD, and CAM discussions / Inc Interpolation G91.1 not posible
« on: April 25, 2013, 04:14:49 PM »
Hello

I have try to run a simple programm on Mach3 with G3 and Incremetle I and J. Unfortunaly i have not find a way to use incrementle I and J interpolation.
I have also set the IJ Mode to Inc in General Config.
Can someone tel me wath im done wrong?

Code:

(<1: Programmanfang>)
%1(Kommentar:Anschlag Seite Tasche)
G17
G40
G50
G80
G90
G91.1
(<3: Werkzeug Flach 4>)
M9
T02 M6 (GUID:DD03DC72-ED4D-4566-8210-78C797258D9D)
M8
S20000 F1200 M3
(<4: Kontur 2>)
G0 X-50.367 Y5.449
G0 Z2
G0 Z0
G1 Z2 F800
G3 X-45 Y2 I5.367 J2.452 F1200
G1 X5 Y2
G3 X11.075 Y7.02 I0 J6.185
G0 Z2
(<5: Kontur 4>)
G0 X-50.367 Y5.449
G0 Z2
G0 Z1.5
G1 Z4 F800
G3 X-45 Y2 I5.367 J2.452 F1200
G1 X5 Y2
G3 X11.075 Y7.02 I0 J6.185
G0 Z2
(<6: Kontur 6>)
G0 X-50.367 Y5.449
G0 Z2
G0 Z3.5
G1 Z6 F800
G3 X-45 Y2 I5.367 J2.452 F1200
G1 X5 Y2
G3 X11.075 Y7.02 I0 J6.185
G0 Z2
(<7: Kontur 8>)
G0 X-50.367 Y5.449
G0 Z2
G0 Z5.5
G1 Z8 F800
G3 X-45 Y2 I5.367 J2.452 F1200
G1 X5 Y2
G3 X11.075 Y7.02 I0 J6.185
G0 Z2


Pages: 1